Elementor keeps loading forever ? here’s the fix
-
-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
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Elementor keeps loading forever ? here’s the fix’ is closed to new replies.