When we are editing wordPress pages using Elementor editor, sometimes we encounter that Elementor widget panel fails to load and has a continuously rotating "loading" icon. As shown in the picture below:
![图片[1]-Elementor 小工具面板无法加载的原因和解决方法-光子波动网 | 专业WordPress修复服务,全球范围,快速响应](https://www.361sale.com/wp-content/uploads/2024/04/2024042703391021.png)
Possible causes
The widget panel not loading may be due to one of these reasons:
- memory limit
- Conflict with another plugin
- Server settings to be adjusted
cure
Here are some ways to solve the problem of Elementor gadget panel not loading.
Checking system requirements
Ensure system requirements are metCriteria in. Check the following:
- PHP version
- memory limit
Increase memory limit
- Log in to the WP administrator backend.
- go toElementor > System InformationThe
- In a WordPress environment, check thememory limitThe
![图片[2]-Elementor 小工具面板无法加载的原因和解决方法-光子波动网 | 专业WordPress修复服务,全球范围,快速响应](https://www.361sale.com/wp-content/uploads/2024/04/2024042705581533.png)
If using other resource-intensive plugins (e.g. WooCommerce), increase the maximum memory limit to 512 M. This is the most common cause of loading problems.
Here's how to increase the memory limit:
Go to cPanel and use the MultiPHP INI editor for memory limits and other settings.
![图片[3]-Elementor 小工具面板无法加载的原因和解决方法-光子波动网 | 专业WordPress修复服务,全球范围,快速响应](https://www.361sale.com/wp-content/uploads/2024/04/2024042706010173.png)
Edit the wp-config.php file - add the following before the "Happy Blogging" line at the top:
define('WP_MAX_MEMORY_LIMIT', '512M');
Edit the PHP.ini file - If you have access to the PHP.ini file, change the lines in PHP.ini. If the line shows 64M, try changing it to 256M:
memory_limit = 256M ; Maximum amount of memory a script may consume (64MB)
- Edit the .htaccess file - if you don't have access to PHP.ini, try adding it to the .htaccess file:
php_value memory_limit 256M
Update Elementor Version
Use the latest versions of Elementor/Elementor Pro, WordPress and themes. Follow the steps below to check for updates regularly:
1. Log in to the WP administrator backend.
2. Go toDashboard > UpdatesThe
![图片[4]-Elementor 小工具面板无法加载的原因和解决方法-光子波动网 | 专业WordPress修复服务,全球范围,快速响应](https://www.361sale.com/wp-content/uploads/2024/04/2024042706114120.png)
3.one more timeClick "Check" to confirm.
![图片[5]-Elementor 小工具面板无法加载的原因和解决方法-光子波动网 | 专业WordPress修复服务,全球范围,快速响应](https://www.361sale.com/wp-content/uploads/2024/04/2024042706121222.png)
Resolving Plugin Conflicts
Deactivate all plugins except the Elementor and Elementor Pro plugins. If this solves the problem, reactivate the plugins one by one again until you find the problematic plugin. If found, contact the plugin's official solution or use another plugin with similar functionality instead.
Addressing thematic issues
Switch the installed theme (temporarily) to the default WordPress theme, e.g. "Twenty Seventeen", so that you can check if the theme is causing the problem. If the theme is the cause of the problem, contact the theme's official troubleshooting, or the theme upload is complete, or use a different theme.
Link to this article:https://www.361sale.com/en/9126The article is copyrighted and must be reproduced with attribution.
No comments