Pretty soon, don’t know when, the settings page in Genesis will go away and only the customizer will be used. So the settings for this plugin will need customizer settings too. I hope you can add this at some point.
Thank you!
]]>Hello,
I’m using Genesis and Dynamik. I’ve created a custom sidebar for bbPress and added the Recent Topics and Recent Replies Widgets.
They are not displaying correctly (unordered list).
What can I do ?
Thank you.
]]>I am using BBpress and Buddypress together. On my User profile Pages in Buddypress the Forum Sidebar is displayed. I guess this is cause the Forum entries of the User are listed on his profile.
How can I stop the Sidebar beeing displayed on buddypress Profiles?
]]>I currently have my user profile page at: https://local-site/community/users/julie/. (where community is the forum root).
I’m also using WPML, which doesn’t recognize this ‘page’ as a page, and therefore doesn’t show, for example,https://local/ES/community/users/julie/ in the language switcher menu.
WPML suggested using a ‘user-profile’ shortcode on a page.
Is that even possible? Does this plugin do anything, or do you know, how this page is generated? Thanks!
]]>For some reason threaded/nested replies aren’t working within my child Genesis theme. They just show up as top-level replies.
I’ve switched to twentyfifteen and successfully nested these replies, but once I switch back to Genesis, no go.
Any ideas?
]]>Hi Jared,
Just left you a review, super cool plugin!
I’m trying to accomplish one last thing in my bbPress/Genesis child theme (Altitude Pro) setup on my forums pages.
The full page layout content width for this theme is set as 800px and that’s JUST width enough for the forums to be read easily by users. However, when I use the setting to add a forum-specific sidebar, the results are undesirable because the forums get too narrow and the sidebar is pretty wide.
I wonder if you know how, or can link me to some guidance to modify your forum-specific sidebar down to say, 200px in order to retain some of the forum width while still being able to have sidebar content?
In a perfect world, I’d really prefer to increase the full width layout setting but only for the forum page. My goal is to get the forums outside of that 800px content restriction from this Genesis child theme.
Any thoughts or advice are greatly appreciated.
]]>Hello Jared,
I’m using the Genesis Enterprise Pro theme and your excellent plugin, but I’m having a problem in bbPress.
When I go to a user page generated by bbPress, and I click on either “Topics Started” or “Replies Created”, the pagination information shows up correctly saying for example “Viewing 9 topics – 1 through 9 (of total)”. However, the table showing the topics themselves doesn’t appear.
If I switch to another theme like Twenty Fifteen, making no other changes, then this table appears properly. So, I think it’s an issue with Genesis.
Any thoughts?
Thanks
]]>I set the forum index page on full width layout, but it still keeps the default layout (content-sidebar). Even if I change the site default layout to full-width, the forum page sticks to content-sidebar.
No problem setting the individual forums to full-width though.
I am using the Genesis Sandbox theme.
Any ideas?
]]>Im unable to remove the bbPress byline, with or without Genesis Simple Edits. <– That plugin will remove the byline, but it also removes the byline for all blog posts, which I need. (I also use it for a special footer.) How can I remove the bbPress byline? TIA.
]]>Hi,
I am trying out bbPress with a Genesis theme (Versatile by Yoast).
I was having problems getting a constant template for the Forums, Forum and Topic pages and searching led me to the bbPress Genesis Extend Plugin.
I am still having problems with the sidebar on the Topic page. Basically I seem to be unable to remove the sidebar.
If I decide to go with the sidebar than it won’t show on the individual forum page!
Just trying to get some consistency, either show the sidebar on all 3 forum sections, or not show it at all.
Can anyone help?!
Many thanks in advance
]]>I use Full width layout for bbpress but the forums still shows sidebar
https://getplantfit.com/forums/
Please help.
]]>Hi,
On my forum index page there is the word Forum which is automatically added at the beggining of the page, with a link to a forum.
You can have a look at this here:
https://creersonsite.net/forum/
I don’t understand why it happens. It’s a Genesis related problem because it’s not here when not using Genesis. It’s here whether I use your plugin or not.
I tried on another site (a test site) with the same result.
Do you have any idea about how to solve this problem?
Best Regards and thanks for your work! ??
]]>Hi Jared,
Further to the previous (closed) topic with the same title. I am experiencing the same problem on my site. I’m running WP 3.9.1, Genesis 2.1.2 with Minimum Pro, and bbPress 2.5.4 with your plugin 1.1.0. I can reproduce the problem with all plugins deactivated and a stock theme folder.
Taking your code from here and pasting it into my functions file works. I’m not sure why it’s not working in the plugin.
]]>Hey Jared,
Quick question, I am using both bbPress and BuddyPress with my Genesis Sample theme.
I am using both BBpress and BuddyPress extend as well.
My question is : do I need both of these plugins running or I can just chose one?
I know its sounds strange, but I like to keep my plugins to the minimum.
Great plugin by the way, thanks so much!
]]>Hi Jared
Thanks for this plugin, it must play a significant part as I updated to the latest Genesis framework 2.1.0 today but it wiped out the bbPress forums from the site. I contacted Studio Press and they advised that the plugin needed updating and suggested I contact you.
Could you help please?
Most recent versions of Genesis, WP, and bbPress. Custom Genesis child.
The checkbox does nothing however when I add the filters directly to the child theme functions file the descriptions are removed.
]]>I have bbPress Genesis Extend and Genesis Connect for WooCommerce plugin installed.
Earlier The forum sidebar was not working but after replacing contents of bbpress-genesis-extend.php with the code given on this post in this forum, the forum sidebar started showing but now the forum page is looking strange. It’s looking like a normal page template. check my forum page link.
Would really appreciate any help. Thanks
How do I remove the default sidebar text from this plugin’s sidebar?
The plugin uses:
add_action( 'genesis_sidebar', array( $this, 'load_genesis_forum_sidebar' ) );
How do I get an instance of this class and hook my own function without the text?
]]>Line 251 of bbpress-genesis-extend.php causes a notice:
$forum_id = bbp_get_forum_id( $forum_id );
Which is quite logical since $forum_id isn’t set before this point.
Fix with:
$forum_id = bbp_get_forum_id();
Easy peasy ??
]]>When your plugin is activated i get posts and forums showing twice on the page.
https://aviuk.pjlittlewood.co.uk/forums/topic/testing/
Thanks for any help.
]]>Hi there,
Although disabled the bbPress Forum and Topic descriptions are still displayed on my installation with the latest WP and plugin versions. Maybe a bug?
Cheers,
Thomas
Hi Jared and thank you for the plugin.
I use latest versions of Genesis and Dynamik child theme.
The bbPress content layout is very strange, I tried to solve it with your plugin which made no change at all.
An image of the page is here: https://i.imgur.com/i93xtEi.gif
Do you have any insight that may assist us?
Thanks in advance.
HI Jared,
I am trying to get for all bppress forums/topics load conditionally bbpress_custom menu, instead of default sub menu (in enterprise genesis theme)
below is the code I use. But it is not perfect.. ?? it breaks the menu on pages/posts that are not bbpress..
// Subnav dependent on category
remove_action('genesis_after_header', 'genesis_do_subnav');
add_action('genesis_after_header', 'custom_do_subnav');
function custom_do_subnav() {
echo '<div id="subnav"><div class="wrap"><ul id="menu-secmenu" class="menu genesis-nav-menu menu-secondary">';
if ( is_bbpress() ) { wp_nav_menu( array('menu' => 'community' ));
}
else {genesis_do_subnav();}
echo '</div></div>';
}
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
is there anything I can add to check for bbpress first?
I have been looking at your bbpress genesis extend.. trying to get the idea,, how to register custom bbpress menu, the same way you do register custom bbpress sidebar.. but I am not getting far..
Although, it did trigger the thought that such a feature
custom bbpress menu should be added to your plugin.
any thoughts?
Kris
]]>Hello,
it is a very strange bug,
when bbpress genesis extend is enabled, this function stops working..
add_filter( ‘genesis_pre_get_option_site_layout’, ‘change_layout_posts_in_category’);
function change_layout_posts_in_category( $opt ) {
if (in_category( array( aat,afna ) ) ) {
$opt = ‘full-width-content’;
return $opt;
}
}
(what this function does is to change the default layout to full width for posts belonging to 2 categories (aat and afna)
any thoughts? or maybe ideas what is wrong with the function so it does not stop working?
thanks
kris
I’m using this plugin with the latest version of the Going Green theme, and the forum index is displaying a featured image. Not sure where it’s getting this, or how I can change it. Any clues?
You can see the irregularity here in the forum index: https://socalhiker.net/community/
]]>Hi Jaredach,
First, I’m not sure if everyone had this problem, but if I enable bbPress plugin all the titles will return with an empty value except bbPress page and Genesis SEO metabox (if we add value on that fields).
How wise is it if I add this code?
if ( class_exists( 'bbPress' ) )
remove_filter( 'wp_title', 'bbp_title', 10, 3 );
Thanks
– AP
I have all of my subforums sitting in one master forum on my site. The problem is that I keep getting the following message on the main forum page:
Oh bother! No topics were found here!
I don’t want to have an topics for the master forum. The sole purpose of it is to serve as a shell to list out the individual sub forums, and then within the subforums I would have topics. I tried setting the subforums to “no parent” and removing the master, but that just gave me a 503 error.
Any help would be appreciated.
Here’s a link to my forum: https://www.gothamsaves.com/Boards/topic/forums/
Thanks
]]>I’ve tried a number of different functions to get rid of the Genesis author box on bbPress topics/pages but nothing is working. Anyone have a good way to do this? My child theme is HTML5 if that makes a difference.
]]>I do not have them enabled in genesis itself and am using G v2.0 with the html5 new basic Sample theme.
I have checked breadcrumbs.php in the themes/genesis folder and it says this:
add_action( 'genesis_before_loop', 'genesis_do_breadcrumbs' );
I do not have a breadcrumbs.php in my child Sample theme.
Is there a fix please.
I just discovered that version 1.0 had been released. This was a surprise because I didn’t see any update notification in my WordPress Multisite (currently 3.5.2).
]]>