Category view pagination

Phoca Gallery - image gallery extension
BenRoz
Phoca Member
Phoca Member
Posts: 10
Joined: 14 Jul 2010, 09:17

Category view pagination

Post 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?
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 10081
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Category view pagination

Post 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
BenRoz
Phoca Member
Phoca Member
Posts: 10
Joined: 14 Jul 2010, 09:17

Re: Category view pagination

Post by BenRoz »

Hi Benno,
I only use Rocketthem templates.
Ben
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 10081
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Category view pagination

Post 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
imperialWicket
Phoca Enthusiast
Phoca Enthusiast
Posts: 78
Joined: 28 Feb 2010, 15:39

Re: Category view pagination

Post 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.
BenRoz
Phoca Member
Phoca Member
Posts: 10
Joined: 14 Jul 2010, 09:17

Re: Category view pagination

Post 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
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 10081
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Category view pagination

Post 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
Post Reply