-
AuthorPosts
-
October 10, 2015 at 4:28 pm #619780
I have tried so many different ways of embedding a YouTube video, yet I can’t get it to work properly using Cornerstone. I receive all types of errors showing code, etc. Since the rest of the page is built with Cornerstone, I can’t revert to the former method using Visual Composer to embed a video. I have looked for the answer, to no avail, in the X theme forums and Knowledge Base, et al. Can someone please give me the directions for this seemingly easy task? How can I correctly embed a YouTube video with a Cornerstone video player element?
MANY THANKS!
October 10, 2015 at 5:06 pm #619798strange. I don’t know much about all this coding stuff but all I did was get the embed code from the video then paste it in to a element labelled video embed. weird it’s not working for you
James
October 10, 2015 at 6:08 pm #619818I found what was preventing it from working properly…all fixed now! THANKS!
October 11, 2015 at 2:03 am #620039Hi James,
We are glad you’ve figured out a way to resolve your issue.
Thanks for letting us know!If you need anything else we can help you with, don’t hesitate to open another thread.
November 26, 2015 at 7:42 am #680143hey amy,
having the same issue. using the element, adding the code but the only thing i get is the container showing the border but with white space in it. after clearing the cache it shows the same in firefox. in chrome it does not appear at all. on both browser with inspect elements it is in the code.
how did you fix it?
thanks for your support
UPDATE: some work some dont but all are from youtube. so what is the solution to that?
CHECK here: first works second does not -> http://drinkingwaterbenefits.com/where-does-water-come-from/November 26, 2015 at 10:54 am #680342Hi there,
Thanks for writing in! We’ll wait and see if Amy sees this, but let us know if you need anything further.
Meanwhile, I’ve checked your attached page and both Youtube videos are working fine at my end (see: http://prntscr.com/9784r8 & http://prntscr.com/9785xv). Would you mind confirming the issue again?
Thank you!
November 26, 2015 at 11:01 am #680349thanks for your prompt response.
it does appear now in chrome as well. not sure why cause i have emptied the cache.
there is another issue i like to solve though: it regards the padding of the x-video.embed.with-container class. currently it shows it at 2.5% (i guess as a standard setting). i would like to have it at 0px. tried it via the child-theme style.css but it does not take the change.
do you have a solution.
many thanks!
November 26, 2015 at 1:54 pm #680502Hi there,
Please try adding the following CSS rule into your child theme’s style.css file.
.with-container { padding: 0 !important; }
Hope that helps.
December 2, 2015 at 3:19 am #687621hi there,
i went with
.x-video.embed.with-container {
padding: 0; !important;
}since it is about the video embed and not all container. but what i forgot to check was the “!important”.
thanks
December 2, 2015 at 5:19 am #687867Hi,
Glad you were able to figure it out.
Have a nice day!
December 23, 2015 at 9:15 am #718867Hi, tried everything except the right thing ofcourse 😉
I work with cornerstone and want to put a youtube video in embedded video
where excactly did you put the code “.x-video.embed.with-container {
padding: 0; !important;
}” ?I am a starter with cornerstone so just to be clear, I choose “embedded video” in Cornerstone and than what?
thanks,Robert
December 23, 2015 at 10:40 am #718951Hi Robert,
Try adding that CSS under Customize > Custom > CSS:
.x-video.embed.with-container { padding: 0; !important; }
Hope it helps.
December 23, 2015 at 10:54 am #718965I solved it!
December 23, 2015 at 2:52 pm #719188Glad you sorted things out. Cheers!
-
AuthorPosts