JS Error In wpgis.front.js
-
The script wpgis.front.js is using $ sign rather than jQuery. Which is causing issues for themes and other plugins. This is breaking the site. Please either wrap your scripts in self revoking function like:
(function($){ // your code goes here })(jQuery);or use jQuery as whole keyword rather than just $.
Hoping to have this fixed asap.Edited:
Just found that this is an old bug which never got fixed:
https://ww.wp.xz.cn/support/topic/bug-on-plugin-needed-to-fix/
Quite a simple fix, 5 months is a long time to have this hanging around IMHO.
The topic ‘JS Error In wpgis.front.js’ is closed to new replies.