Product image slider at single prioduct page doesn’t work
-

JKParticipant
Hello!
After last update to ver. 7.4.0 and 7.4.1 the product image slider at single prioduct page doesn’t work.
Update with last patches doesn’t help to resolve the problem.
Hello,
Thank you so much for purchasing our theme and contacting our support center.
Please, disable all plugins that are not related to our theme and provide us with your admin access. We will log in and check what is wrong there. You can leave only the following plugins that are required for our theme:
WoodMart core
WooCommerce
Elementor/WPBakery page builder
Thank you in advance

JKParticipant

JKParticipant
Hi! You answer for a very long time. I can’t keep plugins disabled on my site for that long since it’s an active store. I have granted you access rights to the site, you can disable the plugins yourself when will you start looking into my question?
Try to add the following PHP code snippet to the child theme functions.php file to fix this
add_action( 'woodmart_option', function ( $value, $slug ) {
if ( $slug == 'swiper_library' ) {
return 'required';
}
return $value;
}, 10, 2);

JKParticipant
Thanks! It works. Will you fix it in next patches or updates?
Yes, it will be fixed in our next theme update.
Kind Regards

JKParticipant
The topic ‘Product image slider at single prioduct page doesn’t work’ is closed to new replies.