
FlavourDesign(@flavourdesign)
7 Posts
Customers
Quote from FlavourDesign on November 16, 2021, 02:23
Hello,
I am having trouble setting up the filters. I'd like a customer to be able to choose a category ( Step 1 Skincare, Step 2, etc.) plus be able to select a tag (cleanser, moisturizer etc.) to narrow down their selections. But, with the Tags active, the Categories do not work. Or, at least the sub categories do not work… the parent Category is active, but the live zone to click on it is not well aligned with the visual term. And, there are weird hashtags (#) appearing with the radio buttons and checkboxes.
I could really use some help!
https://drstevenmeredith.com/shop/
Hello,
I am having trouble setting up the filters. I'd like a customer to be able to choose a category ( Step 1 Skincare, Step 2, etc.) plus be able to select a tag (cleanser, moisturizer etc.) to narrow down their selections. But, with the Tags active, the Categories do not work. Or, at least the sub categories do not work… the parent Category is active, but the live zone to click on it is not well aligned with the visual term. And, there are weird hashtags (#) appearing with the radio buttons and checkboxes.
I could really use some help!
https://drstevenmeredith.com/shop/

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on November 16, 2021, 14:07
Hello
Please paste your license key here - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130614.png
And, there are weird hashtags (#) appearing with the radio buttons and checkboxes. - This makes your current theme - https://share.pluginus.net/video/v20211116144512.mp4
Try to add CSS:
body .widget .woof_redraw_zone .woof_container_inner ul li:before{
content: none;
}
.widget .woof_redraw_zone ul
Hello
Please paste your license key here - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130614.png
And, there are weird hashtags (#) appearing with the radio buttons and checkboxes. - This makes your current theme - https://share.pluginus.net/video/v20211116144512.mp4
Try to add CSS:
body .widget .woof_redraw_zone .woof_container_inner ul li:before{
content: none;
}
.widget .woof_redraw_zone ul

FlavourDesign(@flavourdesign)
7 PostsTopic Author
Customers
Quote from FlavourDesign on November 16, 2021, 21:58
Thank you.
The CSS has fixed the issue with both the hashtags and the filtering.
Thank you.
The CSS has fixed the issue with both the hashtags and the filtering.

FlavourDesign(@flavourdesign)
7 PostsTopic Author
Customers
Quote from FlavourDesign on November 16, 2021, 22:16
The only thing I'm noticing is that a red dot loads as the products are being filtered. Is there away to eliminate this? It does go away once the loading process is complete, but it looks odd.
Thanks!
The only thing I'm noticing is that a red dot loads as the products are being filtered. Is there away to eliminate this? It does go away once the loading process is complete, but it looks odd.
Thanks!

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on November 17, 2021, 13:24
Hello
This is a reset for the radio button and it should always be displayed when the term is checked.
add CSS
.woof_radio_term_reset {
display: none !important;
}
Hello
This is a reset for the radio button and it should always be displayed when the term is checked.
add CSS
.woof_radio_term_reset {
display: none !important;
}

FlavourDesign(@flavourdesign)
7 PostsTopic Author
Customers
Quote from FlavourDesign on November 19, 2021, 19:09
Hi!
That worked well and the filters look great!
But… my pagination no longer works :(
After the first 9 products are shown I can click on "page 2" but it does not load new products. However, the URL indicates that I am on "page 2" of products. Any ideas?
Hi!
That worked well and the filters look great!
But… my pagination no longer works :(
After the first 9 products are shown I can click on"page 2" but it does not load new products. However, the URL indicates that I am on"page 2" of products. Any ideas?

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on November 22, 2021, 13:13
Hello
Please disable my plugin and do a test
It looks like it has nothing to do with my plugin.
Hello
Please disable my plugin and do a test
It looks like it has nothing to do with my plugin.