To increase your Elementors memory limit from the standard 40mb up to 128mb.
Add these lines to your wp-config.php file just under your database details will do.
1 2 3 4 |
define( 'WP_MEMORY_LIMIT', '128M' ); define( 'WP_MAX_MEMORY_LIMIT', '128M' ); |