BuddyBoss Home – Web Support Forums Themes Boss. theme Add a (second) BuddyPanel to the right? Instead of User Profile Menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Question

    #47764
    @snikay

    Hi,

    I would like to have the behavior of the BuddyPanel on the right side but with my own content in it (not the menu content).

    What do I have to copy to do so? I already was looking thru the files but can’t get my head around it.

    Answers

    #47830
    @vapvarun

    Hi @snikay, I am sure it not that much simple to do it.
    Regards

    #47887
    @snikay

    A bit of tweeking would be okay for me.. Just would like to know what files i have to look in to maybe?

    #47935
    @vapvarun

    Hi @snikay

    First this you will need to change that css for complete set of following css

    .menu-panel {

    }
    #right-panel-inner {

    }

    #mastlogo {

    }

    body.left-menu-open .header-outher {

    }

    header.php contain all the codes

    
    from line 387
    
     <div id="panels" > to
    
    line 426
        </div><!--left-panel-->
    

    Regards
    Varun Dubey

    #47961
    @snikay

    Thanks man! I’ll have a look! 🙂

    #47964
    @vapvarun

    You can also play with following css

    
     @media screen and (max-width:480px){
    #panels #mobile-menu {
      right: auto;
    }
      #right-panel-inner {
      margin-right: 0;
    }
    }
    
    #panels .menu-panel {
      right: 0;
    }
    #right-panel-inner {
      margin-right: 227px;
      margin-left:0;
    }
    .header-links .menu-toggle.icon {
      display: none;
    }
    @media screen and (max-width:480px){
    #panels #mobile-menu {
      right: auto;
    }
      #right-panel-inner {
      margin-right: 0;
    }
    }
    

    Regards
    Varun Dubey

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘Add a (second) BuddyPanel to the right? Instead of User Profile Menu’ is closed to new replies.