Hi,
After Upgrading to Cornerstone (just the WP-Plugin, no Pro-Theme) 4.0.4 we get a lot of notices saying: Notice: Undefined variable: enable in [...]/cornerstone/includes/classes/components/class-shortcode-finder.php on line 81
I can’t confirm this on my end but based on that line. It’s probably due to returning values when the slider is active. Could you try editing that line 81 on /cornerstone/includes/classes/components/class-shortcode-finder.php and change it to
return $options;
I also went ahead and added this to the issue tracker.
thanks for your fast reply!
I can confirm that changing
fixed the notices. Thanks!
Do you know if this is to a cornerstone issue (that can be fixed with an update) or due to our specific (Wordpress/config/plugin) setup?
I am asking because after the next cornerstone update my code changes will be gone, so this is rather a temporary fix.