Edit mode Content site does not load

Hi I can’t edit the pages in Pro X anymore. It does not load.

What do I have to do?
Best regards
Janine

Hello Janine,

Thanks for writing in! Most of time, when you go to edit the page in Pro editor and it does not load, it could be:

1.) Maybe you have exhausted your PHP memory limit. ​We recommend that you increase your memory allocated to PHP. To increase it, please edit your wp-config.php file and insert these lines:

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

You can add it before the line
/*That's all, stop editing! Happy Blogging. */

2.) Sometimes, there are JS error on the page that prevents the editor to load. The error may have been cause by your custom JS or a 3rd party plugin. You can test for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

If nothing is helping, provide us access to your site so that we can check your settings. Please create a secure note with the following info:
– Link to your site
– WordPress Admin username / password

To know how to create a secure note, please check this out: https://theme.co/apex/forum/t/how-to-get-support/288

Cheers.

1 Like

Hi

I had a programmer go over my page to improve the page speed. The way it looks, he triggered the problem and was able to solve it according to your specifications.

Thank you!

Glad it’s working okay now and thanks for sharing!

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