• Resolved rumpelstilzchen94

    (@rumpelstilzchen94)


    Hey there,

    I know I can hide all breadcrumbs with CSS with:
    .breadcrumb { display:none; }

    But how can I still show breadcrumbs on bbPress pages?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Robin W

    (@robin-w)

    your theme’ breadcrumbs or bbpress breadcrumbs?

    Thread Starter rumpelstilzchen94

    (@rumpelstilzchen94)

    I want to hide my themes breadcrumbs but not bbpress breadcrumbs. When I use the CSS code from my post ALL breadcrumbs will be hidden

    Plugin Author Robin W

    (@robin-w)

    hmmm… bbpress breadcrumbs use a class of

    bbp-breadcrumb

    so don’t know why your code above is affecting this.

    Thread Starter rumpelstilzchen94

    (@rumpelstilzchen94)

    solved it ??

    Plugin Author Robin W

    (@robin-w)

    great – do you want to post how to help someone else finding this thread ??

    Thread Starter rumpelstilzchen94

    (@rumpelstilzchen94)

    I need to correct my answer, I did not solve it completely as I just found out ??

    My website is running with WordPress, BuddyPress and bbPress.
    The theme setting only allows me to hide ALL breadcrumbs (which I can also do with the CSS from my initial post).
    I thought using the following code will solve my problem:

    .buddypress .breadcrumb {
      display: none;
    }

    It did hide the breadcrumbs on BuddyPress pages and still displayed it on forum pages, just what I wanted. However, breadcrumbs are still visible on WordPress pages (like blog pages etc…). I also tried to include .wordpress .breadcrumb into the CSS code but that did nothing. I guess it’s because the theme overrides the WordPress breadcrumbs with its own breadcrumbs…So I need to work with the theme developer to solve this…

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Hide breadcrumbs everywhere EXCEPT on bbPress pages’ is closed to new replies.