Tagged: 

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #266239

    Is there anyway that I can allow the breadcrumb to appear only on the bbpress forum pages?

    #266443

    Hey!

    Try adding this code to the Quick CSS:

    .bbpress .breadcrumbs{
    display: block;
    }
    .breadcrumbs{
    display: none;
    }

    Cheers! 
    Josue

    #266450

    That code does not seem to work. If I turn on the breadcrumb in the header layout options, the breadcrumb appears on all pages. If I turn off the breadcrumb in the header layout options, the breadcrumb is not visible on any pages. The code you gave me seems to have no effect in either instance.

    #266453

    Hi,

    Can you post the link to your website please?

    Keep the breadcrumb turned on in the options.

    Regards,
    Josue

    #266645

    My website is still being developed and can be accessed at http://69.195.124.120/~localsp4/niagaraicedogs

    Just for clarification, I am hoping to have both the title and breadcrumb turned off for all pages except the forum pages. On the forum pages, I would like for only the breadcrumb to be visible if that is possible.

    Thanks

    #266656

    Hey!

    I though you only wanted to hide the breadcrumbs, try with this code:

    .bbpress .title_container{
    display: block;
    }
    .title_container{
    display: none;
    }

    Cheers!
    Josue

    #267147

    Sorry about the confusion. The code worked perfectly!

    Thanks

    #267176

    You are welcome, glad we could help :)

    Regards,
    
Josue

    #287498

    I’ve just set up a forum on my website, and since I have breadcrumbs off for the site, and want them on for the forum, I tried the code you supplied above, but the breadcrumbs aren’t displaying in the forum:

    http://www.mcelhearn.com/forums/

    Any ideas?

    Thanks,

    Kirk

    #287547

    Hey Kirk!

    Make sure you have this option selected, and remove the codes you have in Quick CSS.

    Best regards,
    Josue

    #287553

    But I don’t want breadcrumbs in the header for my blog, just for the forum.

    Kirk

    #287555

    Yes, but that option needs to be enabled first, then the hiding of breadcrumbs on pages can be done via Quick CSS:

    .bbpress .title_container{
    display: block;
    }
    .title_container{
    display: none;
    }

    Regards,
    Josue

    #287558

    Great, thanks. Exactly what I wanted.

    Kirk

    #287559

    You are welcome Kirk :)

    #301395

    Does not work for me… :-/

    #301403

    Hi,

    Can you post the link to your forum Dennis?

    Regards,
    Josue

    #301524
    This reply has been marked as private.
    #301866

    Hey!

    You have a typo in your Quick CSS code, the “[” should be “{“:

    #main .av-parallax-section .avia_textblock [
    

    Regards,
    Josue

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