Hello,
Could you help find out why I can't select an amount of stars to go with writing a course review? I remember adding code because the pages showed 10 grey stars instead of 5. But now it shows 5 gold stars and when hovering you can't select 1, 2, 3, 4 or 5.
url (all courses actually): https://meestergijs.nl/item/uitspraak/
screenshot: https://imgur.com/a/Tgd1OI1
Thanks,
Gijs
hi
this was the custom CSS conflicting as the color was same
use this
.stars .stars a.star, .stars a.star ::after {
color:#6a6b6aee;
}
That didn't help, Veronica.
Problem is that I don't see colors changing when hovering AND I can't select an amount of stars. We had an issue earlier,
this topic. Please have a look. Maybe that could connect the dots...
hi
I have added code and am able to select the stars in the review section
http://somup.com/crQ1lDr0SB
I see. It worked in a way.. But watch and listen to this video please: http://somup.com/crQ1IMrZiq (password: meestergijs)
How can I get the old hover animation back without showing 10-15 stars all thrown over eachother?
Thanks,
Gijs
hi
you can remove the hover custom code too
see by default nothing happens on hover
http://somup.com/crQiXJrTwB
Now when I hover, the all turn lighter grey. Is it possible to have seperate hover css for each star. So that when I hover over the first one, only that one turns gold. And when I hover over the fourth one, the first four turn to gold.
Thanks
no this is not
that's why I have shared the default functionality here
http://somup.com/crQiXJrTwB
But when you click two and then go to three stars you don't lose the selected two stars. When I do that I lose visual of the gold stars that I've selected. See here: http://somup.com/crQIFMr4Me
How can I fix this?
use this
span.commentratingbox .stars a.star.tmp_fs:after{
color:#6a6b6aee !important;
}
I added the code in FSTP, didn't work.
But when I used frontend editor it did! Thanks!
We can close
ok thanks for your confirmation