Home Forums Space themes support forum Bug with the side thumbnails postition on elementor product

Bug with the side thumbnails postition on elementor product

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #460176

    stratengine
    Participant

    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.
    #460423

    Luke Nielsen
    Keymaster

    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

    #460424

    stratengine
    Participant

    Hello,

    Absolutely, you can do this !

    Thanks

    #460700

    Luke Nielsen
    Keymaster

    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

Viewing 4 posts - 1 through 4 (of 4 total)