How To Solve The "Publish/Update Button Not Working Error" in Elementor

Rifat Elementor Jan 20, 2023

Are you getting an error that says the Publish/Update button doesn't work when you try to edit your page in Elementor? This article will show you how to fix the error with the Publish/Upload button in Elementor.

When you're done with your page or making changes to it in Elementor, you can click the Publish or Update button to publish the page or save your changes. But what if you can't update or publish? How can you save your changes? People who use Elementor may see this error when there are problems with memory. A security problem is another cause of this error.

Most of the time, this mistake is caused by a lack of memory. If you look at the PHP error log on your WordPress site, you can see that the problem is with the memory limit.

Solve Publish/Update button not working error in Elementor

Increase Memory Limit

You need at least 128 MB of PHP memory to use Elementor correctly. But 256 MB or more is what is suggested. So, if you get this error, check your PHP memory limit. If it is lower than what is recommended, you can ask your hosting provider to raise your PHP memory limit.

Create Amazing Websites

With the best free page builder Elementor

Start Now

You can use the Site Health tools to check the PHP memory on your WordPress site. To do this, go to Tools > Site Health and click on the info tab. There are many drop-down menus on this tab. To find out how much memory PHP can use, click on the server drop-down menu.

Server Parameters

This update/publish button not working error can be caused by the value of a server parameter. Adding an SSL certificate to your website will stop server parameter value conflicts. If your website doesn't already have one, it's easy to get one. By default, SSL certificate features are included with the most popular hosting providers. Get in touch with your hosting company and ask them to add your SSL certificate to your WordPress site.

Script Timeout

When your WordPress script admin-ajax.php times out and doesn't load, it could cause the update or publish button in Elementor to stop working. You can use your browser's Inspect Tools to check this. Right-click on any part of your website and choose "Inspect." Now, go to the console tab. If you see an error message like "Failed to load resources," then the problem is a script timeout.

To resolve this issue, add this line of code to your website .htaccess file -

<IfModule mod_dtimeout.c> <Files ~ ".php"> SetEnvIf Request_URI "admin-ajax.php" DynamicTimeout=150 </Files> </IfModule>

Wrapping Up

In conclusion, the "Publish/Update button not working" error in Elementor can be frustrating and disrupt your workflow. However, by following the steps outlined in this article, you can troubleshoot and fix the problem. By following these steps, you can get your Publish/Update button working again and get back to creating and publishing your website.

Divi WordPress Theme