Pagination issue

Phoca Gallery - image gallery extension
TraaBBIT
Phoca Member
Phoca Member
Posts: 39
Joined: 22 May 2013, 19:15

Pagination issue

Post by TraaBBIT »

https://kopia.narowerze.us/pl/galeria/c ... 17-dzien-1

I need help with pagination issue - it should be horizontal not vertical

Tags:
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Pagination issue

Post by Jan »

Hi, pagination should be styled by your template, try to see options or styles of your template. Do you get the same problem when you switch to some standard template (for test only)?

Jan
If you find Phoca extensions useful, please support the project
christine
Phoca Hero
Phoca Hero
Posts: 2725
Joined: 28 Nov 2010, 17:20

Re: Pagination issue

Post by christine »

Hi,

I was too late with my answer Jan :-)

Because checked something on above URL. There are some .pagination ... CSS with spans etc.

The template is old: # JF TEXTURIA - JOOMFREAK.COM JOOMLA 1.7.0 TEMPLATE 12-2011 and not responsive.

Check also: https://www.joomfreak.com/free-download ... lates.html
If an update of Template to Joomla 3 will solve it, we can't know.

The only one you could try is: To enter foll. code at the end of your template.css:

Code: Select all

.pagination .pagination span {
display: inline-flex;
}
It's just a temporarily Mini-solution.

Kind regards
Christine
TraaBBIT
Phoca Member
Phoca Member
Posts: 39
Joined: 22 May 2013, 19:15

Re: Pagination issue

Post by TraaBBIT »

Thanks :)
christine
Phoca Hero
Phoca Hero
Posts: 2725
Joined: 28 Nov 2010, 17:20

Re: Pagination issue

Post by christine »

Hi,

Fine, that it works (as it is Template related).

Kind regards
Christine
Post Reply