Quantcast
Channel: How to get rid of the hover zoom in WooCommerce single products - WordPress Development Stack Exchange
Viewing all articles
Browse latest Browse all 4

Answer by artnikpro for How to get rid of the hover zoom in WooCommerce single products

$
0
0

Disable gallery zoom and prevent loading jquery.zoom.js lib

add_filter('woocommerce_single_product_zoom_enabled', '__return_false');add_action('after_setup_theme', function () {  global $_wp_theme_features;  unset($_wp_theme_features['wc-product-gallery-zoom']);});

Viewing all articles
Browse latest Browse all 4

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>