Redpik
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] slugs does not include language folderSame bug here.
Forum: Plugins
In reply to: [Yoast SEO] Fatal error when saving menuSame bug here.
Forum: Plugins
In reply to: [Autoptimize] WSOD (white screen of death)Hi, thanx for your answer.
– Absolutely no error in logs.
– problem is on many sites (different themes, different plugins)
– WSOD appears not every time, maybe once in 50.Forum: Plugins
In reply to: [Juiz Outdated Post Message] Deprecated callSame observation.
No error if I disable Autoptimize.
Same bug.
Elementor v3.0.8.1
Elementor Pro v3.0.4Is it a JS error ?
Uncaught ReferenceError: elementorModules is not defined at Object.714 (admin-bar.min.js?ver=3.0.8.1:2) at __webpack_require__ (admin-bar.min.js?ver=3.0.8.1:2) at admin-bar.min.js?ver=3.0.8.1:2 at admin-bar.min.js?ver=3.0.8.1:2
Hi,
Thank you for your answer.
Yes, latest versions.It’s OK with:
Elementor 3.0.5
Elementor Pro 3.0.2Same error.
Elementor 3.0.4
Elementor Pro 2.9.4Thank you pingram, I will follow the tread on GitHub.
Have a nice day.Hi Thomas,
Thank you, it works ??
Have a nice day.Forum: Plugins
In reply to: [Ocean Extra] Ocean Extra and Elementor plugin conflictingHi @jazir5
You’re welcome.
Thanx for your words ??Forum: Plugins
In reply to: [Ocean Extra] Uncaught ReferenceError: butterbean is not definedUp
Forum: Plugins
In reply to: [Ocean Extra] Uncaught ReferenceError: butterbean is not defined“It is a false alarm and there is no issue with it”
You’re wrong. Elementor doesn’t work because of that.Forum: Plugins
In reply to: [Ocean Extra] Ocean Extra and Elementor plugin conflictingSame bug here.
Here is a quick & dirty patch.
in file ocean-extra/includes/metabox/butterbean/class-butterbean.php, line 803:<script type="text/javascript"> if (typeof butterbean !== 'undefined') { (function (api) { if (_.isObject(api) && _.isFunction(api.render)) { api.render(); } }(butterbean)); } </script>