Page Nav is not showing

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Nov 28, 2012 6:15 am
Reply with quote
Report this post
I have an issue with page Nav it<S not showing at all even if the plugin is enable(published) and Show Navigation is set to SHOW...

please help...

http://planetekreyol.com/abondanse/index.php/joomla-pages-iii/single-article

Thanks
User avatar
Expert Boarder

Konrad M
Wed Nov 28, 2012 9:36 am
Reply with quote
Report this post
Hi,
please add to override.css
Code: Select all
ul.pagenav li {
background:none !important;
float:left;
}
ul.pagenav li.next {
float:right;
}

remember to enable override.css option in template settings.
Then please go to joomla.css and find (569 line):
Code: Select all
.item-page > div.pagination, .pager {
display: none !important;
}

change it to:
Code: Select all
.item-page > div.pagination, div.pager {
display: none !important;
}
User avatar

GK User
Thu Nov 29, 2012 4:09 am
Reply with quote
Report this post
Konrad M wrote:Hi,
please add to override.css
Code: Select all
ul.pagenav li {
background:none !important;
float:left;
}
ul.pagenav li.next {
float:right;
}

remember to enable override.css option in template settings.
Then please go to joomla.css and find (569 line):
Code: Select all
.item-page > div.pagination, .pager {
display: none !important;
}

change it to:
Code: Select all
.item-page > div.pagination, div.pager {
display: none !important;
}



thanks for all,my page Nav is showing now but i have a DOT(bullet-ul) that i would like to get rid of it ..
http://planetekreyol.com/abondanse/index.php/joomla-pages-iii/category-list/13-design-line
Can you help..

Thanks
User avatar
Expert Boarder

Konrad M
Thu Nov 29, 2012 7:32 am
Reply with quote
Report this post
Change this code:
Code: Select all
ul.pagenav li {
background:none !important;
float:left;
}

to this one:
Code: Select all
 ul.pager.pagenav li {
background:none !important;
float:left;
}
User avatar

GK User
Fri Nov 30, 2012 4:17 am
Reply with quote
Report this post
Thanks Worked..

Konrad M wrote:Change this code:
Code: Select all
ul.pagenav li {
background:none !important;
float:left;
}

to this one:
Code: Select all
 ul.pager.pagenav li {
background:none !important;
float:left;
}
User avatar
Expert Boarder


cron