• Resolved Mediamanuk

    (@mediamanuk)


    Hi.

    I have issues with elementor working with Premium Addons for Elementor.

    I have disabled everything on premium addons apart from the woo commerce. That bit stops the edit page from loading. If i disable woo commerce on premium it loads.

    I have tried all versions up to date. It elementor that’s giving the issue though. Ive deleted cache, reinstalled, rolled back to earlier versions and the same issue.
    Wp define(‘WP_MEMORY_LIMIT’, ‘512M’);
    Ive moved from elementor pro as that causes more problems than its worth. Hence the other plugins. It has been fine but later releases have broken the edit page again.

    Any ideas? Error below from console.

    Uncaught ReferenceError: elementorV2 is not defined
    at 86956 (e-react-promotions.min.js?ver=3.27.5:2:33737)
    at webpack_require (e-react-promotions.min.js?ver=3.27.5:2:39065)
    at 38316 (e-react-promotions.min.js?ver=3.27.5:2:26640)
    at webpack_require (e-react-promotions.min.js?ver=3.27.5:2:39065)
    at 73487 (e-react-promotions.min.js?ver=3.27.5:2:29154)
    at webpack_require (e-react-promotions.min.js?ver=3.27.5:2:39065)
    at 12227 (e-react-promotions.min.js?ver=3.27.5:2:31845)
    at webpack_require (e-react-promotions.min.js?ver=3.27.5:2:39065)
    at e-react-promotions.min.js?ver=3.27.5:2:39159
    at e-react-promotions.min.js?ver=3.27.5:2:39197

Viewing 1 replies (of 1 total)
  • Hi Mediamanuk,

    Regarding your concern, the errors of type “is not defined” usually appear if some function tries to execute but it is still not loaded. In most cases, the root cause for this are some cache plugin optimizations or server-side optimizations. You should review any cache plugin first and see if it has enabled features such as deferred JS load, async load, etc. Also, you can check whether your server uses some CDN to serve assets and whether there are any delayed file loads.

    I hope this helps.

Viewing 1 replies (of 1 total)

The topic ‘Elementor edit page not loading’ is closed to new replies.