Uncaught ReferenceError: butterbean is not defined
-
Hi,
There’s a bug on butterbean class.
ocean-extra/includes/metabox/butterbean/class-butterbean.php on line 803(function (api) { if (_.isObject(api) && _.isFunction(api.render)) { api.render(); } }(butterbean));
Solution : add a simple test.
if (typeof butterbean !== 'undefined') { (function (api) { if (_.isObject(api) && _.isFunction(api.render)) { api.render(); } }(butterbean)); }
I have this bug on a child theme. Elementor web site.
Is it possible to correct?
Thanx
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Uncaught ReferenceError: butterbean is not defined’ is closed to new replies.