Getting Rid of Stars on Post Pages

Posted in: Newspaper
Post count: 14

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/

Post count: 7909

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!

Post count: 14

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.

Post count: 7909

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!

Post count: 14

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

Post count: 23312

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!

Post count: 14

The theme is a fresh install from FTP. Adding the CSS code seems to have fixed the display issue. Thanks!

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.