Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1263961

    Hey There,

    i am Using Enfold in combination with Woocommerce. I got 2 Reviews for my Product but the the way they are shown is not the way i want it.

    The Stars from the Review only showing if the Cursor is on the Product. Is there a way that the Reviews are always showing? for Example under the Product?

    best Regards

    XLleads

    #1264159

    Hey XLeads,

    Please try the following in Quick CSS under Enfold->General Styling:

    .thumbnail_container .rating_container {
        opacity: 1;
    }

    Best regards,
    Rikard

    #1264223

    Thank you,

    Now its always Showing,is it possible to place the Stars under the Product ?

    #1264929

    Hi,

    Thank you for the update.

    Would you like to adjust the position of the stars inside the review container? Please try this code in the Quick CSS field.

    div .star-rating, div #reviews #comments ol.commentlist li .comment-text .star-rating {
    	top: 10px;
    	position: relative;
    }

    Adjust the top position as you wish.

    Best regards,
    Ismael

    #1265468

    It dosent work, sorry.

    I uploaded a Image, thats the way i want it.

    http://prntscr.com/vxf5vn

    #1265682

    Hi,

    Would you like to place the star rating below the title of the products in the shop page? The following thread might help.

    // https://kriesi.at/support/topic/display-star-review-under-title-for-custom-product-page-with-page-builder/#post-1153988

    The modifications there creates a shortcode for the star rating but you should be able to modify it so that the stars display right after the product title. You may need to use the woocommerce_after_shop_loop_item_title hook in order to do so.

    // http://hookr.io/actions/woocommerce_after_shop_loop_item_title/

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.