Home › Forums › WoodMart support forum › Product gallery carousel › Reply To: Product gallery carousel
January 19, 2018 at 2:42 pm
#34261
Artem Temos
Keymaster
Try to edit the file wp-content/plugins/woocommerce-composite-products/templates/composited-product/image.php
and replace this line
$html = '<figure class="composited_product_image woocommerce-product-gallery__image">';
with this one
$html = '<figure class="composited_product_image woocommerce-product-gallery__image-wcp">';
and change this code
$html = '<figure class="composited_product_image woocommerce-product-gallery__image---placeholder">';
with this one
$html = '<figure class="composited_product_image woocommerce-product-gallery__image---placeholder-wcp">';
Regards