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

Set filter automatically

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.

Hey there,

i really love this plugin. Can I do the Set filter automatically function to be displayed in a accordion on mobile?

Thanks!

Markus

 

Hello

Try  in file  plugins\woocommerce-products-filter\views\woof.php  add  code - https://c2n.me/42Sfx9h.png

if(wp_is_mobile()){
$autohide=true;
}else{
$autohide=false;
}

Hello,

 

i tried this, but it's not displayed in an Accordion.

I don't want to scroll over the filter to see the products.

I would like to display the filter in an Accordion.

Thanks,

 

Markus

 

Hello Markus

Ah!  In this case, you need customization code. Unfortunately we do not have a ready solution.