If Elementor, Divi, Bricks, or another page builder shows “Saving failed” or similar errors after changing the admin-ajax.php path in WP Ghost, the page builder’s save requests can’t reach the new AJAX endpoint. Page builders rely heavily on AJAX calls for saving content, loading templates, and syncing editor state.
If you changed both the wp-admin and admin-ajax.php paths, your session cookies are tied to the old paths. Log out completely and log back in through your custom login path. This creates fresh cookies on the new paths and resolves most page builder save errors immediately.
Page builders cache the AJAX endpoint URL in their JavaScript. Clear your WordPress cache plugin, CDN cache, and browser cache. Enable Change Paths in Cached Files at WP Ghost > Change Paths so cached JS files use the new AJAX path. Reload the page builder editor after clearing.
Go to WP Ghost > Change Paths and click the Frontend Test button. If the test fails for the AJAX path, your server’s rewrite rules aren’t mapping it correctly. Follow the configuration instructions shown for your server type.
Go to Settings > Permalinks and click Save Changes without modifying anything. This regenerates the rewrite rules that map the custom AJAX path to the original endpoint.
To confirm the AJAX path is the cause, go to WP Ghost > Change Paths > Ajax Security and set the path back to admin-ajax.php. If Hide wp-admin from Ajax path is enabled, switch it off too. Save and test saving a page in the builder. If saving works with the default path, consider keeping the default AJAX path and using WP Ghost’s other security features instead. See also Elementor Stopped Working After Changing Paths for additional Elementor-specific fixes including REST API and admin path checks.
If you’ve lost access to the admin dashboard, see the emergency disable guide.
Replace the default wp_ database prefix with a random one to protect against SQL injection…
Change the WordPress uploads directory path with WP Ghost (rewrite rules, no files moved) or…
Configure WP Ghost with WP Rocket cache. Enable file optimization, Change Paths in Cache Files.…
https://youtu.be/6ylhojSi-_E In this video, we’ll explore why website security matters and what can happen if…
The security of your WordPress site depends on multiple factors, such as the strength of…
Step-by-step guides to connect WP Ghost 2FA with Google Authenticator, Authy, Microsoft Authenticator, or LastPass.…