Home Forums WoodMart support forum Add Product Page Video

Add Product Page Video

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #139562

    silentmedia
    Participant

    Hi,

    I am trying to add video to Product Page [Product video URL], but it keeps coming up with error. Attached screenshot.

    Video URL I am adding is : https://youtu.be/57Uf-QIefKY

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

    silentmedia
    Participant

    It’s ok, I found answer on your support pages…

    “Please try to insert the full youtube URL copied from the browser.”

    That worked! 🙂

    #139565

    silentmedia
    Participant

    One more question please…

    When you hover over the video icon it comes up with the “Watch video” text. Can this be shown by default? The current icon is not very obvious.

    Thanks.

    #139616

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .product-video-button > a > span{
    	transition:none;
    	max-width:100%;
    	padding:0;
    	margin-right:10px;
    }

    Best Regards

    #139619

    silentmedia
    Participant

    Brilliant, thank you!

    I managed to do it a few minutes ago also, using:

    .product-video-button>a>span {max-width: 100%; padding-right: 25px;}

    Thanks again!

    #139654

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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