Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #27106

    Hello Support Team,

    There seems to be a tiny but annoying error in Breadcrumb when any bbPress forum page is displayed. For example, when it should show “You are here: Home / Forums” it shows “You are here: Home /Forums”, so there is always once space missing after the last slash (/) character.

    Is there any way to correct this (add one space)? If not, how can I disable the display of Header+Breadcrumb altogether when bbPress forum pages are shown?

    Thank you for your help!

    #132811

    It seems that brute modification of layout.css makes the page title and breadcrumb section disappear:

    #top .title_container .container{

    padding:10px 0;

    min-height: 56px;

    display: none;

    }

    Probably with this the whole thing disappears site-wide.

    #132812

    Hi!

    You can also add following code to custom.css (or insert it into the quick css field)

    #top .title_container .container{
    display: none;
    }

    Regards,

    Peter

    #132813

    Hi guys,

    Thanks for your advice! Yes, breadcrumb is missing on the whole website as I don’t need them there.

    I removed it as per some forum recommendation:

    ‘breadcrumb’ => false

    in the defaults array in the functions-enfold.php

    I hoped I could enable it on per page basis.

    Basically it’s not really necessary if I can have another way to navigate on the forum like that sidebar I mentioned.

    Any ideas?

    Thanks and best regards,

    Max

    #132814

    I’m sorry guys, I posted this into a wrong thread. It meant to be here: https://kriesi.at/support/topic/breadcrumbs-and-sidebar-only-for-bbpress-forums

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Header and Breadcrumb with bbPress forums’ is closed to new replies.