• Resolved rubeshoops

    (@rubeshoops)


    Hi, great plugin!

    I’ve got a slight problem though. When I click the filter buttons it changes the url in the address bar but doesn’t actually load. If i then click on the address bar and click enter on the address it filters correctly. Is there anything I can do to get this auto loading?

    I contacted my theme but they said:

    Our theme is fully WooCommerce compatible and the products are shown with “products” class in div container. Each product contains “product” class in its container (div as well).

    I need to see their response and see if we are doing something wrong that prevents our theme to work with this plugin.

    Thanks in advance for any help

    https://www.higherstateofcraftiness.com/product-category/clothing/

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

    (@dholovnia)

    Hi rubeshoops,

    First of all you need to set correct products holder. Open plugin settings page and set holder = “div.products” without ” ofc.

    After this open JavaScript tab and add this to the After box:

    
    jQuery('.shop-loading-products').hide();
    jQuery('div.products').removeClass('hidden');
    jQuery('.page-container > .shop-container > .col-md-9').html( 
      jQuery('.page-container > .shop-container > .col-md-9 .col-md-9').html() 
    );
    

    This will hide loading message, show products and reorganize correctly html after filtering.

    As for the theme – it is supporting WooCommerce as I see but it doesn’t mean that they did it correctly. Our plugin is using file where shouldn’t be sidebar while in your theme it is. Fort such themes I’m recommending paid version of the plugin. But as I see your theme still should work ok using my js fixes. So try it first.

    Regards,
    Dima

    Thread Starter rubeshoops

    (@rubeshoops)

    Thank you Dima! This worked perfectly, sorry for the late response.

    Really appreciate the support ??

    Cheers

    Rubin

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Filter not submitting’ is closed to new replies.