|
|
Elementor Pro and Views causing white screen
Started by: adamG-6
in: Toolset Professional Support
Quick solution available
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:
https://toolset.com/toolset-requirements/
|
|
2 |
3 |
2 years, 2 months ago
Christopher Amirian
|