If you insert a “Quote” V2 element in cornerstone, and leave the “Citation” field empty, it produces an error in the frontend:
Notice: Undefined variable: the_cite in /wp-content/plugins/cornerstone/includes/views/elements/quote.php on line 68
If you insert a “Quote” V2 element in cornerstone, and leave the “Citation” field empty, it produces an error in the frontend:
Notice: Undefined variable: the_cite in /wp-content/plugins/cornerstone/includes/views/elements/quote.php on line 68
Hi,
I was able to replicate the issue in my test site. I will forward this to our web development team for review.
For the mean time please set wp_debug to false in your wp-config.php file.
define('WP_DEBUG', false);
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.