Skip to:
Content
Pages
Categories
Search
Top
Bottom

Breadcrumbs problems


  • Chris
    Participant

    @esperoart

    Hi. I am building my Online School and I installed bbpress to have a forum. I can’t give you a link now, because my website has coming soon mode active.
    I have a problem with breadcrumbs. First of all, they don’t show as I see them in others’ forums. They don’t show at all. I have enabled Page Title Bar to show breadcrumbs, but this is an option from my theme (I use Avada theme). This helped me to show breadcrumbs in the page title bar, but I would prefer to see default breadcrumbs from bbpress just above the forum.

    Another problem is that when I click on “Home” it takes me to my homepage, not to the Forum homepage, but this is understandable, since the breadcrums come from my theme, not from the bbpress.

    Why I can’t see that simple forum breadcumb trail just above the forum?

    View post on imgur.com

Viewing 2 replies - 1 through 2 (of 2 total)

  • Robin W
    Moderator

    @robin-w

    I suspect your theme is blanking them.

    If you are able to view your file structure using ftp, then see if you have a folder

    wp-content/themes/%your-Avada-theme-name%/bbpress.

    where %your-Avada-theme-name% is the name of your Avada theme.

    If so then you should find a bunch of templates which the theme author have altered


    Chris
    Participant

    @esperoart

    I fixed it. I just added custom CSS

    .bbp-breadcrumb {
    display: inherit;
    }

    As simple as that.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar