before update : https://yogadesignlab.com/product/geo-combo-yoga-mat/
after update : https://ydl.staging.wpengine.com/product/geo-combo-yoga-mat/1
i was with using this codes but now the product gallery doesn’t the after wordpress upadate!
// Remove product gallery slider and gallery zoom // ============================================================================= add_action( 'after_setup_theme', 'remove_woo_three_support', 11 ); function remove_woo_three_support() { remove_theme_support( 'wc-product-gallery-zoom' ); remove_theme_support( 'wc-product-gallery-slider' ); } // =============================================================================
how i can fix the product gallery to show up and function same as before theme update ?
Thank you!

