Skip to:
Content
Pages
Categories
Search
Top
Bottom

[bbp-topic-index] Breadcrumbs


  • Col_Blimp
    Participant

    @col_blimp

    Been asked years ago but never answered, how is it I remove/filter out the breadcrumbs from this shortcode as using [bbp-forum-index] then [bbp-topic-index] gives you two sets of breadcrumbs on the same page?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,
    Is it a public forum ? If so, can you share the URL ?
    There is probably not much that can be done for it from the bbPress side as you use the shortcodes, but maybe in CSS something can be done.
    Pascal.


    Col_Blimp
    Participant

    @col_blimp

    Private forum, was looking at the css but can’t figure it out as the source goes like this:

    <div id="bbpress-forums">
    
    	
    	<div class="bbp-breadcrumb">

    for the [bbp-forum-index] then further down:

    <div id="bbpress-forums">
    
    	
    	<div class="bbp-breadcrumb">

    for [bbp-topic-index] so hiding <div class=”bbp-breadcrumb”> would hide both?

    You already tried something like this in CSS:

    .bbp-breadcrumb:nth-of-type(1)
    {
        display:none;
    }

    Pascal.


    Col_Blimp
    Participant

    @col_blimp

    no but just tested that and it has no effect.

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