Remove Star Rating from Product Description?

David I. shared this question 2 years ago
Awaiting Reply

How do we remove the I.O. Star ratings on our product description pages?

414046bce26c0b5c4900ca9b43c0d3fa

Comments (3)

photo
1

In the io_rental shortcoder in WP, you can search "star" and add "hidden" to the element

photo
2

Go into the wordpress admin panel/Inflatable office/shortcodes/then pick io_rental

find the line that looks like this

<div class="io_star_rating">

<div class="io_stars_%%rental_id%% io_stars"></div>

<a href="#page_product_reviews">See Reviews</a>

</div>


and add the code to the beginning and end that is underlined


<!--<div class="io_star_rating">

<div class="io_stars_%%rental_id%% io_stars"></div>

<a href="#page_product_reviews">See Reviews</a>

</div>-->


make sure you turn off keep updated or they will come back

photo
1

I have this in with a developer.

Leave a Comment
 
Attach a file