Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1337723
    khomiko
    Participant

    Not sure why or what I did, but my breadcrumbs disappeared on my homepage. It shows on every other page, but for some reason it won’t show on the homepage.

    ix3gaming.com

    #1337725
    khomiko
    Participant
    This reply has been marked as private.
    #1337854
    Rupok
    Member

    Hi there,

    Thanks for writing in! Breadcrumbs not supposed to show on home page. If you notice, you will understand the purpose of the breadcrumbs is to show the hierarchical parent page links. Since there is no parent page of Home page, it’s unnecessary for home page hence no breadcrumbs.

    Hope this makes sense.

    #1338418
    khomiko
    Participant

    I have always had breadcrumbs there. This has never been a problem. I have other links in the breadcrumbs and I use it as a menu/breadcrumbs when the time arrives.

    #1338724
    Jade
    Moderator

    Hi there,

    Breadcrumbs are always disabled on the home page. You can change this by overriding the breadcrumbs template in a child theme.

    The file you want to change is: x/framework/views/integrity/_breadcrumbs.php

    Find this line:
    <?php if ( ! is_front_page() ) : ?>

    Change it to:
    <?php if (true) : ?>

    This will allow breadcrumbs to be displayed on the home page as well.

    #1340646
    khomiko
    Participant

    This fixed everything that got messed up on my homepage. Thanks a lot for the help 🙂

    #1340665
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1337723 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>