Husky Filter Issue for Phone
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 kpatel on March 5, 2024, 11:36Hi,I am having an issue with the dropdown for filters. I have upgraded the plan for the Husky product filter(Woof) - And I want to show a dropdown for filters, that is why I have selected a dropdown for all the filters that I need. But, When I checked in my phone view. The filters dropdown is not even opening. For example, When I click on the size filter, the dropdown menu does not open. Can you please look into this and let me know the solution? I can send you my backend login details to check.There are also two other things, that I need your help with.1) can we make the woocommerce category description along with the image disappear once a choice or filter has been applied?2) Also if you select a filter toward the bottom, when it updates there are no products on show as it doesn't automatically go back up to the top of the page.Please can you immediately look into this and provide a solution?
Quote from Pablo Borysenco on March 5, 2024, 12:56Hello
Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png and wp-admin access - https://share.pluginus.net/image/i20230222134615.png
1) read this - https://products-filter.com/manipulate-css-when-search-going
2) read these - https://products-filter.com/auto-scroll-to-element-after-ajax-is-done and https://products-filter.com/auto-scroll-to-products-after-their-filtering-in-redirect-mode
Hello
Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png and wp-admin access - https://share.pluginus.net/image/i20230222134615.png
1) read this - https://products-filter.com/manipulate-css-when-search-going
2) read these - https://products-filter.com/auto-scroll-to-element-after-ajax-is-done and https://products-filter.com/auto-scroll-to-products-after-their-filtering-in-redirect-mode
Quote from kpatel on March 5, 2024, 14:31I have provided the required details as requested. However, I am unable to get solution for the two points I have mentioned. Can you please explain me from basic?
I have provided the required details as requested. However, I am unable to get solution for the two points I have mentioned. Can you please explain me from basic?
Quote from Pablo Borysenco on March 6, 2024, 11:13Hello
This conflict of this third-party functionality - https://share.pluginus.net/image/i20240306105835.png and select2 JS library - https://share.pluginus.net/video/v20240306110131.mp4
You can add this CSS:
body .select2-container--open {
z-index: 99999;
}OR or don't use select2 by default
1) Do you want to customize your theme template, I offered you an option with CSS code. This article describes how you can use a CSS selector when searching. To solve this problem you need custom CSS, if you do not have experience in programming you should hire a developer to implement your custom tasks
2) Since you are using redirect mode - https://products-filter.com/auto-scroll-to-products-after-their-filtering-in-redirect-mode - This article describes what code and in what file you need to paste
Hello
This conflict of this third-party functionality - https://share.pluginus.net/image/i20240306105835.png and select2 JS library - https://share.pluginus.net/video/v20240306110131.mp4
You can add this CSS:
body .select2-container--open {
z-index: 99999;
}
OR or don't use select2 by default
1) Do you want to customize your theme template, I offered you an option with CSS code. This article describes how you can use a CSS selector when searching. To solve this problem you need custom CSS, if you do not have experience in programming you should hire a developer to implement your custom tasks
2) Since you are using redirect mode - https://products-filter.com/auto-scroll-to-products-after-their-filtering-in-redirect-mode - This article describes what code and in what file you need to paste