Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter vgaran

    (@vgaran)

    Dear support,
    Any ideas?

    KibaNoOu

    (@kibanoou)

    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

    Thread Starter vgaran

    (@vgaran)

    KibaNoOu

    (@kibanoou)

    Now i’m trying to fix this using Breacrumb NavXT

    KibaNoOu

    (@kibanoou)

    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="https://rdf.data-vocabulary.org/#">
    <?php if(function_exists('bcn_display'))
    {
    bcn_display();
    }?>
    </div>
    </div>
    Thread Starter vgaran

    (@vgaran)

    I’m not sure that problem was resolved. IMHO, using additional plugin and editing functions file is not perfect solution.

    KibaNoOu, thanks for your solution!

    Hi vgaran! Could you fix the problem? I′ve the same problem and I′m trying to fix it without more plugins…

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘breadcrumps translation problem in Avada theme’ is closed to new replies.