PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Filter by rating

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 please
If 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.

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.

Hello

Please  drop me exact  link to the  issue

Hi,

here: https://gth-test.its.org.br/loja/

The filter is on the right

Hello

Please  add  CSS:

.chosen-container .chosen-results li.active-result {

font-family: 'star';

.woof .chosen-container .chosen-results li.active-result[data-option-array-index="0"]{
font-family: 'Open Sans';
}
Hi
Where do I add this css? I tried adding this to my theme in style.css but that didn't seem to work

Hello

I  checked  your  site  - https://c2n.me/4hHMhr8.jpg

 

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

Hello

the problem is that the product rating is a fractional number. two stars is a rating from 1 to 2

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

Hello

Please  add CSS:

.woof_star_selected  .chosen-search-input{

display: none !important;

}