{"title":"Notification","status":true,"icon":" fa fa-check-circle-o ","msg":"data found","data":{"breadcrumb":" \n
Sometimes you may encounter an issue where you’ll see that the Elementor widget panel is not getting loaded properly.<\/p>\n\n\n\n
It often happens due to the server issue. If your server configuration is low, then you will need to upgrade the server configuration.<\/p>\n\n\n\n
Especially you will have to increase the PHP memory limit and max execution time.<\/p>\n\n\n\n
You can increase or upgrade the PHP memory limit in two ways.<\/p>\n\n\n\n
Way 1:<\/strong> Create or edit an existing php.ini<\/strong> file<\/p>\n\n\n\n memory_limit = 512M Way 2:<\/strong> Add the below code to the wp-config.php<\/strong> file, just before the line that says “That\u2019s all, stop editing! Happy blogging.”<\/p>\n\n\n\n \/* Memory Limit *\/<\/strong>
upload_max_filesize = 512M
post_max_size = 64M
max_execution_time = 600
max_input_vars = 5000
suhosin.post.max_vars = 5000
suhosin.request.max_vars = 5000<\/p>\n\n\n\n
define( ‘WP_MEMORY_LIMIT’, ‘512M’ );<\/p>\n"}}