Hello!
I need to change the review scores. Currently, if I set points mode, the points range from 0 to 10, while I would need to be able to set them from 0 to 100. How can I do?
Thank you
Hi Sommelierlife,
You can set the score between 0 and 100 without problems, this is all you need to do -> https://i.imgur.com/ftBnECm.png and the results will be these -> https://i.imgur.com/ZDLPqPA.png
If this is not what you mean, please provide some more details about what do you want to achieve.
Thank you!
Hi Calin,
thanks for you’re replay. I meant what you showed me, but the colored bars like this are always displayed as if the maximum score is given. My maximum is 100, not 10.
Also when viewing the overall score I would like it not to display the stars below, but only the numerical average of the scores.
How can I do?
I know I could use percentages as a mode since it’s already pre-set to a total of 100, but you shouldn’t see the% symbol.
Thanks you!
Hi,
To remove the stars you can comment these two lines -> https://i.imgur.com/m9x9t1O.png from -> wp-content/plugins/td-composer/legacy/common/wp_booster/td_review.php and the results will be -> https://i.imgur.com/FxNCFR0.png also for bars you need to add an extra parameter -> https://i.imgur.com/ErM2hQD.png -> https://i.imgur.com/FzGjRGq.png the results will be -> https://i.imgur.com/rqkRlyw.png
Hope this will help you!
Thank you!
Hi Calin,
I tried to modify the two lines as comments, as you indicated, but nothing happens, I keep seeing the stars under the total scores.
Same thing for the addition of code that you indicated for the bars.
How can I do?
Thank you so much
Hi Sommelierlife,
Please provide me a link where I can inspect the reviews, also please provide me some screenshots with the settings you’ve made in them files (the place and changes), in this way I will be able to identify why the elements are not removed for you.
Thank you!
Hi Calin!
at the moment the site is in Coming soon mode, so I can give you a private access at this link https://sommelierlife.it/wp-login.php you can enter with guest1 pw: Silvia2020@ and you can visualize the article at this link https://sommelierlife.it/al-metro-la-stella-indiscussa-della-costa-dei-trabocchi-review/
the screenshots as you required:
– the review score before the changes https://ibb.co/mDLqT26
– the 2 lines (7-8) that i comment https://ibb.co/4tztM87
– the line where I add the extra parameter https://ibb.co/F8V0bRF
– the result after changes https://ibb.co/mDLqT26
Hi Sommelierlife,
Indeed the above steps were for a standard post style, as I can see you are using a single post template from cloud template, this need to be modified in these files:
-> wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_review_overall.php comment these 2 lines -> https://i.imgur.com/LbpbDeL.png and in wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_review_overview.php add “/ 10” on this line -> https://i.imgur.com/aeIib0g.png then you will get a design like this -> https://i.imgur.com/h7tVSjF.png unfortunately these changes can not be set in a child theme and will be lost (you need to make those settings again) when you will make a theme update.
Hope this will help you!
Hi Calin,
Thank you so much for the help. Now It works perfectly!
I sincerely hope that in future (with the next update of the theme) this changes could be set in the child theme.