< All Topics
Print

Widget Panel Not Loading

A spinner that continuously spinning.I have come across this problem some time there users want to know what to do. In this article i will walk though what you can do.

Set PHP Memory to at least 256M As default on most webhosts it’s set to 128M.

If you choose a wordpress friendly web host, the PHP Memory should be 256M, preferably 512M.

If it is not, then it is not a WordPress friendly web host. I have come across this problem some time there users want to know what to do. In this article i will walk though what you can do.

Set WordPress memory limit to at least 512M Default WordPress memory is 40M and that’s not enough.

If you using plugins by Crocoblock specially if you going to use Jetengine you need to set WordPress memory to at least 512M.

Code to increase WordPress memory limit Paste the code below in wp-config.php. right below < ?php to increase WordPress memory limit.

				
					define( 'WP_MEMORY_LIMIT', '512M' );
				
			
When you done the above and still having problem do as follows:
  1. Have the page open in Elementor builder mode.
  2. Open a new Tab/Window. Go and active a WordPress default theme e.g. Twenty Twenty-One.
  3. Go back to the Tab/Window there you have Elementor Builder open there the widgets wont load.
  4. Press Ctrl + F5 to reload the builder. After reloading the widgets should be available.
  5. Go back to the Tab/Window you opened to change theme, active the theme you started with.
  6. Go back to Tab/Window with the Elementor Builder active. Press Ctrl + F5 to reload the builder.

Now it should load the widget and it’s ready to use. (This is a long shoot, but it helped me 4 out of 10 times)

Tags: