Hey @ianlamze,
I edtied and saved your headline without experiencing a problem in Cornerstone (see Secure Note).
Please clear W3 Total Cache cache then also clear your browser’s cache. Also test in incognito mode and other browsers.
If you’re still experiencing issues, please so the following for troubleshooting purposes.
-
Clear all caches including browser cache then deactivate your caching plugins and other optimization plugins.
-
Disconnect your site from Cloudflare
-
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.
-
Remove custom CSS, Javascript and templates.
-
Reset your htaccess file by renaming it to .htaccess-bak
. Then in WP Admin Menu, go to Settings > Permalinks and just click the Save Changes button.
-
Contact your host to increase your allocated memory or do it yourself by adding this code in your wp-config.php
define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );
Thanks.