BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › Remove menu bar, buddy panel, footer, etc. for one page
- This topic has 5 replies, 2 contibutors, and was last updated 8 years, 7 months ago by Anve S..
Question
April 6, 2016 at 6:13 pm #67159@kaypitreHi 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
April 7, 2016 at 12:24 am #67170@anveHi @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
AnveApril 7, 2016 at 5:46 am #67201@kaypitreThank you for your help. As an example, we can use this page.
Once I know how to do it with one page, I will be able to figure it out for other pages.April 7, 2016 at 7:12 am #67212@anveHi @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
AnveApril 7, 2016 at 7:25 am #67214@kaypitreThis 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
April 7, 2016 at 1:12 pm #67286
- The question ‘Remove menu bar, buddy panel, footer, etc. for one page’ is closed to new replies.