
danielcantuaria(@danielcantuaria)
5 Posts
Customers
Quote from danielcantuaria on January 24, 2023, 18:57
Hi there, I've instaled the "by rating" filter extension, and selected the star visualization, but instead of the stars the letter S appears, as in the image https://ibb.co/SJnsy2n. I'd be glad if you guys could help me understand how to resolve this,
thanks in advance.
Hi there, I've instaled the"by rating" filter extension, and selected the star visualization, but instead of the stars the letter S appears, as in the image https://ibb.co/SJnsy2n. I'd be glad if you guys could help me understand how to resolve this,
thanks in advance.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on January 25, 2023, 12:36
Hello
Please drop me exact link to the issue
Hello
Please drop me exact link to the issue

danielcantuaria(@danielcantuaria)
5 PostsTopic Author
Customers
Quote from danielcantuaria on January 26, 2023, 16:57
Hi,
here: https://gth-test.its.org.br/loja/
The filter is on the right
Hi,
here: https://gth-test.its.org.br/loja/
The filter is on the right

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on January 27, 2023, 11:29
Hello
Please add CSS:
.chosen-container .chosen-results li.active-result
.woof .chosen-container .chosen-results li.active-result[data-option-array-index="0"]{
font-family: 'Open Sans';
}
Hello
Please add CSS:
.chosen-container .chosen-results li.active-result
.woof .chosen-container .chosen-results li.active-result[data-option-array-index="0"]{
font-family: 'Open Sans';
}

danielcantuaria(@danielcantuaria)
5 PostsTopic Author
Customers
Quote from danielcantuaria on January 27, 2023, 15:54
Hi
Where do I add this css? I tried adding this to my theme in style.css but that didn't seem to work
Hi
Where do I add this css? I tried adding this to my theme in style.css but that didn't seem to work

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on January 30, 2023, 12:47
Hello
I checked your site - https://c2n.me/4hHMhr8.jpg
Hello
I checked your site - https://c2n.me/4hHMhr8.jpg

danielcantuaria(@danielcantuaria)
5 PostsTopic Author
Customers
Quote from danielcantuaria on January 30, 2023, 18:00
indeed, thank you.
One more question, the one star option does not appear, could you help me with this?
There is a product rated 1 star on the website, likewise I don't have any 2 star product, but the 2 star option appears
indeed, thank you.
One more question, the one star option does not appear, could you help me with this?
There is a product rated 1 star on the website, likewise I don't have any 2 star product, but the 2 star option appears

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on January 31, 2023, 13:12
Hello
the problem is that the product rating is a fractional number. two stars is a rating from 1 to 2
Hello
the problem is that the product rating is a fractional number. two stars is a rating from 1 to 2

danielcantuaria(@danielcantuaria)
5 PostsTopic Author
Customers
Quote from danielcantuaria on February 13, 2023, 17:41
Ok, this will not be a problem.
The last one, is there a way to remove the search field inside de by rating filter? https://ibb.co/8DK8bWF
Ok, this will not be a problem.
The last one, is there a way to remove the search field inside de by rating filter? https://ibb.co/8DK8bWF

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on February 14, 2023, 14:03
Hello
Please add CSS:
.woof_star_selected .chosen-search-input{
display: none !important;
}
Hello
Please add CSS:
.woof_star_selected .chosen-search-input{
display: none !important;
}