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

open drop-down when load page

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.

Hello,

When I choose radio/checkbox in drop-down as appearance to my filters, I want to open the product category page with open (drop-down) the choice box

Please advise how can I do that

Hello

Unfortunately, the plugin does not have such a feature. You need customization of the code

Thanks Pablo, Can you please tell me what customization i need to do? or  perhaps i can give you access to my site, so you can do it?

Hello

Try  to  add  this  JS :

jQuery(document).ready(function() {
jQuery(".woof_select_radio_check_opener" ).trigger("click" );
});