Illegal string offset error
-
I’m getting an ‘ Illegal string offset’ error when trying to use this plugin with the Avada theme. The error specifically points to lines 70-73 in fusion-builder/shortcodes/fusion-events.php , which points to the padding settings:
$padding_values[‘top’] = Fusion_Sanitize::size( $theme_option_content_padding[‘top’] );
$padding_values[‘right’] = Fusion_Sanitize::size( $theme_option_content_padding[‘right’] );
$padding_values[‘bottom’] =Fusion_Sanitize::size($theme_option_content_padding[‘bottom’] );
$padding_values[‘left’] = Fusion_Sanitize::size( $theme_option_content_padding[‘left’] );Only way I can get this error to go away is to disable the Fusion Builder, which obviously isn’t ideal.
Events Calendar Version 5.0.0.2
AvadaVersion: 6.1.2The page I need help with: [log in to see the link]
- The topic ‘Illegal string offset error’ is closed to new replies.