I just wanted to make you all aware of an issue that has recently come up.
This has happened after the recent wordpress update version 4.8.2 when I am using X theme. I have no problems with it just using the standard 2017 wordpress theme.
When I try to embed a youtube video either by using a text module or using the embed video module or even just using the regular text area without cornerstone, it just won’t work. It just doesn’t do anything: nothing shows up at all there.
Now, on pages that already had a video embedded before the update, cornerstone can’t load those pages anymore and it says there is a script conflict and that loading the preview took longer than expected.
This has happened on a few sites I was working on over the weekend, so it’s not just an issue with one website.
There is a way to quick-fix it though.
I saw this from back in June:
So you just add
define( ‘CS_LEGACY_AJAX’, true );
to the config file under the WP_DEBUG line.
But I was hoping there could be a theme fix so that we don’t have to do this every time we need to update or build a website that uses video. (This also happened on page without video, but was using The Grid plugin.) I guess it’s an AJAX issue?