June 3, 2015 at 1:57 pm
#25371
vince
Participant
Hi again,
I think I’ve cracked it, so here what I’ve done in case it helps anyone else,
* Create a child theme with the bbpress.php file
* Edit that bbspress.php file and add the contents of page.php from the Ultimate theme
* In this new bbpress.php file, find the <?php…<?> code block containing do_action( ‘ultimate_main_container’ );
* Delete this code block and in it’s place, add the contents of the file content-nosidebar.php from the Ultimate theme
I preferred the elegance of the short code, and if the content-nosidebar.php ever changes in the main theme, I’m sure we’ll get out of date, but it’s finally working, so it’ll do for now.
Thanks,
Vince.