Can’t disable product image Zoom
-
Using a blank theme the following doesn’t work no matter how high the priority.
//remove undesired woocommerce features function please_just_remove_wc_features() { remove_theme_support( 'wc-product-gallery-zoom' ); remove_theme_support( 'wc-product-gallery-lightbox' ); remove_theme_support( 'wc-product-gallery-slider' ); } add_action( 'after_setup_theme', 'please_just_remove_wc_features', 99999 );
I am assuming there is something else missing like a theme declaration but having a hard time finding this info.
Not sure why we can’t disable these options in settings like we used to. Maybe consider adding these options back to eliminate these unnecessary support threads. Thank you.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Can’t disable product image Zoom’ is closed to new replies.