Cornerstone conflict with video embedding

I have a YouTube video I embedded and it is not showing up on the individual post. I disabled all Plugins to see if there was a conflict.

The only plugin that was conflicting was Cornerstone. Here is the link to the page…I am not sure what to do considering Cornerstone comes with X Theme. All plugins are updated, as is the Theme version, and I am using the latest version of Wordpress…please advise thank you!

http://www.midwestfamily.org/live-stream/who-teaches-our-children/

Hi There @senvas

Thanks for writing in! Upon testing, your issue seems to be related to your server policy. I see the following on your console log.

Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource

Could you please try adding the following into your .htaccess file and see if that helps. You can see the detailed guide from here (https://theme.co/apex/forum/t/troubleshooting-font-awesome/200).

Header add Access-Control-Allow-Origin "*"
Header add Access-Control-Allow-Headers "origin, x-requested-with, content-type"
Header add Access-Control-Allow-Methods "PUT, GET, POST, DELETE, OPTIONS"

Let us know how it goes.
Thanks!

Thanks - actually it was an issue with the YouTube video…the host on that end did not have it checked as “Public” or check for it to be embedded. We are all set now. Thank you!

Glad you’ve sorted it out :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.