Review Module Changes

Posted in: Newspaper
Post count: 19

We don’t review products category-wise. We give a final score 1-10. So, I want to disable the Rating Category thingy. Also, I want to change the Overall Score to a text of my choice. For eg, if it’s 7, I want the “Overall Score” replaced with “Good”.

https://i.imgur.com/VY9LtJz.png

Post count: 35449

Hi,

If you are referring to the sort after review score -> https://www.screencast.com/t/a2KVGnicJ0a3 this can be done with custom css
-> https://www.screencast.com/t/6wibfqhEr9
.td-category-header .td-pulldown-filter-list li:nth-child(5) {
display:none;
}

In order to achieve the overall score in text you’ll need to make some changes in theme files:
For overall score from tagDiv cloud library you’ll need to make this changes in this file wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_review_overall.php
-> https://www.screencast.com/t/k379A9QUmWa
For defoult post templates you’ll need to edit this file wp-content\themes\Newspaper\includes\wp_booster\td_review.php
https://www.screencast.com/t/TuhIvBE6M08x
-> https://www.screencast.com/t/GLxGK8HB
-> https://www.screencast.com/t/luENHcAdTRo

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.