Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1245808
    MattieM
    Participant

    Hi 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?

    #1245916
    Rupok
    Member

    Hi 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.

    #1255312
    MattieM
    Participant
    This reply has been marked as private.
    #1255536
    Rad
    Moderator

    Hi 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!

  • <script> jQuery(function($){ $("#no-reply-1245808 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>