Hkm Sadek
Hkm Sadek

Reputation: 3209

Elementor left widget panel show loading forever

suddenly, my local Elementor keep showing loading forever. I checked for any php error but there is none. Any could say why this happen? enter image description here

Thank you.

Upvotes: 0

Views: 228

Answers (2)

Cristian Aguirre
Cristian Aguirre

Reputation: 11

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.

Upvotes: 0

thống nguyễn
thống nguyễn

Reputation: 831

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. */

Upvotes: 0

Related Questions