Hi there,
Are you on shared hosting? The error is due to memory limit but I agree that you already changed them through wp-config.php
. But it’s not taking effect, shared hosting usually don’t allow that. You should contact your hosting provider for this case.
PHP Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 241664 bytes) in /home/lovelikelija/public_html/wp-content/plugins/cornerstone/includes/vendor/coalescence/class-template.php on line 144
It’s trying to allocate a 41mb memory and it fails, which means your site’s memory limit is around 40mb. Even a slider recommends at least 256mb limit, plus, if you have multiple active plugins then it may require more. It just happens that the cornerstone is loaded later than Woocommerce when it allocates the memory, else, it’s your Woocommerce that will trigger that error.
Thanks!