Hi @udidol,
Another person raised this issue with us recently, so it should be resolved in the next release. Keep an eye out for that because it will provide compatibility with the upcoming WordPress 4.9 release as well.
We don’t bundle jQuery in Cue, but rather rely on the version bundled with WordPress. For a more technical explanation:
This problem is actually caused by one of the dependencies bundled in Elementor that attempts to detect whether it’s being used in a browser or a server context by checking for the existence of a global require()
function. We used Browserify to bundle the JavaScript in Cue, which always defines a global require()
function, so that dependency in Elementor isn’t able to find jQuery
. We switched over to webpack instead of Browserify to keep extra globals from being defined, which should resolve this particular issue.
Thanks, I’ll keep an eye out for that!
This should be good to go with the latest release (version 2.3.0). Please let us know if you’re still having issues after upgrading.
Hey Brady,
I updated the site and it now works!
Thank you for your quick responses and your update!
Made sure to give you a 5 star review, your plugin’s great.