Hi 007mer,
You could enable that option from the “Styling” area of the “Options” tab by using the option “Reviews Skin Style”.
Thread Starter
007mer
(@007mer)
Yes, the stars are configured but this does not change anything.
config screenshot: https://snag.gy/P47QnZ.jpg
Did you take a look a the link i put in of the post page?
On the [ultimate-reviews] page it is working fine, but the reviews also generated posts, and on the post page there are no stars shown.
Please check out the link: https://keukenmatch.nl/review/verbouwing-sittard/
There is only text+image, no stars.
For the single post pages, it would be your theme that controls the look and layout. Because the reviews are just a custom post type, the single post page for FAQ posts would, by default, make use of your theme’s single.php template file. If you’d like to modify the single post page for the reviews, we’d suggest duplicating your single.php file and creating one specifically for our post type, as discussed here: https://codex.wordpress.org/Post_Type_Templates. Our post type is called “urp_review”, so you’d want to call your template file “single-urp_review.php”.
Thread Starter
007mer
(@007mer)
When I use [ultimate-reviews], I see [text]+[image]+[stars]
MY review is linked to a post. When I click it, I only see [text]+[image]
Missing the stars.
I already cloned the single.php to single-urp_review.php
Stil no stars or a review score
We do not have any control over your single post pages. You would need to modify it yourself. Just cloning it will do nothing. You would have to add the code to the template to show the stars. This is not a features of our plugin.
Thread Starter
007mer
(@007mer)
Is there a sample code I can use, to show the rating on the post page?
It really depends on your theme and how the single post page is set up. If you wanted to add extra elements that are specific to the reviews, one thing you could try doing is going into the DisplayReviews.php file in the Shortcodes folder and copying over the elements you want to your theme template.