Tagged: breadcrumb
-
AuthorPosts
-
May 18, 2014 at 3:26 am #266239
Is there anyway that I can allow the breadcrumb to appear only on the bbpress forum pages?
May 18, 2014 at 9:15 pm #266443Hey!
Try adding this code to the Quick CSS:
.bbpress .breadcrumbs{ display: block; } .breadcrumbs{ display: none; }
Cheers!
JosueMay 18, 2014 at 9:58 pm #266450That 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.
May 18, 2014 at 10:07 pm #266453Hi,
Can you post the link to your website please?
Keep the breadcrumb turned on in the options.
Regards,
JosueMay 19, 2014 at 6:05 am #266645My 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
May 19, 2014 at 8:20 am #266656Hey!
I though you only wanted to hide the breadcrumbs, try with this code:
.bbpress .title_container{ display: block; } .title_container{ display: none; }
Cheers!
JosueMay 20, 2014 at 6:50 am #267147Sorry about the confusion. The code worked perfectly!
Thanks
May 20, 2014 at 10:00 am #267176You are welcome, glad we could help :)
Regards,
JosueJuly 5, 2014 at 12:24 pm #287498I’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
July 5, 2014 at 6:53 pm #287547Hey Kirk!
Make sure you have this option selected, and remove the codes you have in Quick CSS.
Best regards,
JosueJuly 5, 2014 at 7:10 pm #287553But I don’t want breadcrumbs in the header for my blog, just for the forum.
Kirk
July 5, 2014 at 7:37 pm #287555Yes, 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,
JosueJuly 5, 2014 at 7:46 pm #287558Great, thanks. Exactly what I wanted.
Kirk
July 5, 2014 at 7:49 pm #287559You are welcome Kirk :)
August 8, 2014 at 12:40 am #301395Does not work for me… :-/
August 8, 2014 at 2:03 am #301403Hi,
Can you post the link to your forum Dennis?
Regards,
JosueAugust 8, 2014 at 10:54 am #301524This reply has been marked as private.August 9, 2014 at 1:22 am #301866Hey!
You have a typo in your Quick CSS code, the “[” should be “{“:
#main .av-parallax-section .avia_textblock [
Regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.