I there a way to cause the "hide ratings" link to not be shown? I want to display the gallery and have image ratings turned on, but I don't need the "hide ratings" link shown in the gallery itself.
resolvedI there a way to cause the "hide ratings" link to not be shown? I want to display the gallery and have image ratings turned on, but I don't need the "hide ratings" link shown in the gallery itself.
Hi CB,
There isn't a way without going in an changing the code. I'll see if I can add an option.
BB
I managed to solve it with pure CSS :
.bwbps-toggle-ratings-clear{
visibility:hidden;
display:none;
}
.bwbps-rating-toggle{
visibility:hidden;
display: none;
}
It would be great to see it as an option eventually though.
Thanks for the help!
Glad you got it solved. The option is in the next release.
BB