Hey,
I am looking for a way to display the total number of comments (not just the rating). It’s very important for SEO. (Single Post User Reviews Overall module)
Also, I would like not to force users to vote for multiple things (avoid a vote + overall) in the comments and only vote for the quality of the content (here, a recipe).
==> Single Post User Reviews List & Form
Thank you.
-
This topic was modified 2 years by
DUNKY59.
Hey,
I want to add a review counter next to the total stars
For example : if I have 33 reviews : I want to show the total average of stars and “(33)” for the reviews count (below the title)
The other request is to hide the two rating lines in the comments section.
I only need one because I have only one criteria.
Here is an example : https://cuisinons-tous.com/plats/plats-vegetariens/potiron-au-four-la-recette-facile/
Thank you 🙂
-
This reply was modified 2 years by
DUNKY59.
And is it possible to hide the two lines with stars in the comment section ?
I only have one criteria and it’s not relevant to show 1 criteria and the global rating in the comment section.
Example : https://cuisinons-tous.com/pays/francais/roules-a-la-merguez-apero-facile/
Hi,
Unfortunately, I don’t know where you say to hide. Please provide some screenshots.
A solution for sending a screenshot/video is this:
Download, capture, and send: https://www.techsmith.com/jing-tool.html
After making the screenshot, you will have a link; paste it here.
Thank you!
Hey,
I just want to show one line with star (i only have one criteria, I don’t need to show the global review stars)
Here is an example : https://imgur.com/a/3Cj7SZD
You can find it live here : https://cuisinons-tous.com/entrees-accompagnements/entrees-viandes-poissons/roules-aux-saucisses-knacki/
Thanks,
Hi,
Please try to use this code https://i.imgur.com/RAhFkDP.png
.tdb_single_user_reviews_list .tdb-surl-review-rating:not(:last-child)
{
display: none;
}
Set the code in theme panel -> custom code -> custom css.
Thank you!