Tagged: breadcrumb, forum
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!
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.
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
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
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