• After activating this plugin the elementor builder doesn’t work anymore, the loading animation on the left sidebar runs forever.
    I noticed an error in the JS console:
    Failed to load resource: the server responded with a status of 500 ()
    error on /wp-admin/admin-ajax.php:1
    I have the latest versions of Elementor, Elementor Pro, and Element Pack Lite.

Viewing 1 replies (of 1 total)
  • Plugin Author Faridul Islam

    (@mohammaadfarid)

    You need to add the following code to your wp-config.php file just before the /* That’s all, stop editing! Happy blogging. */ line.

    define(‘WP_MEMORY_LIMIT’, ‘350M’);
    set_time_limit(90);

    I hope above 2 lines can solve your loading screen problem.

    Don’t forget to check your Element Pack Dashboard System Requirement block so you understand what you should need to do.

Viewing 1 replies (of 1 total)
  • The topic ‘Elementor buidler loading error’ is closed to new replies.