-
Author
-
August 13, 2016 at 15:40 #132289
CentralGeek
ParticipantI was wondering how to remove the buddybar navigation on the member profile page. Only the member not visited profile page.
I use the buddy links plugin to have navigation in the sidebar and do not wish to have the navigation for the logged in user running horizontally. When visiting another member’s profile I want to have the horizontal nav, but not on the main profile page of the current logged in user.
How would I disable that main navigation for buddypress. The sub nav is fine, I just don’t want the duplication of the main buddybar.
I hope I explained that clearly.
August 15, 2016 at 03:28 #132423Laura
ModeratorHello, so you want to hide the main buddypress menu hidden for your own profile but not for visitors or other member profiles?
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 🙂
August 15, 2016 at 06:03 #132446CentralGeek
ParticipantHi Laura,
Yes, that is what I need to accomplish.
August 16, 2016 at 00:21 #132580Laura
ModeratorHello, lease share ftp and admin credentials so i can build a code for you 🙂
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 🙂
August 16, 2016 at 09:43 #132623CentralGeek
ParticipantHi Laura,
I must apologize. I was out of town all day. I will send the information as soon as I have had time to rest.
August 17, 2016 at 19:16 #132888Laura
ModeratorUnderstood 🙂
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 🙂
August 19, 2016 at 23:56 #133250Laura
ModeratorHello, added this to your custom css
COPY CODE.just-me ul.responsive-tabs { display: none; }
Is that what you needed?
Sorry for late replyHi 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 🙂
August 22, 2016 at 12:19 #133347Laura
ModeratorHello, and this one?
COPY CODE.just-me ul.responsive-tabs { display: none !important; }
I’m trying to help you with your custom request, remember this forum is for theme related issues and we do not use to do custom requests. So if i reply late please understand that i am answering theme issues first 🙂
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 🙂
August 22, 2016 at 17:33 #133392CentralGeek
ParticipantSomeone using the credentials I provided signed into the account I set up for you on the 19th. Since then, visiting another person’s profile removes the BP Nav. That is not what I asked about.
What you have provided me does not work.
You did not mention you had signed into the account. I found it on my logs. I would like to know what changes were made and why I wasn’t made aware of the visit, especially since changes were made and what you have provided me doesn’t work.
I don’t believe I have been rude to you in any way. I just asked that if you weren’t going to be visiting the site soon, I don’t want the credentials available for extended periods.
I have not come here asking for much in the time I have had the theme. I have not come here often at all. I apologize for coming here now. I won’t bother you any further. Please let me know what changes were made and I will remove them because they are opposite what I had asked about.
August 24, 2016 at 06:19 #133595Laura
ModeratorHello, i did tell you that i logged in and i did tell you the change i did.
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 🙂
Attachments:
You must be logged in to view attached files.August 24, 2016 at 07:36 #133610CentralGeek
ParticipantThat was misread. I am used to seeing when someone says they did something the sentence starting with “I added this…”. And given the fact that you didn’t say “I”, I did not get the message that you logged in.
I understood it as a suggestion since there was no difference. And I would be surprised to read that you saw a difference. I did add it both to the custom CSS and then later to the child theme style sheet. I also had figured out the need for !important which I usually apply to override what is in the parent theme CSS. Neither of them worked.
I will have to take a closer look at the CSS for BuddyPress and your theme. Maybe I can figure it out.
I don’t want to take any more of your time. Thanks the suggestion. It didn’t work.
August 25, 2016 at 14:11 #133813Laura
ModeratorHello, it requires php instead of css, if you can share ftp i can build it for you 🙂
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 🙂
August 29, 2016 at 09:03 #134144Laura
ModeratorHello, done, I added this to your header.php at child theme
COPY CODE<?php if ( bp_is_my_profile() ) { ?> <style type="text/css" media="screen"> div#item-nav { display: none !important; } </style> <?php } ?>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket 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 🙂
August 29, 2016 at 10:47 #134150CentralGeek
ParticipantThank you very much.
Exactly what I was looking for. 🙂August 31, 2016 at 04:49 #134404Laura
ModeratorHello, glad it helped 🙂 For the feature, you could open a new topic at the feature request forum, and we will review it if it has enough votes 🙂
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
The forum ‘General questions’ is closed to new topics and replies.