Hi,
I’m not sure how you are implementing your videos but it;s enough to simply paste the youtube video url in the post content. You do not need any plugin for this.
please note that the divi builder is not tested with our theme so please do not use any other page builder besides visual composer or the tagdiv composer (not both at the same time)
Thank you!
Please use this guide to create posts:
https://forum.tagdiv.com/post-formats-for-tinymce/
Thank you!
Hi,
There seems to be a huge padding set on the video element
– https://www.screencast.com/t/dDXt5cvp8iwi
You could try as a quick fix a code like this
– https://www.screencast.com/t/IDC6dQsiLZZ
Enter it in Theme panel->Custom CSS and check if it works. If you have caching installed, clear it after entering the code
.fluid-width-video-wrapper {
padding-top: 392px!important;
}
Visual composer can be used for posts, but this is not recommended. It should be only used on pages
– https://forum.tagdiv.com/how-to-use-visual-composer/
The tagDiv composer is a front-end page editor and can be used for pages only
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
In future updates more options and elements will be added to this editor exclusively, not for Visual composer.
Thanks