Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #841353

    I’ve recently added “bbPress” to my site and I noticed that Topic Titles weren’t appearing across the top of forum topics.

    It turned out to be because I have “Header Title and Breadcrumbs” set to “Hide Both” in the Enfold options.

    The problem is that I don’t want these visible in the rest of the site, but I *do* want them to be visible in bbPress.

    How can I accomplish this please?

    Many thanks!

    #841429

    Hey hmuscroft,
    If you use the inspector in your browser, you can hide them on some pages like this:

    .postid-1, .page-id-2 .title_container {display:none !important; }

    but if you have many pages you may wish to use a plugin.

    Best regards,
    Mike

    #841450

    Thanks Mike – do you know of a plugin which will do this?

    #841588

    Hi,

    I’m not aware of any unfortunately, did you try to search for one?

    Best regards,
    Rikard

    #841730

    Yes and I can’t find anything that will do this… short of writing a new plugin myself.

    Is it possible to amend the code in “functions-enfold.php” so that it only outputs the html for the “title_container” if it’s a “FORUM” type of page? If so, do you have any pointers on how to accomplish that please?

    #842007

    Hi hmuscroft,

    You can find the code for forum breadcrumbs on the screenshot below.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #928184

    HI am also looking for a similar solution: right now there is not Topic Title displaying on my bbpress topic pages. I want the Forum Topic Title to display on all bbpress Topic pages. Thanks!

    #928198

    Hey williamslyd,

    Can you please provide a link to the page in question so we can look into this further?

    Best regards,
    Jordan Shannon

    #1131284

    Hi at all,

    I’ve the same problem. At the time I’ve hide from Settings the page title, because I’d only want to view the title of the single topics of the BBPress forum.

    What is the code that I can use to do that?

    The site where I’m working is a test site and reachable only from private network so I can’t post the link of the site.

    #1131373

    Hi,

    See Mike’s code above. You would need to use the id’s to the specific pages to hide where you don’t want the title to show.

    Best regards,
    Jordan Shannon

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