This topic has 11 replies, 3 voices, and was last updated 8 years ago ago by Rose Tyler
Hi!
I have approved reviews but they are not showing in the single product page. How do I get them to appear?
Single product page with one review:
http://imgur.com/a/6Dvar
Woocommerce review settings:
http://imgur.com/a/xoXKQ
Thanks in advance!
Hello,
Please show a direct page where review isn’t shown.
Best regards,
Jack Richardson.
Thanks for the info!
#comments {
display: none;
}
Is there a way to modify that code in a way that would show the reviews but not the blog post comments?
In the private section you’ll find a direct page where review isn’t shown.
Hello,
Remove the previous code for comments and add this one:
.single-post #comments {
display: none;
}
Best regards,
Jack Richardson.
I changed the code but for some reason it is not working.
Hello,
As I see, your blog post comments are hidden http://prntscr.com/d4k96g. Clear browser cache and check post page.
Regards,
Rose Tyler.
Yes, Blog post comments are closed but the reviews in the shop don’t show. How do I get the approved reviews to appear in the single product page?
Thanks! I cleared browser cache and now I see it too.
Another question related to reviews:
Is it possible to change the color of the stars? Now they are grey. If it is possible I would like to change the star color to yellow/gold as they usually are in the web 🙂
Hello,
That is an image which you need to edit with some image editor, it’s placed in wp-content/themes/idstore/images/star-dark.png
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up