How to Fix Changes Not Saving in Divi Builder (Divi)

How to Fix the Issue of Changes Not Saving in Divi Builder

Many users of Divi Builder encounter the issue of changes not being saved, which can be very frustrating. In this guide, we will explore the common reasons for this problem and possible solutions.

Causes of the Changes Not Saving Issue in Divi Builder

There are several reasons that may lead to changes not being saved in Divi Builder, including:

1. Browser Caching

Caching may cause an old version of the page to be displayed without the latest updates.

2. Plugin Conflicts

Some plugins may conflict with Divi Builder, preventing changes from being saved.

3. PHP Settings Issues

Insufficient PHP settings, such as maximum PHP memory or execution time, may affect the performance of Divi Builder.

Ways to Fix the Issue

1. Clear the Cache

Clear the browser cache and the cache from any caching plugins on your site.

2. Disable Conflicting Plugins

Disable all plugins, then re-enable them one by one to find out which one is causing the issue.

3. Increase PHP Memory Limit

You can increase the PHP memory limit by modifying the wp-config.php file and adding the following line:

define('WP_MEMORY_LIMIT', '256M');

4. Update Theme and Site Plugins

Make sure to update the Divi theme and all plugins to the latest version.

Conclusion

By following these solutions, you can overcome the issue of changes not saving in Divi Builder and enhance your editing experience.

Was this answer helpful?

0 Users Found This Useful