Page 1 of 1
Category view pagination
Posted: 22 Aug 2010, 21:02
by BenRoz
Hi,
When I see the list of images in a category the "next" page numbers are all vertically aligned. How can I get them to be horizontally aligned?
Re: Category view pagination
Posted: 22 Aug 2010, 21:47
by Benno
Hi,
When I see the list of images in a category the "next" page numbers are all vertically aligned. How can I get them to be horizontally aligned?
Did you try a standart template like rhuk_milkyway for testing?
Kind regards,
Benno
Re: Category view pagination
Posted: 22 Aug 2010, 22:19
by BenRoz
Hi Benno,
I only use Rocketthem templates.
Ben
Re: Category view pagination
Posted: 22 Aug 2010, 22:42
by Benno
Hi Ben,
please try rhuk_milkyway for testing, because this is the only way to avoid that your template is causing this error.
Kind regards,
Benno
Re: Category view pagination
Posted: 22 Aug 2010, 22:48
by imperialWicket
If you are using rt templates, that is the cause of the issue. RocketTheme tends to use unordered lists for their pagination, where rhuk_milkyway (and Joomla! by default) uses spans. These each have merit, but the benefit of spans is that they behave appropriately without styling.
See
here for a screen shot that shows the problem and a link to an explanation about replacing your template's pagination file with a version implementing spans.
If you prefer to keep your current pagination override, you will likely need to update the phocagallery.css file to add inline and float styles to ul li within the pagination div.
Re: Category view pagination
Posted: 22 Aug 2010, 23:09
by BenRoz
Hi Benno,
Ok - problem solved. Folks from Rockettheme gave me 2 lines of code to add to my template.css
Thanks for the help
Have one other small problem. Next to the pagination I get JPAGE_CURRENT_OF_TOTAL, how and where do I translate this
Cheers
Ben
Re: Category view pagination
Posted: 23 Aug 2010, 09:01
by Benno
Hi,
Have one other small problem. Next to the pagination I get JPAGE_CURRENT_OF_TOTAL, how and where do I translate this
see this thread:
http://forum.joomla.org/viewtopic.php?p=1918017
Kind regards,
Benno