Hi, is it possible to remove completely the sidebar forum?, Thanks!
Just open the 'bbpress.php' and replace:
'<div class="col-md-9">' for '<div class="col-md-12">'
Then delete:
<div class="col-md-3">
<div class="bbpress_sidebar">
<?php
$sidebar = apply_filters('wplms_sidebar','bbpress');
if ( !function_exists('dynamic_sidebar')|| !dynamic_sidebar($sidebar) ) : ?>
<?php endif; ?>
</div>
</div>
Save the file and it should work.
Hope it helps you
In this archive, doesn´t appear nothing this. Thanks!
Which WPLMS version are you on? And are you using a child theme?
The last one!, Blank child theme.
Oh, ok. So you wanna copy the file 'bbpress.php' from wplms to your child theme and then do the changes above.
If that doesn't work I'm afraid you gonna have to wait from an official reply from Vibe team
Good luck