Tagged: breadcrumbs, CSS, enfold
I’m not using breadcrumbs for my site as I don’t prefer that additional bar and thus, I don’t have any forum breadcrumbs, which is the only place I’d like them listed.
Is there any way to keep breadcrumbs turned off for the whole site but still list them either above or below the forum?
Hey wolfdogg!
Please edit your Forum page and set “Title Bar Settings” to display both title and breadcrumbs under Layout section.
Regards,
Yigit
Hi Yigit.. Man, you are busy today!
Unfortunately, there is no “forums” page. That page looks to be a virtual creation when you name it under “Settings -> Forum”. For kicks though, I went ahead and created a page called ‘Forums’ and tried activating breadcrumbs there, but they just get ignored. I tried this on other pages, as a test, and it worked fine.
I also verified the new Forums page was indeed the page the forum was on. When I put any text on that page, such as just writing ‘testing’, the forum disappears and only that text shows.
No luck thus far!
Thanks.
Hi!
Sorry for not being clear enough :) You can create a Forum page using bbPress shortcodes – http://codex.bbpress.org/shortcodes/
Creating a Forum page and adding following shortcode should does it
[bbp-forum-index]
Cheers!
Yigit
Hey!
Login credentials do not seem to work. Can you please check them once again?
Best regards,
Yigit
Hi!
If you want to show the breadcrumbs only for forum pages, enable the Header Title and Breadcrumbs on Enfold > Header panel. Add this on Quick CSS or custom.css:
.title_container {
display: none;
}
.bbPress .title_container {
display: block;
}
Did you add the widgets on the Forum widget area?
Cheers!
Ismael