suddenly, my local Elementor keep showing loading forever. I checked for any php error but there is none. Any could say why this happen?
Thank you.
2
One of common reason of this issue is lack of memory. Try to add this code:
define('WP_MEMORY_LIMIT', '256M');
in the wp-config.php file – above the line:
/* That's all, stop editing! Happy publishing. */
I found a solution regarding this and it is based on deactivating woocommerce to update any page with elementor, after successfully saving changes, we proceed to activate woocommerce and the problem is fixed.
Click here to cancel reply.
2
Answers
One of common reason of this issue is lack of memory. Try to add this code:
in the wp-config.php file – above the line:
I found a solution regarding this and it is based on deactivating woocommerce to update any page with elementor, after successfully saving changes, we proceed to activate woocommerce and the problem is fixed.