Tagged: bbpress, page title, topic title
-
AuthorPosts
-
August 19, 2017 at 6:29 pm #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!
August 19, 2017 at 9:31 pm #841429Hey 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,
MikeAugust 19, 2017 at 10:07 pm #841450Thanks Mike – do you know of a plugin which will do this?
August 20, 2017 at 6:52 am #841588Hi,
I’m not aware of any unfortunately, did you try to search for one?
Best regards,
RikardAugust 20, 2017 at 6:12 pm #841730Yes 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?
August 21, 2017 at 2:12 pm #842007Hi hmuscroft,
You can find the code for forum breadcrumbs on the screenshot below.
If you need further assistance please let us know.
Best regards,
VictoriaMarch 16, 2018 at 5:23 pm #928184HI 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!
March 16, 2018 at 5:49 pm #928198Hey williamslyd,
Can you please provide a link to the page in question so we can look into this further?
Best regards,
Jordan ShannonAugust 27, 2019 at 11:36 am #1131284Hi 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.
August 27, 2019 at 5:03 pm #1131373Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.