Hi there,
in /framework/functions/frontend/breadcrumbs.php in line 105, please change and delete the “itemscope”:
from
'anchor_atts' => array( 'class' => 'x-crumbs-link', 'itemscope' => '', 'itemtype' => 'http://schema.org/Thing', 'itemprop' => 'item' ),
to
'anchor_atts' => array( 'class' => 'x-crumbs-link', 'itemtype' => 'http://schema.org/Thing', 'itemprop' => 'item' ),
Then the bug with the google structured data will be fixed