Creating reviews with just a total score

Posted in: Newspaper
Post count: 18

Hi,

I want to use the included review function for album reviews but I only want to give one overall rating, not scores for different categories followed by an overall rating.

At the moment when I try and do this is presents the score twice. How can I set it so it just displays an overall rating?

Also, is it possible to move the summary box and score to the top of the page rather than the bottom?

Post count: 22421

Hello,
Unfortunately there is no option for this in the theme but it can be done with a bit of customization.
You can hide the other review scores with css in order to just display the overall score:
before: http://screencast.com/t/j0lEQc3x
after: http://screencast.com/t/zH23QN8DuqG2
Use this code in the theme panel->custom css box:
.td-review-row-stars{
display:none!important;
}

As for the position you will nedd to edit the theme files to move the reviews.
Edit the loop-single_x.php template you use on your post. (you will need to edit every template you use on your posts http://screencast.com/t/gNewwrcmEQ3q)
Modify the template you use like so: http://screencast.com/t/CcMkeJjJ

Thank you!

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