Mobile filter not working with woof_mobile_btn_place_container
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 pleaseIf 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.
Quote from Randy on March 24, 2023, 15:22Hi there!
I'm trying to get the filters working for mobile, but unfortunately the code example as below does not seem to work. I have created a class "mobile_filter" and placed it on our product category page. However, it still shows the 'old' mobile filter icon. I have turned mobile off in the widget area and automatic filter on in the settings area. I hope you can help me out with this.
The expected result:
I want to place a filter icon on a custom location on our category page.
Site:
[spoiler]https://www.staging7.slimmeheater.nl/infrarood-panelen/[/spoiler]
add_filter('woof_mobile_btn_place_container', function ($selector) {
$selector = '#mobile_filter';//your id or css class (.my_woof_btn_place)
return $selector; });
Thanks in advance!
Hi there!
I'm trying to get the filters working for mobile, but unfortunately the code example as below does not seem to work. I have created a class"mobile_filter" and placed it on our product category page. However, it still shows the 'old' mobile filter icon. I have turned mobile off in the widget area and automatic filter on in the settings area. I hope you can help me out with this.
The expected result:
I want to place a filter icon on a custom location on our category page.
Site:
add_filter('woof_mobile_btn_place_container', function ($selector) {
$selector = '#mobile_filter';//your id or css class (.my_woof_btn_place)
return $selector; });
Thanks in advance!
Quote from Pablo Borysenco on March 27, 2023, 11:51hello
Are you using the free version of the plugin?
Try to use this shortcode - https://products-filter.com/shortcode/woof_mobile
hello
Are you using the free version of the plugin?
Try to use this shortcode - https://products-filter.com/shortcode/woof_mobile
Quote from Randy on March 27, 2023, 12:16Thank you for your response. I have tried using this shortcode, however the filter icon is always shown in the same page. When I try to put it in the text above for example, it does not work.
Thank you for your response. I have tried using this shortcode, however the filter icon is always shown in the same page. When I try to put it in the text above for example, it does not work.
Quote from Pablo Borysenco on March 28, 2023, 10:36Hello
Ok! Please paste this shortcode and drop me a link to the issue. I will check it
Hello
Ok! Please paste this shortcode and drop me a link to the issue. I will check it
Quote from Randy on March 30, 2023, 12:46Thank you! Example URL:
[spoiler]https://www.staging7.slimmeheater.nl/vloerverwarming-2/[/spoiler]
I have placed the tag between the text: Above tag Below tag. As you can see the icon only shows below the text.
Thank you! Example URL:
I have placed the tag between the text: Above tag Below tag. As you can see the icon only shows below the text.
Quote from Pablo Borysenco on March 31, 2023, 10:14Hello
Are you using the free version of the plugin?
Hello
Are you using the free version of the plugin?
Quote from Randy on March 31, 2023, 12:51Yes, currently we are using the free version to discover the possibilities (e.g. mobile user experience). Is this a premium feature?
Yes, currently we are using the free version to discover the possibilities (e.g. mobile user experience). Is this a premium feature?
Quote from Pablo Borysenco on April 3, 2023, 10:39Hello
Ok! Please delete this version and install new version from - https://wordpress.org/plugins/woocommerce-products-filter/
all settings will be saved
check option - https://share.pluginus.net/image/i20230403113921.png
Hello
Ok! Please delete this version and install new version from - https://wordpress.org/plugins/woocommerce-products-filter/
all settings will be saved
check option - https://share.pluginus.net/image/i20230403113921.png
Quote from Randy on April 4, 2023, 13:35Hi there,
I have just followed your steps, but unfortunately it still does not work. I also disabled the option you mentioned. I do see the div (with class woof_show_mobile_filter_container) being entered, but it is empty.
Link (below test):
[spoiler]https://www.staging10.slimmeheater.nl/infrarood-verwarming/vrijstaand/[/spoiler]
Hi there,
I have just followed your steps, but unfortunately it still does not work. I also disabled the option you mentioned. I do see the div (with class woof_show_mobile_filter_container) being entered, but it is empty.
Link (below test):
Quote from Pablo Borysenco on April 5, 2023, 12:02Hello
Please activate it(widget settings) - https://share.pluginus.net/image/i20230404234613.png
Hello
Please activate it(widget settings) - https://share.pluginus.net/image/i20230404234613.png
Quote from Randy on April 5, 2023, 12:14Hiya,
I do see the 'Open filter' button now! However, I currently see it twice and pressing it does not seem to work. Sorry for the inconvenience, but is there anything else I could try? The rest of your plugin works great.
Hiya,
I do see the 'Open filter' button now! However, I currently see it twice and pressing it does not seem to work. Sorry for the inconvenience, but is there anything else I could try? The rest of your plugin works great.
Quote from Pablo Borysenco on April 6, 2023, 11:13Hello
Sorry for the inconvenience, but is there anything else I could try? - Yes! But the reason is that you configured it incorrectly.
Now you have inserted two filters on one page, please insert one
Add CSS -
@media only screen and (max-width: 767px) {body .et-db #et-boc .et-l .et_pb_sidebar_1_tb_body {display: block !important;
}}Result - https://share.pluginus.net/video/v20230406120935.mp4
Hello
Sorry for the inconvenience, but is there anything else I could try? - Yes! But the reason is that you configured it incorrectly.
Now you have inserted two filters on one page, please insert one
Add CSS -
display: block !important;