WebDevStudios / WDS-Simple-Page-Builder

Uses existing template parts in the currently-active theme to build a customized page with rearrangeable elements.
GNU General Public License v2.0
136 stars 25 forks source link

Section Move Bug #77

Open shocknawe opened 6 years ago

shocknawe commented 6 years ago

When attempting to move the section, the JS (cmb2-simple-page-builder/inc/cmb2/js/cmb2.min.js?ver=2.1.2) throws an error:

cmb2.min.js?ver=2.1.2:1 Uncaught TypeError: Cannot read property '$' of undefined at HTMLInputElement. (cmb2.min.js?ver=2.1.2:1) at Function.each (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-position,jquery-ui-menu,wp-a11y,jquery-ui-autocomplet&load[]=e,plupload&ver=4.8.4:2) at a.fn.init.each (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-position,jquery-ui-menu,wp-a11y,jquery-ui-autocomplet&load[]=e,plupload&ver=4.8.4:2) at HTMLAnchorElement.cmb.shiftRows (cmb2.min.js?ver=2.1.2:1) at HTMLDivElement.dispatch (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-position,jquery-ui-menu,wp-a11y,jquery-ui-autocomplet&load[]=e,plupload&ver=4.8.4:3) t HTMLDivElement.r.handle (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-position,jquery-ui-menu,wp-a11y,jquery-ui-autocomplet&load[]=e,plupload&ver=4.8.4:3)

It's not a jQuery issue. I tried adding $ = jQuery.

Regards, Jairus