Husky filter question
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 Kenneth on March 27, 2023, 21:31Hi,
I have few concerns about the filter.
1. Is there a way we can retain the product category title when after you set a filter? Cause it goes to shop page when you set any filter even you are in a specific category.
https://demo10k.products-filter.com/?swoof=1&product_cat=tshirts,accessories,t-shirt-original&min_price=0&max_price=49&stock=instock
What we want to achieve in here is to utilize the breadcrumb as navigation.2. Can we call specific filters? Cause I want to call the product category and search filter on specific location and not the whole filter with attributes.
3. Is there a way I can trigger the slideout button with my custom button? Cause there is a location that I want but the selection is only top right bottom and left.
I think this is duplicate cause I already send one earlier but I don't see it.
Kind regards,
Kenneth
Hi,
I have few concerns about the filter.
1. Is there a way we can retain the product category title when after you set a filter? Cause it goes to shop page when you set any filter even you are in a specific category.
https://demo10k.products-filter.com/?swoof=1&product_cat=tshirts,accessories,t-shirt-original&min_price=0&max_price=49&stock=instock
What we want to achieve in here is to utilize the breadcrumb as navigation.
2. Can we call specific filters? Cause I want to call the product category and search filter on specific location and not the whole filter with attributes.
3. Is there a way I can trigger the slideout button with my custom button? Cause there is a location that I want but the selection is only top right bottom and left.
I think this is duplicate cause I already send one earlier but I don't see it.
Kind regards,
Kenneth
Quote from Kenneth on March 27, 2023, 21:33I don't see a way to add the license key for this ticket but you can see it in the previous ticket.
https://pluginus.net/support/topic/show-filter-when-products-are-showing/#postid-78766
I don't see a way to add the license key for this ticket but you can see it in the previous ticket.
https://pluginus.net/support/topic/show-filter-when-products-are-showing/#postid-78766
Quote from Pablo Borysenco on March 28, 2023, 11:31Hello Kenneth
1) Please drop me exact link to the issue
2) You can try this plugin - https://wordpress.org/plugins/woof-by-category/
3) Try this JS:
jQuery('.ui-slideouttab-handle-image').trigger("click");
Hello Kenneth
1) Please drop me exact link to the issue
2) You can try this plugin - https://wordpress.org/plugins/woof-by-category/
3) Try this JS:
jQuery('.ui-slideouttab-handle-image').trigger("click");
Quote from Kenneth on March 28, 2023, 13:22Hi Pablo,
Here is the link: https://youngcuttindev.wpengine.com/product-category/010020/010020060/010020060003/
Hi Pablo,
Here is the link: https://youngcuttindev.wpengine.com/product-category/010020/010020060/010020060003/
Quote from Pablo Borysenco on March 29, 2023, 10:42Hello
Please try in Advanced->Options - https://c2n.me/4iaXM3l.png
If no luck - try to activate this extension - https://products-filter.com/extencion/seo-url-request
Hello
Please try in Advanced->Options - https://c2n.me/4iaXM3l.png
If no luck - try to activate this extension - https://products-filter.com/extencion/seo-url-request
Quote from Kenneth on March 30, 2023, 11:13Hi Pablo,
Thanks the disable swoof influence is enough.
Another question. Is there a way we can delay the filtering? Like delay it for x seconds cause there is an instance I want to set many filters but the filter process is already started and it didn't include other filters I set.
I don't want to set the button but I think 2 seconds after setting a filter works fine and it will reset again to another 2 seconds delay if I set another filter.
Hi Pablo,
Thanks the disable swoof influence is enough.
Another question. Is there a way we can delay the filtering? Like delay it for x seconds cause there is an instance I want to set many filters but the filter process is already started and it didn't include other filters I set.
I don't want to set the button but I think 2 seconds after setting a filter works fine and it will reset again to another 2 seconds delay if I set another filter.
Quote from Pablo Borysenco on March 30, 2023, 12:06In this case, you need to customize for the plugin
in file - \wp-content\plugins\woocommerce-products-filter\js\front.js - add delay here - https://share.pluginus.net/image/i20230330130636.png
In this case, you need to customize for the plugin
in file - \wp-content\plugins\woocommerce-products-filter\js\front.js - add delay here - https://share.pluginus.net/image/i20230330130636.png
Quote from Kenneth on March 30, 2023, 13:21Hi Pablo,
Thanks for the fast reply.
Seems it is complicated to do cause it will get overwritten when there is plugin update.
Another question.
Is there a way to auto-hide the filter where it has only one selection?
https://a.cl.ly/wbuDbjXZ
Hi Pablo,
Thanks for the fast reply.
Seems it is complicated to do cause it will get overwritten when there is plugin update.
Another question.
Is there a way to auto-hide the filter where it has only one selection?
https://a.cl.ly/wbuDbjXZ
Quote from Pablo Borysenco on March 31, 2023, 10:15Hello
Unfortunately the plugin does not have this feature.
Hello
Unfortunately the plugin does not have this feature.
Quote from Kenneth on April 20, 2023, 16:18Hi Pablo,
1. Me again.. How about excluding some filters in dynamic filter? Like I will specify which Filters have dynamic recount/selection and some are static fixed selection.
This way we can save loading time since it will not calculate selections for every search result on some filters that we set into static.
2. Can Turbo mode handle 40,000 products?
Hi Pablo,
1. Me again.. How about excluding some filters in dynamic filter? Like I will specify which Filters have dynamic recount/selection and some are static fixed selection.
This way we can save loading time since it will not calculate selections for every search result on some filters that we set into static.
2. Can Turbo mode handle 40,000 products?
Quote from Kenneth on April 20, 2023, 16:253. If I set a conditional will it still be dynamically processed in the background even if they are not showing yet?
3. If I set a conditional will it still be dynamically processed in the background even if they are not showing yet?
Quote from Pablo Borysenco on April 21, 2023, 11:36Hello
- I think it's possible, but you will need to customize the code. Can you describe in more detail (which filters should be static) and I'll think about custom code
- Yes, but this may not be effective due to the size of the search file( https://share.pluginus.net/image/i20230421123425.png ) - https://products-filter.com/turbo-mode
- if the filter is hidden, there will be no dynamic calculation
Hello
- I think it's possible, but you will need to customize the code. Can you describe in more detail (which filters should be static) and I'll think about custom code
- Yes, but this may not be effective due to the size of the search file( https://share.pluginus.net/image/i20230421123425.png ) - https://products-filter.com/turbo-mode
- if the filter is hidden, there will be no dynamic calculation
Quote from Kenneth on April 21, 2023, 16:59Hi Pablo,
1. Filters like dropdown, checkbox or radio.
2. You mean the speed is not significant?
3. Thanks we will try it.
Hi Pablo,
1. Filters like dropdown, checkbox or radio.
2. You mean the speed is not significant?
3. Thanks we will try it.
Quote from Kenneth on April 21, 2023, 17:113. By the way can we create a custom Yes or No field so we can trigger the conditionals?
The idea is we will only show basic filters and ther is a Yes or No question if you want to view more filters.
3. By the way can we create a custom Yes or No field so we can trigger the conditionals?
The idea is we will only show basic filters and ther is a Yes or No question if you want to view more filters.
Quote from Pablo Borysenco on April 24, 2023, 11:42hello
1 Ok! to remove dynamic recalculation for all dropdowns - wp-content\plugins\woocommerce-products-filter\views\html_types\select.php - add code - $show_count_dynamic =0;
2 Yes, I mean that loading such a large file will take longer than a database query
3 You can try to do it, but I think there is a nuance. Create attribute with terms Yes, No - for all products these attributes must be checked (all terms yes and no for each product)
hello
1 Ok! to remove dynamic recalculation for all dropdowns - wp-content\plugins\woocommerce-products-filter\views\html_types\select.php - add code - $show_count_dynamic =0;
2 Yes, I mean that loading such a large file will take longer than a database query
3 You can try to do it, but I think there is a nuance. Create attribute with terms Yes, No - for all products these attributes must be checked (all terms yes and no for each product)
Quote from Kenneth on April 24, 2023, 12:27Hi Pablo.
For 1 is there a way we can set it via functions.php and specific filter?
2. Thanks I just confirmed and it is true worse than non turbo.
3. I don't get this part "attributes must be checked (all terms yes"
Hi Pablo.
For 1 is there a way we can set it via functions.php and specific filter?
2. Thanks I just confirmed and it is true worse than non turbo.
3. I don't get this part"attributes must be checked (all terms yes"
Quote from Pablo Borysenco on April 25, 2023, 11:08Hello
1) Unfortunately not, but it is possible to override the template in a child theme - https://products-filter.com/woof_html_types_view_select - Use this hook to paste the path to the new dropdown template (with fixes)
2) Yes, because there are conditions for efficiency. turbo mode is effective with a weak server, an average number of products and a small number of taxonomies
3) As I understand this attribute should work in conditions. That is, the main task is to show the desired set of filters. And most importantly, this attribute should not filter products in order not to reduce the search result, so all products must have all the terms of this attribute.
But maybe another extension is better for you - https://products-filter.com/extencion/sections
Hello
1) Unfortunately not, but it is possible to override the template in a child theme - https://products-filter.com/woof_html_types_view_select - Use this hook to paste the path to the new dropdown template (with fixes)
2) Yes, because there are conditions for efficiency. turbo mode is effective with a weak server, an average number of products and a small number of taxonomies
3) As I understand this attribute should work in conditions. That is, the main task is to show the desired set of filters. And most importantly, this attribute should not filter products in order not to reduce the search result, so all products must have all the terms of this attribute.
But maybe another extension is better for you - https://products-filter.com/extencion/sections
Quote from Kenneth on April 25, 2023, 12:20Hi Pablo,
1. Ok I will give up this approach where we can't exclude a specific filter on dynamic count or hide.
2. I understand.
3. Is there a way that the unopened section will not be dynamically set while it is not opened? Cause that is our main goal where we want to minimize the dynamic filters on basic filters so it will be fast.
Hi Pablo,
1. Ok I will give up this approach where we can't exclude a specific filter on dynamic count or hide.
2. I understand.
3. Is there a way that the unopened section will not be dynamically set while it is not opened? Cause that is our main goal where we want to minimize the dynamic filters on basic filters so it will be fast.
Quote from Pablo Borysenco on April 26, 2023, 11:15hello
The sections hide part of the filter. Then use the conditional option
Another solution I added in private data
hello
The sections hide part of the filter. Then use the conditional option
Another solution I added in private data
Quote from Kenneth on April 26, 2023, 19:51Curious how you will implement the syntax in conditional using sections
Curious how you will implement the syntax in conditional using sections