Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
617 views
in Technique[技术] by (71.8m points)

wordpress - 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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...