Home Forums WoodMart support forum Viwe video

Viwe video

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

    manuel-logika
    Participant

    Dear Xtemos staff,
    In the products page there are two positions where you can insert the link of videos taken from you tube.
    In the frontend the video taking the link from the sidebar is not showing!
    I have updated the theme, updated all plugins, and I don’t understand why it was working before now it is not.

    Example Page product: https://playdemo.it/prodotto/gestione-lotti-matricole-mago4/

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

    Artem Temos
    Keymaster

    Hello,

    To fix this issue, try to add the following code snippet to the Custom JS on document ready area in Theme Settings.

    if (document.querySelector('.woocommerce-product-gallery .wd-carousel-item.wd-with-video') ) {
    		const tag = document.createElement( 'script' );
    		tag.src = '//www.youtube.com/iframe_api';
    
    		const firstScriptTag = document.getElementsByTagName( 'script' )[0];
    		firstScriptTag.parentNode.insertBefore( tag, firstScriptTag );
    	}

    Kind Regards

    #633040

    manuel-logika
    Participant

    Thank you, it works now.

    #633099

    Artem Temos
    Keymaster

    You are always welcome. Feel free to contact us if you have any further questions.

Tagged: 

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

The topic ‘Viwe video’ is closed to new replies.