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

Filter Button not showing on mobile

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.

When I made mobile mode option yes it hides on desktop and mobile.. and when I turned off the option to no it appears on both that's fine.. Actually I want to show filters in sidebar on desktop and on mobile it will show as toggle button please help me to get this sorted...

link: https://www.anabatlamart.com/shop/

Hello

Try please next:

You will get such behavior of the widget: https://demo.products-filter.com/ - look on PC an your phone please to understand

Thanks. But enabling mobile mode it hides on desktop.

Also I added shortcode in sidebar [woof_mobile] so it shows button on desktop too.

Hello

Try disabling caching plugins and test.

It looks like the problem is that your site does not correctly detect the current device -  function wp_is_mobile()

I added some CSS by own and now it works much better but having styling issues still can you help me out like filter submit button on mobile not showing also some other issues..

CSS

.woof.woof_sid.woof_sid_widget.woof_hide_filter {
display:block;
}
#text-4 .woof_show_mobile_filter_container {
display:none;
}
@media only screen and (max-width:767px){
.woof.woof_sid.woof_sid_widget.woof_hide_filter {
display:none;
}
#text-4 .woof_show_mobile_filter_container {
display:block;
}
.woof_redraw_zone {
width: 360px;
overflow-x: hidden;
height: 100%;
padding: 10px;
}
.woof_show_filter_for_mobile.woof {
top: 100px;
overflow: hidden!important;
width: auto!important;
padding: 0px!important;
animation: none!important;
animation-fill-mode: none!important;
}
.sidebar #text-4 {
margin: 0;
}
}

Updated bit CSS and button set but still having issue on scroll close option and when filter section done and button pressed it's not showing the selection filters please let me know the solution thanks.

Hello

This is not a good solution, for the correct work of the plugin you should find the reason why this wp_is_mobile() function does not work