I'm trying to used the Unlimited Element "post card carrousel" widget on Elementor to redesign my homepage but nothing appears. I only see a blank square.
When widgets are not loading in Elementor most likely this is cause of lack of memory.
There are two places you need to increase memory.
1. In the WP Config file add this line:
define('WP_MEMORY_LIMIT', '512M');
2. In your PHP settings change PHP.ini
This can usually be done via Cpanel or by contacting your hosting provider.
You should increase this setting to the maximum available.
Hello,
I'm trying to used the Unlimited Element "post card carrousel" widget on Elementor to redesign my homepage but nothing appears. I only see a blank square.
I try to check my memory but i have space.
Hi Arminda
You are confusing disk space with php memory
this is how you increase memory
When widgets are not loading in Elementor most likely this is cause of lack of memory.
There are two places you need to increase memory.
1. In the WP Config file add this line: define('WP_MEMORY_LIMIT', '512M');
2. In your PHP settings change PHP.ini This can usually be done via Cpanel or by contacting your hosting provider. You should increase this setting to the maximum available.