• Resolved tarwada

    (@tarwada)


    if you ever faced a problem where elementor keeps loading forever or you can see the left panel but you also see a small loading circle after installing a plugin, do the following to fix the problem:

    -login to your cPanel
    -go to file manager
    -open to your public_html folder
    -scroll down to wp-config.php and edit it
    -go to line 82 or something like that
    -you’ll find the following code
    define( 'WP_DEBUG', false );
    add the following code under it
    define( 'WP_MEMORY_LIMIT', '256M' );
    the ending results should look like this
    https://i.vgy.me/D9YcZK.png
    save and close all your tabs and clean the browser cache
    if that didn’t work replace 256M with 1000M
    let me know if it did work for you

    • This topic was modified 5 years, 3 months ago by tarwada.
    • This topic was modified 5 years, 3 months ago by tarwada.
    • This topic was modified 5 years, 3 months ago by tarwada.
    • This topic was modified 5 years, 3 months ago by tarwada.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Elementor keeps loading forever after plugin install ? come here (fix)’ is closed to new replies.