Cornerstone breaking YouTube videos after update

Hey there! We have X theme version 10.0.2 but if we update Cornerstone from version 6.1.4 to version 7.0.2, YouTube videos on Gutenberg block stop being displayed.

For example this post: https://punishedprops436.e.wpstage.net/2022/11/25/3d-scan/, the video is not being displayed.

But if you edit the post, you can see the YouTube video block on the backend: https://punishedprops436.e.wpstage.net/wp-admin/post.php?post=105138&action=edit

Any ideas?

I’ve added the staging site access on the secure note

Hello @punishedprops,

Thanks for writing to us.

It seems that there is an issue of plugin conflict with Jetpack I would suggest you please purge all the cache and then temporarily deactivate the Jetpack plugin then check it again.

OR

You can add this custom CSS code under Theme Options —>CSS

.wp-block-embed__wrapper {
position: unset !important;
}

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case you have no idea about coding you can subscribe to One where customization questions are answered.

Hope it helps.
Thanks

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