Home Forums WoodMart support forum Loop product page images Reply To: Loop product page images

#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