Swiper gallery issue umbriel theme
-
Hello guys,
We are having and issue with the gallery on single product page.
After the elementor update to the last version the gallery doesn’t work anymore.
Please check the video to understand the issue.
Thank you!
Hello,
Please send access to the admin panel so we can check what is wrong there.
Looking forward to hearing back from you!
Kind Regards
Hello,
I have attached the credentials on the website.
Just be careful because it is a live website.
Waiting for your reply,
Thank you!
Hello,
Please add the below custom code to the functions.php file in your child theme –
if ( ! function_exists( 'xts_disable_elementor_swiper' ) ) {
function xts_disable_elementor_swiper() {
wp_dequeue_script( 'swiper' );
wp_deregister_script( 'swiper' );
}
add_action( 'wp_enqueue_scripts', 'xts_disable_elementor_swiper', 20 );
}
Kind Regards
Hello,
It’s working.
Are you going to contact elementor for this issue or are you going to add this fix to your future update?
Waiting for your reply,
Thank you!
Hello,
In the next update, it will be fixed.
Thank you for your time.
Kind Regards