Embeded Youtube Videos Not Showing Up On Venture Theme

Hi,

My embedded youtube video is not showing up on my description. I’m using the venture theme.

When I look at the code on the live page, I can see the video wrapper and all the settings but it didn’t show up.

I already try some CSS changes but didn’t do any effect.

@Domot - what code did you embed? can you please share your website link? and embed code?

Website: https://domot.pt

Embed code:

@Domot - in which product did you add this code? can you please share that page link?

https://domot.pt/products/modulo-de-rele-duplo-com-medicao-de-energia-dualr3

in this one!

@Domot - I recommend to add this embed code in the product description and not in theme file code, issue is video has been hidden and if we remove that property then it overlaps other content due to css settings

I just added the embed code to the product description. Only on this product..

@Domot - please add this css to the very end of your theme.scss file and check, for now this is for desktop only

@media screen and (min-width:750px){
.product-single__description{clear: both;}
}

but if you want on mobile too then add code in next css

.product-single__description{clear: both;}
1 Like

It works! Thanks