/** * DISABLE WOODMART GALLERY SCRIPTS (Fix Product Add-Ons Pro Image Swap) */ add_action('wp_enqueue_scripts', 'disable_woodmart_gallery_conflicts', 100); function disable_woodmart_gallery_conflicts() { if (is_product()) { // Remove Woodmart Photoswipe + Custom Gallery wp_dequeue_script('woodmart-photoswipe'); wp_dequeue_script('woodmart-product-images'); wp_dequeue_script('woodmart-theme'); wp_dequeue_style('woodmart-photoswipe'); wp_dequeue_style('woodmart-product-gallery'); // Optional: Force WooCommerce native gallery class add_filter('post_class', function($classes) { if (in_array('product', $classes)) { $classes[] = 'woocommerce-product-gallery'; } return $classes; }); } }
You must be 21 years of age or older to view page. Please verify your age to enter.
Your access is restricted because of your age.