Reply To: What does bbp_template_before_forums_loop do?
So how can I alter what is already in ‘bbp_template_before_forums_loop’? Currently it has breadcrumbs and a search field but I need to remove the breadcrumbs for my theme.
View ArticleReply To: Apply bbpress theme from inactive theme
The information i gave you is if you wanted to change your theme to another but still keep the way bbpress is styled. IF you wanted to just be able to change themes while bbpress stays the same...
View ArticleReply To: What does bbp_template_before_forums_loop do?
both fairly easy ! Breadcrumbs https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/#4-turning-off-or-changing-breadcrumbs...
View ArticleReply To: Dropdown menu with all forums – How to ?
Please anyone help us, I need the same function…
View ArticleReply To: Dropdown menu with all forums – How to ?
The problem i’m having is on all other pages so you altered code in “content-archive-forum.php” how or what are you doing for the other ‘pages’?
View ArticleReply To: Dropdown menu with all forums – How to ?
@blackjak231 i think you should make a widget, the forum list widget does list all the forums in links all you would have to do is alter how it is displayed. And also since it is a widget it should...
View ArticleReply To: Dropdown menu with all forums – How to ?
Thanks for the tip but i actually ended up adding the following at the top of the pages i needed it on : $args = array( 'post_parent' => 0, ); Not very DRY as it is repeated (i could have done a...
View Articleuser-details.php won't load surrounding theme elements.
Like in title. I can’t figure out how to load theme surroundings. This is all I see when i enter profile site like: example.com/forums/user/user_name I assume that wordpress call template...
View ArticleReply To: Dropdown menu with all forums – How to ?
can you show and tell me how you make your menu, please?
View ArticleReply To: disable Sidebar
hello, im having issues with this. ive taken page-template-full.php from wp-content/themes/Rox <?php /** * Template Name: Full Width, no sidebar(s) */ get_header(); ?> <div...
View ArticleReply To: disable Sidebar
i went to bbPress WP Tweaks and chose bbpress.php but i just realized that i cant no longer go to wp-admin/options-general.php?page=bbpress.. lack of rights, it says. i know this is now off topic, but...
View ArticleReply To: disable Sidebar
i managed to have the index full width by making my own page with the forum shortcode and page set using full width layout. but once i click anywhere on the forum (go to a section, thread) the sidebar...
View ArticleHueman theme issue
Hi WP version 4, bbpress 2.5.4 I’m having issues with bbpress and Hueman theme. The problem seems to be some kind of conflict in using page.php as a wrapper for the forum pages. If I copy, for...
View ArticleReply To: Hueman theme issue
see https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/#8-make-sure-bbpress-uses-the-page-template-we-want
View ArticleReply To: Hueman theme issue
Many thanks – I read this and it didn’t work unfortunately. I did a bit of digging and it turns out it was using the single.php template, so with a few “if” clauses in there I was able to sort it out....
View ArticleSize font bbpress
I’m using the theme Hueman but I see the characters bbPress much smaller than those of defoult of the theme. Where can I enlarge the font bbPress? thanks
View Article