Skip Navigation

[Resolved] Map stopped displaying on update, possibly due to js error

This support ticket is created 6 years, 10 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Our next available supporter will start replying to tickets in about 1.48 hours from now. Thank you for your understanding.

This topic contains 1 reply, has 1 voice.

Last updated by daveG-7 6 years, 10 months ago.

Author
Posts
#603126

At some recent update, either of WP or the toolset plugins, our Google maps stopped displaying (on oregonfarmlink.org and oregonfarmlink.org/search-land/. We are receiving the following JS error, which I suspect might be the problem:

Uncaught ReferenceError: cred_select2_frontend_settings is not defined
at new CREDFrontendSelect2.init (?f=wp-includes/js/jquery/suggest.min.js,wp-content/plugins/types/vendor/toolset/toolset-common/toolset-forms/js/main.js,wp-content/plugins/types/vendor/toolset/toolset-common/toolset-forms/js/date.js,wp-content/plugins/types/vendor/toolset/toolset-common/res/lib/toolset-event-manager/toolset-event-manager.min.js,wp-content/plugins/cred-frontend-editor/public/js/frontend.js,wp-content/plugins/types/vendor/toolset/toolset-common/res/js/toolset-select2-compatibility.js,wp-content/plugins/types/vendor/toolset/toolset-common/res/lib/select2/select2.js,wp-content/plugins/cred-frontend-editor/public/js/select2_frontend.js,wp-content/plugins/layouts/resources/js/ddl-tabs-cell-frontend.js,wp-includes/js/mediaelement/wp-mediaelement.min.js:398)
at HTMLDocument.<anonymous> (?f=wp-includes/js/jquery/suggest.min.js,wp-content/plugins/types/vendor/toolset/toolset-common/toolset-forms/js/main.js,wp-content/plugins/types/vendor/toolset/toolset-common/toolset-forms/js/date.js,wp-content/plugins/types/vendor/toolset/toolset-common/res/lib/toolset-event-manager/toolset-event-manager.min.js,wp-content/plugins/cred-frontend-editor/public/js/frontend.js,wp-content/plugins/types/vendor/toolset/toolset-common/res/js/toolset-select2-compatibility.js,wp-content/plugins/types/vendor/toolset/toolset-common/res/lib/select2/select2.js,wp-content/plugins/cred-frontend-editor/public/js/select2_frontend.js,wp-content/plugins/layouts/resources/js/ddl-tabs-cell-frontend.js,wp-includes/js/mediaelement/wp-mediaelement.min.js:402)
at i (jquery.js?ver=1.12.4:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
at Function.ready (jquery.js?ver=1.12.4:2)
at HTMLDocument.K (jquery.js?ver=1.12.4:2)

#603134

Nevermind. It turns out it was a plugin conflict - I disabled the offending plugin (Better WordPress Minify), and the problem is now resolved.