display review in post featured image

Posted in: Newspaper
Post count: 101

Is it possible to display the review score in the blog post featured image ?
I have uploaded a image for reference
https://imgur.com/a/zx8ATlW

Post count: 35449

Hi,

Yes if the post have review ( https://www.screencast.com/t/Xh25rMobAa ) this will be show by default like this:
https://www.screencast.com/t/yG8UVwgxeZT

Thank you for your understanding.

Post count: 101

Thanks, is it possible to display the review number without star ?

Post count: 35449

Hi,

Sorry but the theme do not have this option, the review will be show only in stars.
Sorry for the inconvenience.

Thank you for your understanding.

Post count: 101

https://www.mrbuzz.com
I found this website on your showcase, in which the review score number is displayed on the image, I want some thing similar

Post count: 35449

Hi,

In order to have the number review instead of stars reviews you need to make some changes in theme files.
Please go in wp-content\themes\Newspaper\includes\wp_booster\td_review.php
https://www.screencast.com/t/1DNuz8yBLEQ
Please add this code
return self::calculate_total_stars($td_review);
https://www.screencast.com/t/xPWeJpZrWp
Resultants: https://www.screencast.com/t/jowv4EF9

Thank you for your understanding.

Post count: 101

https://imgur.com/a/zx8ATlW
Thanks for the workaround, but in the result, the number is small. Is it possible to achieve the output as I have attached in the image.
I would like to have a background box for the review number so it’s differentiated. And it’s aligned to the right side.

Post count: 35449

Hi,

Please try this custom css paste the code in Newspaper>Theme panel>Custom code>Custom css
.entry-review-stars{
background-color: gray;
color: white!important;
border: 1px solid lightgray;
padding: 5px;
font-size: 14px;
font-weight: 600;
float: right;
}

Feel free to change the css/color.
Results: https://www.screencast.com/t/5iIsrCZiF81
If there are some problems please provide a link were I can inspect the problem.

Thank you for your understanding.

Post count: 11

Hi all, i am newbie here.
I have a review site https://topreview.vn
I want to do some custom to the Newspaper’s review plugins:
– Show the reviee score on top of article (Not bottom as default)
– Add User score (User can add a separate review score b comment and rating)

Can i do with this plugin or need to buy a new one by a third party Plugin?
I have know some about php, if i know where to edit, i think i can do something there.

Help?
Nim

Post count: 35449

Hello,

Unfortunately our element for review do not have those options, sorry! if you want to make some changes in review file, you need to go to wp-content/plugins/td-composer/legacy/common/wp_booster/td_review.php

Thank you for your understanding!

Post count: 11

Many thanks Calin, i will take a look on this.
Regards!
Nim

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