Hey,
I installed BBpress a while ago and it had been working great but ever since the WordPress 4.1 update, I can’t seem to open the Forums on page – http://www.rossoneriblog.com/forums/. It is still possible to directly approach a certain Forum, though – http://www.rossoneriblog.com/forums/forum/rossoneri/general-milan-discussions/.
I’m not sure if the problem is on my end (I didn’t change anything except for updating the system) so I would appreciate some help on how to work it out.
Thanks,
Meytar
Best place to find BBpress support is on the BBpress site/forum, as BBpress is designed to work with all themes, and so the compatibility with WP 4.1 is likely due to BBP needing update:
See – https://bbpress.org/forums/
Themes
bbPress 2.x plugin for WordPress has built-in theme support. All required elements such as front-end editing are included. This means that all functionality will work, even when a theme has no specific bbPress templates or code included with it. To get started customizing bbPress see Theme Compatibility.
Theme Compatibility
Codex Home → Theme Compatibility
bbPress 2.x has built-in theme support. All required elements such as front-end editing are included. This means that all functionality will work, even when a theme has no specific bbPress templates or code included with it.
All bbPress compat can be overridden using a theme or another plugin. Check bbp-theme-compat template wrappers for what a normal theme should include.
To customize bbPress:
The directory “wp-content/plugins/bbpress/templates/default/” contains the directories “bbpress”, “css”, “extras”, and “js”, and the file “bbpress-functions.php”.
•The “bbpress” directory contains template parts. Copy any of them into a directory named “bbpress” in your themes root, so it looks like: /wp-content/themes/%your-theme%/bbpress/
•The “extras” directory contains optional root level page templates, to make life a little easier when customizing; copy any you want to use or modify into the root of your theme. eg. /wp-content/themes/%your-theme%/
•The “css” directory contains style sheets that work with the default markup. Copy any you want to modify into a directory named “css” in your theme’s root. eg. /wp-content/themes/%your-theme%/css/
•Basically, you could copy the entire ‘bbpress’ and ‘css’ directories out of bbPress’s default template directory, and into your theme, and bbPress will use the ones located inside your theme instead. Pretty neat, eh?