Problem:
There is a white screen when the Elementor Pro and Toolset are enabled.
Solution:
The minimum requirement for Toolset is 128M but I suggest that you increase it to 512M:
You can add this by adding the code below to "wp-config.php" file of your WordPress installation root folder:
/** Memory Limit */ define('WP_MEMORY_LIMIT', '512M'); define( 'WP_MAX_MEMORY_LIMIT', '512M' );
Please add the code above the line below:
/* That's all, stop editing! Happy blogging. */
Relevant Documentation:
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
This topic contains 1 reply, has 2 voices.
Last updated by 1 year ago.
Assisted by: Christopher Amirian.