List View not working if product listing containes less products than configured
-
Hi. I have this plugin which I-m really satisfied, but there’s a problem in certain pages where the products are less than the number setup in Default Products Per Page. Meaning, in the page i’m giving you as example, there are only 3 products. In other pages where products are more than 24 (which is what I’ve setup for Default Products Per Page) the problem is not happening. Well.. not hapenning is not entirely true, I’ve just fixed it adding
jQuery(document).ready( function () { br_lgv_style_set(); });
in loop_end.php, so when ajax calls the loop, styles appears. So far that did work, but the problem is with all pages, just coun’t workaround in pages with less products and confiured in Default Products Per Page.
Any idea how to fix it?
only 3 products page: https://www.argtravelagency.com.ar/viajes-a/paquetes/africa-y-oceania/egipto/
Many products more than configured: https://www.argtravelagency.com.ar/viajes-a/paquetes/america/cuba/
The page I need help with: [log in to see the link]
- The topic ‘List View not working if product listing containes less products than configured’ is closed to new replies.