Plugin Author
Rafin
(@rafinkhan)
@ananddevops,
“The preview could not be loaded” error sometimes is also caused because of a site having low memory. You can check your memory limit by navigating to wp-admin -> Elementor -> System Info. Check out this screenshot: https://prnt.sc/le9poi
You need to increase the memory limit. To increase the memory limit you will have to modify the wp-config.php file of yours.
Just above this line ” /* That’s all, stop editing! Happy blogging. */” add this following line of code:
define('WP_MEMORY_LIMIT', '256M');
You would find the wp-config.php file under your WordPress directory. Let me know if this solves your issue or not.
Thank you.
Great, that seems to have resolved the issue for now. Will reach back if I face the issue while working with the plugin.
Thanks much,
Anand
Hello,
At the initial onset of the change, it looked like the issue had been taken care, but its not.
Even with the change, I still the issue, when the plugin is active, during:
1. New Page creation
2. Trying to edit an Existing page
In both case, it occurs when I try to edit the page with Elementor. I am guessing it happens because, new widgets, corresponding to the plugin has been added to the editor and that is throwing an error.
Hence kindly suggest resolutions for the same.
Thanks