Adjustments
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 Pablo Borysenco on December 16, 2022, 11:17Hello
Please try to disable wp-rocket and do a test
if no luck - check browser console[F12] - Maybe it's a JS erroe.
Hello
Please try to disable wp-rocket and do a test
if no luck - check browser console[F12] - Maybe it's a JS erroe.
Quote from info@weddig-holz.de on December 16, 2022, 15:04Hi,
Thank you for your feedback. It is actually due to WP Rocket. More precisely at the function Load JavaScript deferred (Removes rendering-blocking JavaScript, may improve loading time.)
However, you can exclude files from it to make it work. For example /wp-includes/js/jquery/ui/(.*).min.js
Could you be so kind and please tell me what I need to rule out?
And the fix for the size of the graphic?
Many thanks and best regards Carsten
Hi,
Thank you for your feedback. It is actually due to WP Rocket. More precisely at the function Load JavaScript deferred (Removes rendering-blocking JavaScript, may improve loading time.)
However, you can exclude files from it to make it work. For example /wp-includes/js/jquery/ui/(.*).min.js
Could you be so kind and please tell me what I need to rule out?
And the fix for the size of the graphic?
Many thanks and best regards Carsten
Quote from Pablo Borysenco on December 19, 2022, 14:40Hello
Please drop me exact link ti the issue
try to add: \wp-content\plugins\woocommerce-products-filter\js\(.*).js
Hello
Please drop me exact link ti the issue
try to add: \wp-content\plugins\woocommerce-products-filter\js\(.*).js
Quote from info@weddig-holz.de on December 19, 2022, 15:28After I added the script to the exceptions and re-enabled WP Rocket, the filter no longer works at all. The URL is: https://www.weddig-holz.de/shop/
Thank you and best regards Carsten
After I added the script to the exceptions and re-enabled WP Rocket, the filter no longer works at all. The URL is: https://www.weddig-holz.de/shop/
Thank you and best regards Carsten
Quote from Pablo Borysenco on December 20, 2022, 11:38Hello
Yes, I see an error even with woocommerce functionality - https://share.pluginus.net/image/i20221220093558.png
If you are using wp-rocket, under the options fields there should be links with recommended settings for different plugins.
Hello
Yes, I see an error even with woocommerce functionality - https://share.pluginus.net/image/i20221220093558.png
If you are using wp-rocket, under the options fields there should be links with recommended settings for different plugins.
Quote from info@weddig-holz.de on January 16, 2023, 14:57Hi,
Thanks for the tip. Everything is going great now.
Could you please tell me how to get the button bigger. The example is in this thread. The website is https://www.weddig-holz.de/shop/
Thank you and best regards Carsten
Hi,
Thanks for the tip. Everything is going great now.
Could you please tell me how to get the button bigger. The example is in this thread. The website is https://www.weddig-holz.de/shop/
Thank you and best regards Carsten
Quote from Pablo Borysenco on January 17, 2023, 10:46Hello
Please try to add this CSS
body .woof_show_auto_form, body .woof_hide_auto_form {
width: 130px;
height: 40px;}
result - https://c2n.me/4hBhRZf.png
Hello
Please try to add this CSS
body .woof_show_auto_form, body .woof_hide_auto_form {
width: 130px;
height: 40px;
}
result - https://c2n.me/4hBhRZf.png
Quote from info@weddig-holz.de on January 17, 2023, 12:36Hi, thank you very much for your help. could you do me one last favor How do I get the blue changed to green?
Greetings Carsten
Hi, thank you very much for your help. could you do me one last favor How do I get the blue changed to green?
Greetings Carsten
Quote from Pablo Borysenco on January 17, 2023, 12:58Add CSS
.woof .select2-container--default .select2-results__option--highlighted[aria-selected], .woof .select2-container--default .select2-results__option--highlighted[data-selected] {
background-color: #a2c046;
}
Add CSS
.woof .select2-container--default .select2-results__option--highlighted[aria-selected], .woof .select2-container--default .select2-results__option--highlighted[data-selected] {
background-color: #a2c046;
}
Quote from info@weddig-holz.de on January 19, 2023, 16:15Hi Pablo,
thanks again for your help. Somehow, however, I'm being too stupid.
- I added the CSS but it still stays blue.
- And something is still wrong with the filter itself.
When I look at the color filter on the start page https://www.weddig-holz.de/shop/ there are 2375 pieces in anthracite. If I go to the category https://www.weddig-holz.de/tier-haustierbedarf/haustierbedarf/futter-wasserspender/ or any other, it also says anthracite 2375 piecesAm I misunderstanding something?
Thank you and best regards Carsten
Hi Pablo,
thanks again for your help. Somehow, however, I'm being too stupid.
- I added the CSS but it still stays blue.
- And something is still wrong with the filter itself.
When I look at the color filter on the start page https://www.weddig-holz.de/shop/ there are 2375 pieces in anthracite. If I go to the category https://www.weddig-holz.de/tier-haustierbedarf/haustierbedarf/futter-wasserspender/ or any other, it also says anthracite 2375 pieces
Am I misunderstanding something?
Thank you and best regards Carsten
Quote from Pablo Borysenco on January 20, 2023, 11:26Hello Carsten
Please watch this video - https://products-filter.com/video#beGT6p_look
Try these options - https://share.pluginus.net/image/i20230120085121.png
Try this code:
body .select2-container--default .select2-results__option--highlighted[aria-selected], body .select2-container--default .select2-results__option--highlighted[data-selected] {
background-color: #a2c046;
}
Hello Carsten
Please watch this video - https://products-filter.com/video#beGT6p_look
Try these options - https://share.pluginus.net/image/i20230120085121.png
Try this code:
body .select2-container--default .select2-results__option--highlighted[aria-selected], body .select2-container--default .select2-results__option--highlighted[data-selected] {
background-color: #a2c046;
}
Quote from info@weddig-holz.de on January 20, 2023, 16:29Thanks for the information. Unfortunately, the feature pushes my web hosting to the limit. I'd rather do without both. Can I then hide the empty terms without counting them?
Thank you and best regards Carsten
Thanks for the information. Unfortunately, the feature pushes my web hosting to the limit. I'd rather do without both. Can I then hide the empty terms without counting them?
Thank you and best regards Carsten
Quote from Pablo Borysenco on January 23, 2023, 13:06Hello Carsten
Unfortunately no. The plugin must count the term to determine its number
Hello Carsten
Unfortunately no. The plugin must count the term to determine its number