Home › Forums › WoodMart support forum › Loop product page images › Reply To: Loop product page images
October 1, 2018 at 6:10 am
#79968
Artem Temos
Keymaster
Hello,
Thank you so much for purchasing our theme and contacting our support center.
Unfortunately, it is not possible to make a loop there since it will break a lot of other functionality from WooCommerce and additional plugins.
As for the arrows, you can always show them with the following CSS code
body .owl-carousel.woocommerce-product-gallery__wrapper .owl-nav>div {
transform: translateY(0);
-webkit-transform: translateY(0);
opacity: 1;
visibility: visible;
pointer-events: visible;
}
Please, send us your website link so we can check your zoom problem.
Kind Regards
XTemos Studio