Title: Dropdown with checkboxes
Last modified: January 20, 2022

---

# Dropdown with checkboxes

 *  Resolved [nicoter](https://wordpress.org/support/users/nicoter/)
 * (@nicoter)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/dropdown-with-checkboxes/)
 * Hi,
 * I’m very interested in buying the pro version. I found the [topic on how to make the filter horizontal](https://wordpress.org/support/topic/some-questions-about-the-filter-plugin/),
   that’s perfect.
 * Beside that I need dropdowns with checkboxes like in this example: [https://i.imgur.com/ZP8DkNN.png](https://i.imgur.com/ZP8DkNN.png)
 * Is this possible or can you add the feature?
 * Thanks

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

 *  Plugin Author [stepasyuk](https://wordpress.org/support/users/stepasyuk/)
 * (@stepasyuk)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/dropdown-with-checkboxes/#post-15274618)
 * Hi [@nicoter](https://wordpress.org/support/users/nicoter/)
 * Thank you for your interest in Filter Everything.
 * I definitely have plans to add such filters view with checkboxes in dropdown,
   but I think it will be ready in 2 months, not faster. There are more urgent features
   should be implemented for the plugin.
 *  Thread Starter [nicoter](https://wordpress.org/support/users/nicoter/)
 * (@nicoter)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/dropdown-with-checkboxes/#post-15274775)
 * I noticed your plugin has a better performance (page loading time) than all other
   product filter plugins I tested. Congrats!
 * Can you promise to implement dropdowns with checkboxes?
 * Also, what are more important features? Do you have a roadmap?
 * Thanks
 *  Plugin Author [stepasyuk](https://wordpress.org/support/users/stepasyuk/)
 * (@stepasyuk)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/dropdown-with-checkboxes/#post-15275595)
 * Thank you for your warm words about the plugin. I would be happy if you leaeve
   a review about it.
 * Yes, sure, I confirm I will add such layout with checkboxes in dropdown, but 
   deadline may be 2 months may be more. I have the roadmap, but it is not public.
   In general now I’m working on step filtering feature and also I will add XML 
   sitemap with filtering links to the PRO version in closest time.
 *  Thread Starter [nicoter](https://wordpress.org/support/users/nicoter/)
 * (@nicoter)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/dropdown-with-checkboxes/#post-15277209)
 * Ok, thanks for confirming. I’ll leave a review once this has been implemented
   😉
 * One more thing: If all products of a category don’t contain any filter terms,
   does the pro version only hide the filters or does it remove the whole filter
   widget block?
 * I’m asking this because of the large, empty div above the filters, see [this screenshot](https://i.imgur.com/kmyBORZ.png).
 * Btw, why does this div display when it’s empty?
 *     ```
       <div class="wpc-posts-found" data-found="">
       <p>&nbsp;</p>
       </div>
       ```
   
 * Wouldn’t it be better to only display this div, if there’s a text string in the
   p tag? Else there’s too much white space, hurting an already optimized layout.
 * Just noticed it’s displaying redundant information, see [this screenshot](https://i.imgur.com/8RnFCDo.png).
   Can this feature be turned off?
 *  Plugin Author [stepasyuk](https://wordpress.org/support/users/stepasyuk/)
 * (@stepasyuk)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/dropdown-with-checkboxes/#post-15297494)
 * Hello [@nicoter](https://wordpress.org/support/users/nicoter/)
 * > One more thing: If all products of a category don’t contain any filter terms,
   > does the pro version only hide the filters or does it remove the whole filter
   > widget block?
 * PRO version has the same options for “Empty terms” field (Always hide, Never 
   hide, Hide in initial Filter only) But additionally it supports one more option–
   to hide entire filter if all terms are empty.
 * This div is holder (canvas) for “XX post found” message. It was designed such
   to avoid “jumping” of filters widget height when this message appears. If you
   don’t want to use it anymore, you can just hide it via CSS added in Filters -
   > Settings -> Experimental -> Custom CSS:
 *     ```
       .wpc-filters-widget-wrapper .wpc-posts-found{
           display: none;
       }
       ```
   

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

The topic ‘Dropdown with checkboxes’ is closed to new replies.

 * ![](https://ps.w.org/filter-everything/assets/icon-256x256.png?rev=3487105)
 * [Filter Everything — WordPress & WooCommerce Filters](https://wordpress.org/plugins/filter-everything/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/filter-everything/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/filter-everything/)
 * [Active Topics](https://wordpress.org/support/plugin/filter-everything/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/filter-everything/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/filter-everything/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [stepasyuk](https://wordpress.org/support/users/stepasyuk/)
 * Last activity: [4 years, 4 months ago](https://wordpress.org/support/topic/dropdown-with-checkboxes/#post-15297494)
 * Status: resolved