PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

How to hide group of items that counts 0

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hi there,

I have the following page (https://enoriako.anastasiam.gr/searchpage/) 
and I have purchased the plugin. 
I would like when a selection group has no values ​​that match that group to be hidden entirely. 

There is an option that says"Hide items count 0". 
Please let me know if it is possible to have this functionality, even with an extra charge.

Thanks

Hello

Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png and  ftp+wp-admin access - https://share.pluginus.net/image/i20230222134615.png

I send you the private data.

thanks

Hello

Please  update  the  plugin  to latest  version - https://wp-filter.com/howto/how-to-make-auto-update-for-wordpress-plugins-and-themes-bought-on-envato/

Hi there,

I followed the instructions to upgrade the plugin and what I see is that there is no"Hide items count 0" option. 
Please I would like a solution for this.

Hello

Please do a test

In  file - \wp-content\plugins\meta-data-filter\js\front.js - I added code - https://c2n.me/4jtGvfz.png

jQuery(".mdf_widget_form select").each(function( index ) {
if(jQuery( this ).find('option').length<2 ){
jQuery( this ).parent('.mdf_input_container').hide();
}
});
jQuery(".mdf_shortcode_container select").each(function( index ) {
if(jQuery( this ).find('option').length<2 ){
jQuery( this ).parent('.mdf_input_container').hide();
}
});

Thank you!

Welcome;)