Title: Filter not submitting
Last modified: September 28, 2016

---

# Filter not submitting

 *  Resolved [rubeshoops](https://wordpress.org/support/users/rubeshoops/)
 * (@rubeshoops)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/filter-not-submitting/)
 * 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/](https://www.higherstateofcraftiness.com/product-category/clothing/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Dmytro Holovnia](https://wordpress.org/support/users/dholovnia/)
 * (@dholovnia)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/filter-not-submitting/#post-8229590)
 * 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](https://wordpress.org/support/users/rubeshoops/)
 * (@rubeshoops)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/filter-not-submitting/#post-8387456)
 * 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.

 * ![](https://ps.w.org/woocommerce-ajax-filters/assets/icon-256x256.gif?rev=2770304)
 * [Advanced AJAX Product Filters](https://wordpress.org/plugins/woocommerce-ajax-filters/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-ajax-filters/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-ajax-filters/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-ajax-filters/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-ajax-filters/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-ajax-filters/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [rubeshoops](https://wordpress.org/support/users/rubeshoops/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/filter-not-submitting/#post-8387456)
 * Status: resolved