The “Publication layout / Add a toolbar to text areas to help with HTML formatting” check box is enabled.
I disabled all plugins except Bbpress and still no menu!
The problem and the same on the comments of the articles!
This is a bug in bbpress – yet to be fixed.
In the meantime install
bbp style pack
which should fix
or
Put this in your child theme’s function file –
ie wp-content/themes/%your-theme-name%/functions.php
where %your-theme-name% is the name of your theme
or use
Code Snippets
if( !function_exists( 'bbpress_browser_supports_js' ) ){
function bbpress_browser_supports_js() {
echo '<script>document.body.classList.remove("no-js");</script>';
}
add_action( 'wp_footer', 'bbpress_browser_supports_js' );
}
Great, I found the menu.
Many thanks
I have this problem too, the menu is missing from the forum, so when in a topic there is no menu showing to go back to the Forum index.
I do not know how to do coding, there must be a simple answer for this.
I have the bb style pack installed and have been over all settings and cannot find aything to fix this.
um, not sure this is the same problem.
can you give a link to an example please