Tagged: x
-
AuthorPosts
-
January 19, 2017 at 8:49 pm #1337723
khomikoParticipantNot 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
January 19, 2017 at 8:50 pm #1337725
khomikoParticipantThis reply has been marked as private.January 19, 2017 at 11:09 pm #1337854
RupokMemberHi 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.
January 20, 2017 at 9:20 am #1338418
khomikoParticipantI 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.
January 20, 2017 at 1:05 pm #1338724
JadeModeratorHi 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.
January 22, 2017 at 1:21 pm #1340646
khomikoParticipantThis fixed everything that got messed up on my homepage. Thanks a lot for the help 🙂
January 22, 2017 at 1:54 pm #1340665
NicoModeratorHappy to hear that.
Feel free to ask us again.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1337723 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
