this is a temporary fix, the bbpress authors are looking at a permanent one
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' );
}
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
I had this error too, I actually installed bbp style pack and tweaked the settings on that.
Did this get fixed in the latest release (2.6.9)?
I reverted to the 2.6.6 to fix that issue in the 2.6.7.
What option fixes that bug? There’s a lot to configure I see. 😮
It should be automatically fixed by having that plugin.
i find really surprising that such a bug is not yet fixed. Users did not have access to toolbar for months if a dirty fix is not put in place. Any news on this?
According to the trac ticket, there’s a fix coming in v2.7: https://bbpress.trac.wordpress.org/ticket/3445
No idea when 2.7 going to be released.