Elementor keeps loading forever after plugin install ? come here (fix)
-
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
The topic ‘Elementor keeps loading forever after plugin install ? come here (fix)’ is closed to new replies.