Editor Window wont load

Ive installed Pro but the editor wont load. I can access the theme options menu, but the editor for header, content and footer will not load. I have a never ending circle spinning. Ive deactivated all other plugins, cleared cache, and tried multiple browsers. Still no love

Hi Kim,

Thank you for writing in, the site seems to be reaching its PHP memory limit. Let’s try increasing it.

Add this on your wp-config.php file located at the root directory of your site.

define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );

You can add it just before the line:

/* That’s all, stop editing! Happy blogging. */

If this does not work, please contact your hosting support and ask how you can increase the PHP memory limit effectively, because some hosting service provider restricts users from increasing the memory limit manually.

Let us know how it goes,
Cheers!

Boom! That fixed it.
Thank you for the quick support. Cheers

Glad we were able to help :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.