Tagged: x
-
AuthorPosts
-
November 6, 2016 at 6:26 am #1245808
MattieMParticipantHi all,
First i must say, love the theme and the helpfull forum! Found a lot of awnsers here 🙂
I have a questing myself:I want to show the ratings on the shop page for the product. I allready found this topic:
https://community.theme.co/forums/topic/place-stars-of-the-woocommerce-reviews-under-the-product/
Now it shows the ratings in the image, but i want to show it below the price of the item.Also i would like to show the rating below the price on the product page.
Anyone knows how i can manage to do this?
November 6, 2016 at 9:03 am #1245916
RupokMemberHi there,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
November 13, 2016 at 10:45 am #1255312
MattieMParticipantThis reply has been marked as private.November 13, 2016 at 4:47 pm #1255536
RadModeratorHi there,
Please add this code to Admin > Appearance > Customizer > Custom > Javascript.
jQuery( function($){ $('.products .product').each(function() { $(this).find('.star-rating-container').appendTo($(this).find('.entry-wrap')); } ); });Moving reviews star rating in product page because there is none to move. The rating in the review is just individual rating from each comment.
Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1245808 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
