Updated to 6 and now have a ton of stars everywhere. How can I kill the stars after my byline and at the bottom in the review box?
http://www.drinkspirits.com/whiskey/review-orphan-barrel-rhetoric-21-year-old-whiskey/
Hi,
I’m not really sure how you add the reviews. You have to add points from 1 to 10 – http://screencast.com/t/Zh8521xwOb Do you have this issue after the update? I guess that in version 4 if you set the point reviews the stars were not displayed, we have changed this a little bit, sorry!
I can provide a css to hide the stars when points review is used – http://screencast.com/t/jOfwjcm7
.td-review .rate_point .td-review-final-star {
display: none;
}
Hope this helps!
Thanks. Those stars popped up with the new version. How also do you hide that points status bar? (above the review summary block). I think it’s important to understand that some us points on a 100 point scale (for wine/spirits/beer) so it would be helpful if the theme supports this.
Hi,
If you want to hide also the points bar, you can use this custom css – http://screencast.com/t/Wq4Ge7Ijk
.td-rating-bar-wrap {
display: none;
}
Unfortunately this is how the points review was designed with ratings from 1 to 10. I will add this on our suggestions list and if more users will request it, we will consider this in a future update.
Thanks!
Having the issue again after upgrading to 8. Have stars in the excerpts. Any way to get rid of them. See: http://www.DrinkSpirits.com
Hello gkleinman,
This is not a good theme behavior, sorry! You should make a new clean install from scratch via FTP way and try to disable all the untested active plugins which can interact with the theme core files and check the results. As a quick solution, please check the code below and place it in Theme panel->Custom CSS area.
.entry-review-stars{
display:none;
}
Thanks for the message!