Page Number fotter page categories

  • Posts: 58
  • Thank you received: 0
11 years 5 months ago #149326

-- url of the page with the problem -- :http://www.marcobonizzoni.com/soffim
-- HikaShop version -- : Business 2.3
-- Joomla version -- : 2.5
-- PHP version -- : x.x.x
-- Browser(s) name and version -- : XXXXX x.x.x
-- Error-message(debug-mod must be tuned on) -- :
Hi,
when i go on the single categorie view the productus list in the footer don't show che button with the number of page
www.marcobonizzoni.com/soffim/index.php/...es-listing/guanciali

i'm using the template Avenue of the yootheme.com
how to fix ?
Thanks in advance
Marco :)

Please Log in or Create an account to join the conversation.

  • Posts: 846
  • Thank you received: 92
11 years 5 months ago #149354

Hi
it is a layout template problem and it has nothing related to hikashop layout template
in h ttp://www.marcobonizzoni.com/soffim/templates/ yoo_avenue /styles/lilac/css/theme.css
line 2155
. uk-pagination { /*this is a link to doc....*/
font-size: 0; /*change the value to something else but not 0 */
list-style: none outside none;
text-align: center;
}

You must have set a less variable to 0 !
It is only clue since change can create anothers issues
Hope this ll be helpfull .

Attachments:
Last edit: 11 years 5 months ago by lionel75.
The following user(s) said Thank You: marcoboni

Please Log in or Create an account to join the conversation.

  • Posts: 84290
  • Thank you received: 13691
  • MODERATOR
11 years 5 months ago #149344

Hi,

That's because of your template. It has the code

.uk-pagination {
 list-style: none;
 text-align: center;
 font-size: 0;
}
in the file www.marcobonizzoni.com/soffim/templates/.../lilac/css/theme.css and that CSS code removes the display of the numbers of the pagination (strange...). Remove it and it will display.

The following user(s) said Thank You: marcoboni

Please Log in or Create an account to join the conversation.

  • Posts: 58
  • Thank you received: 0
11 years 5 months ago #149446

:) ok! thank you all !
i removed these code:

.uk-pagination {
 list-style: none;
 text-align: center;
 font-size: 0;
}
and now work it very well

Kings regards
Marco

Please Log in or Create an account to join the conversation.

Time to create page: 0.044 seconds
Powered by Kunena Forum