Ok I found the solution, with this code in functions.php:
add_action( 'after_setup_theme', 'remove_hemen_theme_support', 100 );
function remove_hemen_theme_support() {
remove_theme_support( 'wc-product-gallery-zoom' );
remove_theme_support( 'wc-product-gallery-lightbox' );
remove_theme_support( 'wc-product-gallery-slider' );
}
The line remove_theme_support( 'wc-product-gallery-slider' );
deactivate the slider.
Related Posts:
- display product’s category static slider name and image in loop wordpress
- How can I make a thumbnail slider
- Jump to Footer On Scroll – Woocommerce Pages Phones Only
- How to display 2 products per row for Mobile using WooCommerce?
- woocommerce Shortcodes – Change display between mobile and Desktop
- How to add a fixed shopping cart button on the bottom of the page?
- Order by rating not works in wp_query
- how to use wc_create_order with subscription product
- WooCommerce changes lost password reset link
- WooCommerce: Add New Report Tab
- Custom Woocommerce image size [closed]
- Migrate WooCommerce Orders [closed]
- Woocommerce checkout fields on the same line
- WooCommerce Subscriptions: Show monthly Price for annual Product
- How to add multiple product gallery images from front-end
- Hide income in Woocomercer [closed]
- How do you add custom metadata to WooCommerce orders? Specifically a second external order ID
- Hide tabs on woocommerce product editor for user role
- Woocommerce add_to_cart non-register visitor not working
- woocommerce_email_subject_customer_completed_order
- is_shop, is_home, is_front_page doesn’t work for woocommerce
- WooCommerce: The model of e-mail is displaying only the html, not css [closed]
- How to show loading spinner after click on add to cart button [closed]
- Authenticate user into wordpress via 3rd party system, both with the same domain
- Woocommerce – Show random product thumbnail from specific product category
- Arranging Product Details on Shop Page
- How to add a greeting message upon logging into WordPress for certain user role
- Modify some CSS with functions if (function_exists
- Limit total quantity of products in WooCommerce group product
- How to get woocommerce subscription next payment date or date when subscription expires in woocommerce_subscription_renewal_payment_complete hook?
- Woo-commerce Checkout Summarized in Pop-up Card Entry Only
- Display Message if woocommerce coupon is not applicable to some items in the cart
- (Woocommerce) How to add a custom page between cart and checkout with a file upload field per product item in the cart?
- Force uppercase on some WooCommerce checkout fields input
- Display custom field without plugin in woocommerce
- How to output php between header and woocommerce container
- WooCommerce – How can I make single product gallery show two images on the slider at once?
- How to delete all customer user account that haven’t placed a single order?
- How do I add an extra field to comment form above the submit button?
- woocommerce email template detect email recipient
- WooCommerce – buying as well as selling
- How do I hide ‘out of stock’ products in the admin ‘product’ page?
- Hide the prefix before the price of the product [closed]
- Add custom field to Woocommerce add new attribute / edit page
- woocommerce axios react
- Woocommerce hook on address field change [closed]
- Maintenance mode just for WooCommerce shop pages [closed]
- Woocommerce – Add HTML around Product description [closed]
- relocate woocommerce notices/messages on Cart page
- Custom email template for a specific product category
- How to give each category name its own ACF background color?
- WooCommerce 4: Gallery size is too large in mobile
- Same request Mysql/Php not same result
- WooCommerce Registration redirect based on page ID
- Get woocommerce coupon code
- Woocommerce change price in cart when discounted
- Remove Visual Editor and P tags from WooCommerce Taxonomy Descriptions [closed]
- Woocommerce Remove Tax by Product Type
- get_posts $args won’t accept array as one of the criteria?
- WooCommerce print subcategory of product
- Woocommerce – sell a certain category by unit, another by weight? How?
- Add custom parameters to Woocommerce add to cart link
- How to automatically change the status of product from draft to published when stock qty change from 0 > 1
- Add quantity of variations together and show it to parent quantity field Woocommerce
- Woocommerce: How to change the attribute values per product
- Delete method giving 500 error, for this endpoint /wc/store/cart/items
- In woocommerce product details not showing
- Re-arrange the Woocommerce checkout page layout
- How to sort products by price ASC and place all no price products to the end? (Woocommerce)
- WordPress | Woocommerce | use “category display type” in if statement
- Parameters in woocommerce_before_add_to_cart_button hook
- Update / refresh mini cart, after custom AJAX add_to_cart event
- How can I get a get a list of customers from a list of email addresses?
- WordPress Woocommerce Endpoint URL
- Will ‘private’ status prevent Woocommerce products to be indexed by search engines?
- Woocommerce: sorting variable product
- Remove filter parameter from Link URL
- Add to cart is not visible in product page
- Notice: Trying to get property of non-object in
- How can I change my search form to bring up product results, not blog results
- Prevent user from changing any account data once it is setup
- Redirect After Registration on Specific Link
- Incorrect translation of ‘shipping’ at woocommerce checkout page after WC update 3.4*
- Sell a WooCommerce Product on Content Pages
- How can you get woocomemrce to give you multiple licensing options for a downloadable product?
- WordPress media library don’t load most of the photos in library
- Show “email already used message” first
- Can I get some product is virtual in Woocommerce by hook?
- Woocommerce order_complete email dont send after changing order status via sql
- delete cart item from the carts when user login from other system
- Not all strings are translated
- Custom Woocommerce checkout filed yields a Json error when validating [closed]
- Woocommerce make appear when items added to cart
- How to display Woocommerce catagories
- Woocommerce set single city to sell to
- eCommerce solution doesn’t want to display its shortcodes or any content where it’s set to [closed]
- Woocommerce hidden fields with meta keys and values. how?
- How do I make a diagonal strikethrough on wordpress? [closed]
- I want to update shipping charge $0 for all Woocommeerce Subscription auto-renewal orders
- Conflict between Woocommerce Booking + Woocommerce Product Options [closed]