What this problem is
The visual builder editor fails to load, shows a blank preview, does not save changes, or breaks layout.
Why it happens
- Plugin conflicts (optimization, security, addons)
- Low PHP memory or max execution time
- Mixed content or incorrect HTTPS settings
- JavaScript errors due to minification/combination
Prerequisites
- wp-admin access
- Ability to clear caches
- Access to error logs (recommended)
Diagnosis
- Check browser console errors while loading the editor.
- Temporarily disable optimization (minify/combine/defer JS) and retest.
- Check PHP logs for memory exhaustion or timeouts.
Detailed steps
Step 1) Disable optimization and caching layers temporarily
Disable minification/combination and purge cache.
Step 2) Increase PHP memory and timeouts
Use hosting panel to increase memory and execution time as allowed.
Step 3) Disable builder addons and conflicting plugins
Disable addons and test the editor. Then re-enable one by one.
Step 4) Ensure correct URL and HTTPS settings
Verify site URLs, SSL, and no mixed content.
Expected results
- Editor loads and pages save correctly
What to do if it fails
- Switch themes temporarily to rule out theme conflict
- Reinstall the page builder plugin (clean) and test
- Contact the builder support with console + server logs
Best practices
- Avoid stacking multiple optimization plugins
- Keep builder, addons, and themes updated
- Use staging before major builder updates