This topic has 21 replies, 2 voices, and was last updated 9 years by Laura.

  • Author
  • #132289
     CentralGeek
    Participant

    I 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.

    #132423
     Laura
    Moderator

    Hello, 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 solution
    #132446
     CentralGeek
    Participant

    Hi Laura,

    Yes, that is what I need to accomplish.

    #132580
     Laura
    Moderator

    Hello, 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 solution
    #132623
     CentralGeek
    Participant

    Hi 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.

    #132888
     Laura
    Moderator

    Understood 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #132898
     CentralGeek
    Participant

    Hi 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.

    FTP
    http://ftp.lre43.com

    Usr:
    SeventhQueen@lre43.com

    PW:
    n}T,SUqn,]IA
    —————————————
    Admin:
    https://lre43.com/entrypoint.php

    Usr:
    seventhqueen

    PW:
    C9u6P)i^eSf%IZN%k06cDqdr

    #132905
     CentralGeek
    Participant

    That 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.

    #133086
     CentralGeek
    Participant

    I 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.

    #133250
     Laura
    Moderator

    Hello, added this to your custom css

    COPY CODE
    
    .just-me ul.responsive-tabs {
        display: none;
    }
    

    Is that what you needed?
    Sorry for late reply

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #133252
     CentralGeek
    Participant

    That really did nothing.

    #133347
     Laura
    Moderator

    Hello, 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 solution
    #133392
     CentralGeek
    Participant

    Someone 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.

    #133595
     Laura
    Moderator

    Hello, 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 solution
    #133610
     CentralGeek
    Participant

    That 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.

    #133813
     Laura
    Moderator

    Hello, 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 solution
    #133852
     CentralGeek
    Participant

    FTP
    http://ftp.lre43.com

    Usr:
    SeventhQueen@lre43.com

    PW:
    F^g@&~N(^{Mv

    The admin account created for you is still active. Please see above if you need access.

    Thank you.

    #133909
     CentralGeek
    Participant

    I 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.

    #134144
     Laura
    Moderator

    Hello, 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 solution
    #134150
     CentralGeek
    Participant

    Thank you very much.
    Exactly what I was looking for. 🙂

    #134233
     CentralGeek
    Participant

    I 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.

    #134404
     Laura
    Moderator

    Hello, 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
Viewing 22 posts - 1 through 22 (of 22 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?