Feature request: Overall rating of review

Posted in: Newspaper
Post count: 122

Hi,

this might be a feature request. I do have a review site and I would love to display the overall rating of a product directly on top of an article – either in the article image below of the title or even better as a small info within the introduction. It would be enough to simply display the overall rating from the rating box at the end of the post. Is this somehow possible?

regards,
julingn

Post count: 84

I’m with @julingn on this. I would love to see the overall score at the TOP of the article as well as the bottom.

A great spot would be right under the article Title next to Views / Comment Counts / Date / Author / etc

Post count: 7909

Hi,

You can show the review box also on top of your article, but you have to edit post template that you use and copy the code like this – http://screencast.com/t/tvKrttt4g6http://screencast.com/t/aGhfTPfh06C
If you want to remove the bottom reviews, just delete the review code from bottom.

Thanks!

Post count: 122

Hi Alin,

thanks for your reply. That is getting close.

What I actually meant was displaying only the overall score on top – so basically the “5 + stars + text overall score”-box with the whole review container from your screencast image.

regards,
julingn

Post count: 7909

Hi,

You can follow the above solution but add the code in a div with a unique class – http://screencast.com/t/MENgNj22pF and use this custom css to hide it only for top review – http://screencast.com/t/4q8K3BJdPnj

.review-top .td-review-footer {
display: none;
}

If this doesn’t help you will need custom work to change and add a new the review function – http://screencast.com/t/2cqWjTrBzfm unfortunately we cannot provide any type of custom work at this time, sorry!

Hope this helps!

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.