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

Add filter Button On mobile View

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,

 

We would like to add a filter button on our mobile site view.

Like this: https://prnt.sc/s74yer

please reply to us early.

 

with best regards

It must show filters form when we click on a button (only on mobile view)

https://prnt.sc/s75pnk

 

Hello

Unfortunately, the plugin does not have such a feature.

But you can  try  this  option - https://c2n.me/47fUyrg.png  OR - https://products-filter.com/extencion/slideout/

Hello,

There is no any slidout extension in my woof plugin. How to add that?

Hello,

 

We updated the slideout extension as you told. But image or text is visible on scrolling all the time. We would like to keep that image in one place like sidebar

https://prnt.sc/s7e4v9

Please reply to us early

 

with best regards

Hello

In this case, you need customization of the code.

Hide  btn  by  CSS:

.woof-slide-out-div  .ui-slideouttab-handle{

display: none;

}

Add you button  in  content. This button should perform this JS function:

jQuery('.woof-slide-out-div  .ui-slideouttab-handle').trigger("click" );