How to fix Elementor loading problem
- Update Memory_limit by adding the following code in wp-config.php
ini_set('max_execution_time', 1500);
define('WP_MEMORY_LIMIT', '350M');
- Or update this parameter via hosting.
- Update Memory_limit by adding the following code in wp-config.php
ini_set('max_execution_time', 1500);
define('WP_MEMORY_LIMIT', '350M');
- Or update this parameter via hosting.