• Resolved enri13

    (@enri13)


    Hi,
    I’ve installed the plugin on the commerce’s sidebar and its working perfectly on PC but on mobile I have to press the button “Filtro” to show the filter, I would like that the filter will be alwasy open on mobile. Is that possible?

    Thank you
    Enrico Roviaro

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Nick McReynolds

    (@woobewoo)

    Hi, @enri13

    It depends on your theme template.
    WooCommerce Product Filter just inserts in the parent element and on your website filter hides or displays on click in this button.

    You can use:

    jQuery(document).ready(function(){
    	jQuery('.BUTTONCLASSHERE').trigger('click');
    });

    in common.js and add the class and id of button.

    Also, you can contact us via internal support and we will help.

    Best regards, Nick.

Viewing 1 replies (of 1 total)
  • The topic ‘Filter always open on mobile’ is closed to new replies.