Woocommerce - Change the default 'carousel' of products

0

Let me explain myself better:

When you enter a product, the images of it are shown in slider or carousel modes. I would like to change the one that comes by default, since the thumbnails appear below the main image, and I do not like the design.

I would like to add something simpler like the 'carousel' of Bootstrap.

Do you know any plugins to do this? Or some other way?

Thank you.

    
asked by Mark Lenders 20.06.2017 в 13:40
source

1 answer

0

My contribution would be the following, that the slider of the images be fixed, but the small images ("thumbnail") will disappear.

From function.php of your topic:

remove_action( 'woocommerce_product_thumbnails', 'woocommerce_show_product_thumbnails', 20 );

I share a link that I found, with several options, in English: link

I hope it serves you!

    
answered by 03.07.2017 в 23:52