-
Author
-
July 9, 2015 at 06:52 #67443samnoonanParticipant
Hi, I’ve read through the forums for an answer, messed around with it the past couple days and I tried the code from this post: https://archived.seventhqueen.com/forums/topic/hide-header-on-specific-pages
And it half way helped. But what I am looking for is to hide the profile header on every page except the actual profile page.
Thank you if anyone can help
July 10, 2015 at 22:55 #67720LauraModeratorHello, do you mean hide the avatar and the info of your own profile? Or others profile? Could you specify a bit more please? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 10, 2015 at 23:41 #67728samnoonanParticipantHey Laura, I’m hoping to remove the whole buddypress-profile-header from every page for a logged in user except on the actually profile page.
July 10, 2015 at 23:46 #67729samnoonanParticipantSo for instance a member logs in and goes to the messages page, it will only be the messages with out the whole profile header above it. And I want to do that for ever logged in page, except on actual profiles.
July 13, 2015 at 04:57 #67962LauraModeratorHello, will assign the ticket to a higher support lever who can help and advise you in your query.
Thanks! 🙂Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 30, 2015 at 11:40 #70666RaduModeratorHi,
The easiest and quick way to achieve this is to do via CSS
COPY CODEbody.buddypress.is-user-profile div#item-header {display:block !important;} body.buddypress div#item-header {display:none !important;}
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 27, 2015 at 10:15 #84421syslay288ParticipantHey I’m still strugglin with this.. can’t hide profile header on messages
October 27, 2015 at 17:28 #84474RaduModeratorHi @syslay288,
Where you have pasted the css code from above ?
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 29, 2015 at 03:01 #84817syslay288ParticipantHello Radu, I have pasted on the custom css inside child theme.
October 29, 2015 at 15:52 #84875RaduModeratorHi @syslay288,
Please replace that code with this
COPY CODEbody.my-account section #profile { display: none !important; }
Let me know if it works.
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 30, 2015 at 03:33 #85020syslay288ParticipantThank you for this.. I let my things just like this:
COPY CODEbody.activity section #profile{ display: none !important; } body.notifications section #profile{ display: none !important; } body.messages section #profile{ display: none !important; } body.friends section #profile{ display: none !important; } body.groups section #profile{ display: none !important; } body.forums section #profile{ display: none !important; } body.album section #profile{ display: none !important; } body.media section #profile{ display: none !important; } body.settings section #profile{ display: none !important; }
Now header is visible ONLY in profile section, but not visible in messages, etc
That has helped a lot my website performance. Thank you
November 4, 2015 at 09:34 #85588diegonofxParticipantI don’t get it, I pasted the code in my child-theme style.css file, but nothing seems to happen 🙁
November 4, 2015 at 10:11 #85594diegonofxParticipantGot it! now it works. This is a great feature I use SweetDate since long time and this is definetly an upgrade
April 7, 2017 at 12:50 #157885mg45ParticipantHello,
If it is possible, I need the same for the Kleo Theme.
###
body.activity section #profile{ display: none !important; }
body.notifications section #profile{ display: none !important; }
body.messages section #profile{ display: none !important; }
body.friends section #profile{ display: none !important; }
body.groups section #profile{ display: none !important; }
body.forums section #profile{ display: none !important; }
body.album section #profile{ display: none !important; }
body.media section #profile{ display: none !important; }
body.settings section #profile{ display: none !important; }
###How would the css code look for Kleo?
Many thanks in advance!
-
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.