Pagination issues

  • Posts: 29
  • Thank you received: 1
4 years 10 months ago #318414

-- HikaShop version -- : 4.2.3 -Essential
-- Joomla version -- : 3.9.16
-- PHP version -- : 7.3.16
-- Browser(s) name and version -- : Firefox 75.0

Hi

2 things...
1) If there are too many items to display the pagination goes vertical...



Looking at other posts this is probably a template issue... is there a workaround while I try to get the template fixed (if it is the template)?

2) There are 60 items to display but I don't seem to be able to get them all on one listing (which would also remove the pagination issue). I've set the 'rows' to 70 in the Product Options of the menu item (which should be enough. But it only displays 40 out of the 60, and the pagination control says 70... Something here I'm not understanding.


It's looking as though the 'rows' only 'sets' the control and not actually control how many are displayed. Right/Wrong?
If I change the control to the next higher number (140 in this case) all 60 are listed as you would expect, and if I then set the control back to 70 they also all display... so it seems to be the first displaying of the page is a problem (refresh also doesn't display all 60)

I've also tried setting the Joomla page display length in Global Config to 100... it was set to 50 before... Still not getting all on one page.

What am I missing?? Is it all template related?
Thanks

Attachments:

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

  • Posts: 83409
  • Thank you received: 13502
  • MODERATOR
4 years 10 months ago #318436

Hi,

It comes from the CSS:

.pagenav:before, .pagenav:after {
    content: " ";
    display: table;
    line-height: 0;
}
in the file templates/joomspirit_97/css/template.css of your template.
Remove that CSS and the pagination will display horizontally.

2. I do see the 58 products on your link. So it seems to be working fine.
Note that once you use the dropdown once on the listing, the information is stored in your user session (so that you don't have to change the dropdown on each page. So if you then change the value in the configuration, you won't see the result as the number of elements to display will already be in the session. So you need to check with another browser, or clear the cookies for your website to reset your user session to actually see the change.

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

  • Posts: 29
  • Thank you received: 1
4 years 10 months ago #318457

Hi thanks

Commented out the code you suggested and its working now. Understand the page count, did wonder...

Regards

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

Time to create page: 0.073 seconds
Powered by Kunena Forum