Adding that brought my video back. Thanks!
Thank you for replying. I get the following:
(index):515 Uncaught ReferenceError: jQuery is not defined(…)(anonymous function) @ (index):515
autoptimize_b4f4c6d….js:10 JQMIGRATE: Migrate is installed, version 1.4.1
autoptimize_b4f4c6d….js:149 [cycle2] –c2 init–
I looked at line 515 and it is, in fact, the Essential Grid item that’s missing. Here’s what the code looks like…
else
return lastamount;
}
if (“even”==”even”) {
var coh=0,
container = jQuery(“#esg-grid-5-1”);
var cwidth = container.width(),
ar = “16:9″,
gbfc = eggbfc(jQuery(window).width(),”id”),
row = 2;
ar = ar.split(“:”);
aratio=parseInt(ar[0],0) / parseInt(ar[1],0);
I am not a coder and have no clue what this means or how to fix it. I’m hoping I can just take the script or file name for the Essential Grid, drop it into Autoptimize so it won’t defer it and that will be it. The Essential Grid works perfectly when Javascript is not deferred.
Any help is appreciated!