Bug with the side thumbnails postition on elementor product
-
Hello, i have an issue with the thumbnails position of the product in elementor. When i choose the side option, the slider doesn’t work, and there is a weird zoom on images. Can you help me ?
Attachments:
You must be
logged in to view attached files.
Hello,
I apologize for the delay.
I would like to request confirmation regarding the permission to switch to the parent/default theme and disable third-party plugins. Once we have completed our testing, we will enable all settings back to their original state.
Looking forward to collaborating with you!
Kind Regards
Hello,
Absolutely, you can do this !
Thanks
Hello,
The below code will help you to fix that so please add it to the functions.php
file in your child theme.
add_action( 'wp_enqueue_scripts', function() {
$minified = xts_get_opt( 'minified_js' ) ? '.min' : '';
wp_dequeue_script('swiper');
wp_enqueue_script( 'xts-swiper-library', get_template_directory_uri() . '/js/swiper' . $minified . '.js', array(), xts_get_theme_info( 'Version' ), true );
}, 15 );
If you ever need to reach out to me, please do not hesitate to do so.
Kind Regards