How to Fix Divi When Page Updates Won’t Save
If your site is on Siteground and you’ve had issues with Divi seemingly not saving pages, your problem may be the SG Optimizer plugin. I’ve spent too many hours over the past 3 weeks working with plugin developers and Divi support trying to figure out why page updates were saving on some sites I support and not saving on other sites I support.
I could reproduce the issue on multiple sites, but not all sites.
After enabling the Divi Builder, I would make a change and then save it and exit Visual Builder, but the change wasn’t there. I would click Refresh and the change was there. Then I would enable Visual Builder and the change was gone, I would click refresh while in the builder and the change would appear,
The backend and front end just didn’t match without lots of refreshes in between. So frustrating!
After having every plugin disabled and still having the issue, I turned on WP-Debug. That found some additional errors, but still didn’t solve the problem.
Looked under the covers in wp-config. Still nothing.
Then .htaccess. I discovered that there was browser caching code from the SG Optimizer plugin that had been deactivated and deleted. I deleted this code and everything returned to normal.
The code I deleted from .htacesss is below.
I hope this saves someone some hours!