Home › Forums › Support › Single product Image gallery and product rating not showing with Elementor.
- This topic has 9 replies, 2 voices, and was last updated 1 year, 7 months ago by
David.
-
AuthorPosts
-
November 3, 2020 at 4:37 am #1515875
Maialen Uribarren
Hello,
I use Niche template from site library.
I am editing single product page with elementor, and the image gallery and product rating are not showing.
This message is shown: The style of this widget is often affected by your theme and plugins. If you experience any such issue, try to switch to a basic theme and deactivate related plugins.What can I do to resolve it?
November 3, 2020 at 6:10 am #1515978David
StaffCustomer SupportHi there,
can you share me a link to your site where i can see the issue?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/November 3, 2020 at 6:23 am #1516012Maialen Uribarren
Hi David,
Our site staging link is the next:
November 3, 2020 at 8:07 am #1516365David
StaffCustomer SupportThe Niche theme uses Custom CSS and a couple of custom hooks to create the original stacked gallery layout, which won’t work on Elementor.
First go to Appearance > Elements and Delete the two Hooks titled:
Gallery Stack
Close Summary WrapThen in Customizer > Additional CSS – delete this:
@media (min-width: 768px) { .woocommerce-product-gallery { display: none; } .woo-summary-wrap { display: grid; grid-template-columns: 60% 40%; grid-template-rows: auto; margin-bottom: 80px; } .woo-gallery-stack { grid-column: 1; grid-row: 1 / 3; } .woo-gallery-stack img { margin-bottom: 20px; } .woocommerce-tabs { grid-column: 1; } .woocommerce div.product div.summary { grid-column: 2; grid-row: 1; margin-left: 80px; position: -webkit-sticky; position: sticky; top: 105px; bottom: 100px; padding-right: 80px; } .single-product span.onsale { position: absolute; top: 0; } }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/November 3, 2020 at 8:19 am #1516392Maialen Uribarren
Hello David,
The product gallery image problem is solved. Thank you so much.
What can I do to show te product ratings?
November 3, 2020 at 10:05 am #1516550David
StaffCustomer SupportWhats wrong with the Product Ratings (reviews) ?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/November 3, 2020 at 10:29 am #1516581Maialen Uribarren
As it happened with the product gallery images, in single product page the product rating stars are not showing.
November 4, 2020 at 1:16 am #1517245David
StaffCustomer SupportIs Display Rating checked in Customizer > Layout > Woocommerce ?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/November 4, 2020 at 1:23 am #1517254Maialen Uribarren
Hi David,
problem solved! Thank you so much!
November 4, 2020 at 3:01 am #1517370David
StaffCustomer SupportGlad to be of help
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.