-
AuthorPosts
-
February 24, 2020 at 3:12 pm #1187368
Hi!
i can see the stars rating in the woocommerce product grid appearing but over the product image.
is there a way to place them after the product title or price?
Thanks in advance
February 24, 2020 at 5:53 pm #1187439Hey Javi,
Can you give us a link to one of your product page? so we can try to inspect it.
Best regards,
NikkoFebruary 27, 2020 at 5:04 pm #1188523Link sent in private
February 28, 2020 at 6:19 am #1188746Hi,
Provide admin info in the private area so we can look into this issue further.
Best regards,
Jordan ShannonFebruary 28, 2020 at 8:48 pm #1188903sent on private content
March 2, 2020 at 4:37 am #1189311Hi cohetete,
Can you try to add this CSS code in Quick CSS, located in Enfold > General Styling:
#top .thumbnail_container .rating_container { position: static; margin-left: 0; opacity: 1; }Best regards,
NikkoMarch 2, 2020 at 3:36 pm #1189461Yes it works for me but what i want is to show them before or after the product title or below product price if there’s a chance
The css solution that you sent me i had already implemented but my client don’t want it on this position
Regards
March 2, 2020 at 5:24 pm #1189482Hi cohetete,
Please remove the code I gave, then replace it with:
#top .thumbnail_container .rating_container { display: none !important; } #top .inner_product_header .star-rating { display: block; float: none; margin-left: auto; margin-right: auto; }and this code at the bottom of your child theme’s functions.php:
If you aren’t using a child theme yet, you can download and find the instructions here: https://kriesi.at/documentation/enfold/child-theme/remove_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_rating', 5 ); add_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_rating', 15 );Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.
