Answer the question
In order to leave comments, you need to log in
How to connect your custom slider instead of standard woocommerce flexslide?
I saw in the Fona theme they use slick slider and they connected it to the product card. I want to do the same but I don't know how.
Now the markup of images (slider) in the product card completely suits me, but when I turn it off
, the markup I need to build the slider is removed. add_theme_support( 'wc-product-gallery-slider' );
Answer the question
In order to leave comments, you need to log in
I also use slick in the product.
You just need to make your own product-image.php template with the necessary markup and classes, on which to hang the slick (you will have to adjust the layout and use vertical thumbnails in the slick)
Well, disable the unnecessary:
remove_theme_support( 'wc-product-gallery-zoom' );
remove_theme_support( 'wc-product-gallery-lightbox' );
remove_theme_support( 'wc-product-gallery-slider' );
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question