Tagged: Community-Builder
Hi Janet,
Thank you for the question. We haven’t provided it as an option(we did not consider providing it for individual profile components).It can be still achieved easily with a few lines of code. Will you be able to use it?
Regards
BrajeshHi Janet,
Please put this code in your child theme’s functions.php/** * Make community Builder single activity pages as single column. */ add_filter( 'cb_page_layout', function ( $layout ) { if ( bp_is_single_activity() ) { $layout = 'page-single-col'; } return $layout; } );
That will do it.
Regards
BrajeshHi Janet,
Thank you for confirming.Regards
Brajesh
Viewing 6 posts - 1 through 6 (of 6 total)
The topic ‘ [Resolved] Suppressing sidebar when displaying a single BP post’ is closed to new replies.
This topic is: resolved