-
Author
Tagged: hide user profile
-
May 23, 2015 at 02:10 #59866airsidworldParticipant
Hello,
Can you please tell me the code needed to hide the profile section when a user is visiting is own profile page ?
Thanks a lot 😉May 25, 2015 at 21:25 #60102LauraModeratorHello, do you mean the tab “Profile” or all the navigation of the profile?
Could you share a screenshot?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 🙂
June 1, 2015 at 12:06 #60662airsidworldParticipantHello,
Here is a link to a screenshot.
I’d like to hide the profile section in the red rectangle.
So when the user wants to get to his buddypress menu, he doesn’t have to see his profile everytime and he doesn’t need to drop down the page to go to the BP menu (some user have long porfile and sometimes they don’t even see the BP menu under).Thanks 😉
June 3, 2015 at 11:39 #60874LauraModeratorHello, could you share ftp credentials so i can do the proper changes? I will also post them here so you know how to do it 🙂
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 🙂
October 21, 2015 at 15:43 #83532LuukDriessenParticipantSame here, can someone explain how to do this?
October 22, 2015 at 04:05 #83657LauraModeratorHello, please try the following:
Copy header.php of main theme to child theme, edit it and add the following just below <head>COPY CODE<?php if ( bp_is_my_profile() ) { ?> <style type="text/css" media="screen"> #profile { display: none !important; } </style> <?php } ?>
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 🙂
-
AuthorPosts
You must be logged in to reply to this topic.