
Nithyananda(@nithyananda)
19 Posts
Customers
Quote from Nithyananda on April 28, 2020, 05:57
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
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

Nithyananda(@nithyananda)
19 PostsTopic Author
Customers
Quote from Nithyananda on April 28, 2020, 06:27
It must show filters form when we click on a button (only on mobile view)
It must show filters form when we click on a button (only on mobile view)

Nithyananda(@nithyananda)
19 PostsTopic Author
Customers
Quote from Nithyananda on April 28, 2020, 07:17
https://prnt.sc/s75pnk
https://prnt.sc/s75pnk

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on April 28, 2020, 11:52
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
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/

Nithyananda(@nithyananda)
19 PostsTopic Author
Customers
Quote from Nithyananda on April 28, 2020, 12:47
Hello,
There is no any slidout extension in my woof plugin. How to add that?
Hello,
There is no any slidout extension in my woof plugin. How to add that?

Nithyananda(@nithyananda)
19 PostsTopic Author
Customers
Quote from Nithyananda on April 28, 2020, 15:11
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,
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

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on April 29, 2020, 12:38
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" );
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" );