skip to Main Content

If I want to edit a page in wordpress with elementor, elementor just keeps loading and I can’t edit anything.

Does anyone have a solution for this?

I have deactivated all plugins of wordpress but the try is not solved

2

Answers


  1. I think there might be two reasons…

    1. First might be the fact that elementor has an error with some plugin. The way to fix that would be to start trying different combinations with plugins.
    2. Second thing you could do would be to edit your PHP Memory limit. For that you have two options – First is to edit the wp-config file and secont to increase the memory limit from cPanel MultiPHP INI Editor.

    I will also add a link here, that could help you with additional info.
    Extra information

    Login or Signup to reply.
  2. Wp config ->

    /* Add any custom values between this line and the "stop editing" line. */

    define( ‘WP_MEMORY_LIMIT’, ‘5G’ );

    mostly the solution when the site gets bigger

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