Support » Plugin: Grid/List View for WooCommerce » List View not working if product listing containes less products than configured

  • Resolved parturi

    (@parturi)


    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: http://www.argtravelagency.com.ar/viajes-a/paquetes/africa-y-oceania/egipto/

    Many products more than configured: http://www.argtravelagency.com.ar/viajes-a/paquetes/america/cuba/

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hello,

    We will check it and update you with the results.

    Regards,
    Dima

    Thread Starter parturi

    (@parturi)

    Thank you!

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hello,

    The problem is in the JavaScript errors your site have. When page is loaded our plugin must run JavaScript and it require jQuery library. But because you site has errors jQuery do not initialize and our plugin cannot run its JavaScript.

    Please check what plugins make the errors and ask developers to fix them and everything will be ok.

    Regards,
    Dima

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘List View not working if product listing containes less products than configured’ is closed to new replies.