Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #350820

    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?

    #350904

    Hey wolfdogg!

    Please edit your Forum page and set “Title Bar Settings” to display both title and breadcrumbs under Layout section.

    Regards,
    Yigit

    #350918

    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.

    #350924

    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

    #350943
    This reply has been marked as private.
    #350952

    Hey!

    Login credentials do not seem to work. Can you please check them once again?

    Best regards,
    Yigit

    #350960
    This reply has been marked as private.
    #351146
    This reply has been marked as private.
    #351981

    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

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.