BuddyBoss Home – Web Support Forums Themes Boss. theme Remove menu bar, buddy panel, footer, etc. for one page

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

    #67159
    @kaypitre

    Hi there,

    I want to create a landing page on my website. Ideally, I want all elements hidden, ie. a blank page to work from. No menus, no buddypanel, no footer, etc. Just the stuff I put on it.

    Is there code to do this? None of the templates that come with BuddyPress seem to allow for this. A previous theme I owned had this option.

    Thanks,

    Kay

    Answers

    #67170
    @anve

    Hi @kaypitre,

    For the page you can choose ‘No Buddypanel’ as its parent template , it will remove the buddypanel . Also you can give me the url of that specific page , so that i can provide you the corresponding css.

    Regards
    Anve

    #67201
    @kaypitre

    Thank you for your help. As an example, we can use this page.

    All Star Yogi Team


    Once I know how to do it with one page, I will be able to figure it out for other pages.

    #67212
    @anve

    Hi @kaypitre,

    Try adding following css and apply in child theme custom css option.

    
    body.page-id-6220 #masthead ,body.page-id-6220 footer {
      display: none;
    }
    

    Regards
    Anve

    #67214
    @kaypitre

    This is almost perfect! Thank you! There is still an orange header bar and footer as well. I’m trying to figure out what those elements are, but unsure. Any indication on what code to use for that would be great!

    If I could recommend having a template built in that does all this it would save much trouble. For a future update perhaps?

    Thanks,

    Kay

    #67286
    @anve

    Hi @kaypitre,

    Try adding following css to remove that upper orange gap .

    
    body.page-id-6220 #right-panel {
      margin-top: 0!important;
    }
    

    And yes thanks for the suggestion, we’ll surely add it in our suggestion list.

    Regards
    Anve

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘Remove menu bar, buddy panel, footer, etc. for one page’ is closed to new replies.