Hello,
when I add a blog on page ‘Home furniture’ via WPBakery Page Builder, I get the following error messages (when viewing the page live) above the blog slider:
Warning: Illegal string offset ‘title’ in /web/1/000/104/500/417431/htdocs/wordpress/wp-content/themes/woodmart/inc/shortcodes.php on line 1054
Warning: Illegal string offset ‘meta’ in /web/1/000/104/500/417431/htdocs/wordpress/wp-content/themes/woodmart/inc/shortcodes.php on line 1055
Warning: Illegal string offset ‘text’ in /web/1/000/104/500/417431/htdocs/wordpress/wp-content/themes/woodmart/inc/shortcodes.php on line 1056
The code in shortcodes.php lines 1054-1056 looks like this:
$woodmart_loop[‘parts’][‘title’] = $parts_title;
$woodmart_loop[‘parts’][‘meta’] = $parts_meta;
$woodmart_loop[‘parts’][‘text’] = $parts_text;
How can I solve this problem?
Best regards,
Johannes