Hi,
We have successfully removed the zoom functionality by introducing this code snippet into child theme functions.php:
//remove zoom function under single product image
function remove_image_zoom_support() {
remove_theme_support( ‘wc-product-gallery-zoom’ );
}
add_action( ‘wp’, ‘remove_image_zoom_support’, 100 );
Thank you for your support.
Best regards
Laszlo
Hi,
ok I understand, but this code has no effect.
I placed in child theme functions.php, but nothing changed in zoom.
Example: https://www.frigoriakiado.hu/termek/crosso-dry-60-kerekparos-csomagtartotaska-parban/
Other solution for disable zoom icon, and to work on on click with lightbox?
Best regards
Laszlo
Hi Victoria,
I don’t want to use the Woo gallery!
I want to use variation images without image zoom,
but with onclick it opens lightbox just like the default mode.
