Problems with X Pro and Header/Content/Footer/Saving

Hi!

I installed Pro X on a Clients Webspace, as i have done on other sites as well.

Now i have Problems when i Edit Headers/Content and Footers:

  1. all content seems weird when it is opened. after some time 1-3 minutes all is in order…
  2. saving headers/footers and sometimes also on content takes a lot of time (up to 5 minutes)

i did a screenshot

i tried to reinstall wordpress and x pro but that does not solve the problem…

any suggestionswhat i can do? if you need to login the page, pls pm me…

thx in advance!!! :slight_smile:
cheers
Harald

Hello Harald,

You could try testing 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.

Also, we recommend that you increase your memory allocated to PHP if you haven’t done so already. 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. */

And also make sure that you have the following on your server configuration:

For more demo content troubleshooting and guidance, please check out the bottom aspect of the following page: https://theme.co/apex/forum/t/setup-demo-content/56

In case the issue persist, If you are getting an error message that suggests: Fatal error: Allowed memory size of xxxxx bytes exhausted, it means that you need to have the PHP memory limit of your site increased.

To do this, 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. */

In case the issue persists, please try to get in touch with your hosting provider and confirm to them that your PHP memory limit is increased.

If you are still having an issue, please provide us with the admin details of your site in a Secure Note so that we can check this further.

Thank you.

Hi,
thank you very much for your help.

it was my fault… i thought i switched to php 7.1 allready but it was still on 5.6…
since i have switched to 7.1 there is no problem!

SORRY for that!

cheers
Harry

We are delighted to assist you with this.

Cheers!

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