I’ve set up a bbpress forum installed from your pro dashboard as a suggested plugin.
There are some issues with some elements with your templates. For example the breadcrumbs not showing up and could not be activated for example by bbpress style.
The reason is that you deactivate the breadcrums for some reasons in /pro/framework/legacy/functions/plugins/bbpress.php
If i added this back manualy the breadcrumbs reapears!
add_filter( 'bbp_no_breadcrumb', '__return_false' , 999);
The bbpress search results fire up the layout with condition set to post-type is ‘posts’ and i don’t find a condition to set up a custom layout for forum search results!
I've tried to overwrite the templates in `/pro/framework/legacy/templates/bbpress` within the child-theme `/pro-child/framework/legacy/templates/bbpress` but this seems not to be working.