Remove Sidebar Forum

Home Forums Chit Chat WPLMS customizations Remove Sidebar Forum

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #21726
    alejandropagan
    Participant
    Hi, is it possible to remove completely the sidebar forum?, Thanks!
    #21769
    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
    #21774
    alejandropagan
    Participant
    In this archive, doesn´t appear nothing this. Thanks!
    #21795
    Which WPLMS version are you on? And are you using a child theme?
    #21802
    alejandropagan
    Participant
    The last one!, Blank child theme.
    #21833
    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
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove Sidebar Forum’ is closed to new replies.