Victoria,
I’ve updated PHP to 7.
lines 979-981 in that file read as follows:
if( ! empty( $this->title_styling ) )
{
if( !rray_key_exists( ‘font-size’, $this->title_styling ) )
looks like there was a typo in the file after all! I replaced the ‘!’ with an ‘a’ and everything seems to be working fine now. thanks for the help.
This is also impacting the front end of my site at this point. Please see here: https://www.commoninterestsfinancial.com/services/
I’m getting this same issue!
the site is reporting the following error details:
Error Details
=============
An error of type E_ERROR was caused in line 981 of the file [redacted]/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/timeline/timeline.php. Error message: Call to undefined function rray_key_exists()