romolo wrote: I have a Joomla 2.5 install... not butchered at all. Pretty default install for Joomla and CB to be honest.
Created CB menu for profiles.
Created a list.
I can change the list to show less items and it responses ok.
BUT, no matter if pagination is set to Yes or No, I do not get any Previous or Next page links.
Any ideas please.
EXTRA NOTE. GeoFactory Map is on same page, however, this was NOT doing this before GeoFactory got installed.
Many thanks in advance
R
This is the response to your ticket - posting it hear since you duplicated your issue here (please use forum in the future):
This is being caused by your template.
Kyle took a look at your page and gave following feedback for you:
his template is setting the font color to white
pagenav {
margin: 0 0 18px;
padding: 0;
list-style: none;
color: #ffffff;
}
http://XXXX/templates/ja_muzic/css/themes/pbd/template.css
line 4383
also remove the below:
.pagenav:before, .pagenav:after {
display: table;
content: "";
line-height: 0;
}
same file, line 4390
pagination looks normal after those 2 style chunks are removed