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?
Category view pagination
- Benno
- Phoca Hero

- Posts: 10081
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: Category view pagination
Hi,
Kind regards,
Benno
Did you try a standart template like rhuk_milkyway for testing?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?
Kind regards,
Benno
-
BenRoz
- Phoca Member

- Posts: 10
- Joined: 14 Jul 2010, 09:17
Re: Category view pagination
Hi Benno,
I only use Rocketthem templates.
Ben
I only use Rocketthem templates.
Ben
- Benno
- Phoca Hero

- Posts: 10081
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: Category view pagination
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
please try rhuk_milkyway for testing, because this is the only way to avoid that your template is causing this error.
Kind regards,
Benno
-
imperialWicket
- Phoca Enthusiast

- Posts: 78
- Joined: 28 Feb 2010, 15:39
Re: Category view pagination
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.
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.
-
BenRoz
- Phoca Member

- Posts: 10
- Joined: 14 Jul 2010, 09:17
Re: Category view pagination
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
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
- Benno
- Phoca Hero

- Posts: 10081
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: Category view pagination
Hi,
Kind regards,
Benno
see this thread: http://forum.joomla.org/viewtopic.php?p=1918017Have one other small problem. Next to the pagination I get JPAGE_CURRENT_OF_TOTAL, how and where do I translate this
Kind regards,
Benno