Hello. I have two questions. First, is there a way to make a review that just has the stars once? As in, maybe I just want the summary box with the number of stars and not scoring individual categories. Also, is there a way to access older versions of Newspaper? Below is a site using your theme and I actually prefer the look of the menu color boxes and such. It also has the review summary box that I am wanting to use!
Hello,
1. The reviews do not have such an option but you will be able to hide the rest of the options with css to only get the overall score is this is what you want. Please provide a link to one of your review posts and I will provide the proper css to hide the rest of the fields except the overall score.
2. Unfortunately that is a very old version of our theme and we cannot provide it anymore That is newspaper version 4. We are at version 7 now, but we do not have an archive for older versions. Sorry. The 2 versions are not backwards compatible. The whole theme was written from the top down in newspaper 6 so that is basically the same as a totally different theme. The only theme version we are allowed to provide is the one on themeforest as the theme is provided exclusively by envato
Thank you!
Hi again,
Here is the link to the review post. Thanks for the CSS! Will it work on other reviews on the site as well?
http://www.topdecknation.com/2016/01/ride-that-surf-a-comprehensive-breakpoint-set-review/
-
This reply was modified 9 years by
zcarmichael.
Hi,
Here is the code needed:
.td-review-row-stars{
display:none;
}
.td-review-summary .block-title{
display:none;
}
This will affect all of the reviews so you only have to add the code in the theme panel-> custom css box once and it will work on all of them
Here is the result:
http://screencast.com/t/kYPNQkobMG
I also removed the second block title called overview as 2 titles did not display properly.
I hope this helps.
Thanks.
Thanks – looks great! Is there a way to change the words “Review Overview” to something else though, like Summary?
Hi,
Please check the translations section and translate the ‘review overview’ to whatever you want: http://screencast.com/t/fpElwGTjR49I
Thank you!