skip to Main Content

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.

2

Answers


  1. 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. */
    
    Login or Signup to reply.
  2. 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.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search