WooCommerce Products Filter – products filter plugin for WooCommerce that allows your customers filter products by categories, attributes, products tags, products custom taxonomies and price – a must have plugin for your WooCommerce online store!
How to disable chosen js lib (drop-downs) for mobile devices
Content of the article
open your current theme functions.php file
drop there next php code:
PHP
1
2
3
4
5
6
7
8
9
add_filter('woof_use_chosen',function($is)
{
if(wp_is_mobile())
{
returnfalse;
}
return$is;
});
Post Views: 364
ATTENTION!!
Newsletter subscription on www.PluginUs.Net
Form loading ...
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more