• Resolved Finn

    (@phuc8509)


    Hi,
    Like the title, at single product page, i want disable sliding effect on product gallery. I try this code:
    add_action( ‘template_redirect’, function() {
    remove_theme_support( ‘wc-product-gallery-slider’ );
    }, 100 );
    BUT that’s not what i’m looking for. I don’t want to remove the gallery alltogether, I just want to change the transition effect from “transform: translate3d” to no effect (Fadein effect is actually better if it’s possible). Like this link:
    https://propercloth.com/dress-shirts/thomas-mason-non-iron-stretch-dark-blue-small-check-342289.html

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Disable transition slide effect on product gallery’ is closed to new replies.