Home Forums Space themes support forum Product image gallery not working

Product image gallery not working

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #636648

    sotiris
    Participant

    Hello,
    I have an issue with the image product gallery. Since I installed the theme, with the dummy content or new products, with all the plugins active or deactivated only the main product image is visible. In the product thumbnails during mouse-over the second image is visible but in the product image it is not. Please watch the video I have attached for clarification.

    Attachments:
    You must be logged in to view attached files.
    #636965

    Luke Nielsen
    Keymaster

    Hello,

    Add the code below into the fucntions.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

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