Hello Roy,
Thanks for providing the information. I have logged in and tested your site. I was able to edit your About Us page. I have successfully added a section (“Added by X Staff” which is hidden from the front end by the way). You can remove it after seeing it.
As soon as I move to edit the homepage, every time I save my changes, I am getting this error in the console:
..../wordpress/wp-admin/admin-ajax.php 500 (Internal Server Error)
This usually happens if 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. */
We would loved to know if this has work for you. Thank you.