I’ve fixed it using Breadcrumb NavXT
Edit this file /Avada/includes/avada-functions.php replace from line 1096 to line 1100 with this code:
<div class="fusion-page-title-secondary">
<div class="fusion-breadcrumbs" xmlns:v="http://rdf.data-vocabulary.org/#">
<?php if(function_exists('bcn_display'))
{
bcn_display();
}?>
</div>
</div>
Now i’m trying to fix this using Breacrumb NavXT
I’ve got the same issues, it seems that in multi level page the breadcurmbs are wrong.
example:
Home > Page OK
Home > Page > Page 2 \ In this case Page 1 breadcrumbs are wrong