-
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 solutionAugust 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 solutionAugust 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 solutionAugust 17, 2016 at 19:28 #132898CentralGeek
ParticipantHi Laura,
Sorry it took so long. I managed to get myself locked out of my own server. We had updated the server to 64bit OS for cPanel updates and forgot to whitelist my own IP address. That took a while to get sorted. But things are back on track. I have tested to make sure the FTP and Login work. If there is anything else you need such as Super Admin privileges, let me know. The site is a multisite but I only have one site built. I use multisite almost exclusively just in case I want to do something more with a site after it gets built.
Please find below the FTP and Admin login for the site lre43.com.
Oh, I also have an alternate backend login page. You will see that.
And this is a private reply of course.PW:
n}T,SUqn,]IA
—————————————
Admin:
https://lre43.com/entrypoint.phpUsr:
seventhqueenPW:
C9u6P)i^eSf%IZN%k06cDqdrAugust 17, 2016 at 19:47 #132905CentralGeek
ParticipantThat shouldn’t be http:// on the ftp. I guess that automatically gets added to the link.
BTW, I do use the child theme. I haven’t made modifications requiring the child theme but I do use it in case I need to customize.
August 18, 2016 at 20:31 #133086CentralGeek
ParticipantI would like to not have credentials available for multiple days. I provided the information you asked for yesterday. If it is possible for you to provide a snippet, I can apply it with directions. If you are not going to help with this in the near future, please let me know so that I can change the necessary information to remove access. Thanks.
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 solutionAugust 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 solutionAugust 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 solutionAugust 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 solutionAugust 25, 2016 at 18:31 #133852CentralGeek
ParticipantPW:
F^g@&~N(^{MvThe admin account created for you is still active. Please see above if you need access.
Thank you.
August 25, 2016 at 21:41 #133909CentralGeek
ParticipantI really wish someone would come up with a way to add ftp credentials without the script adding http:// to it. I did not add http://. It is just supposed to be ftp and the rest.
Thanks.
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 solutionAugust 29, 2016 at 10:47 #134150CentralGeek
ParticipantThank you very much.
Exactly what I was looking for. 🙂August 29, 2016 at 21:34 #134233CentralGeek
ParticipantI would just like to suggest also that it would be a big plus if you provided a widget for the (current) user bp_nav to place in a sidebar and disable (as in this instance) the horizontal bp_nav in the current user profile. That would be an awesome addition to your theme. Complete with the icons..
I don’t know code something like that but it would be great to have. Even if you took the plugin I use for the sidebar and modified it to include the notifications the same as the horizontal nav.
Anyway, thank you so much for helping me. I do appreciate that. A lot.
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 solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.