This topic has 21 replies, 2 voices, and was last updated 8 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

    Laura 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 🙂

    #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

    Laura 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 🙂

    #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

    Laura 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 🙂

    #132898
     CentralGeek
    Participant
    This reply has been set as private.
    #132905
     CentralGeek
    Participant
    This reply has been set as private.
    #133086
     CentralGeek
    Participant
    This reply has been set as private.
    #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

    Laura 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 🙂

    #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

    Laura 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 🙂

    #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

    Laura 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.
    #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

    Laura 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 🙂

    #133852
     CentralGeek
    Participant
    This reply has been set as private.
    #133909
     CentralGeek
    Participant
    This reply has been set as private.
    #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

    Laura 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 🙂

    #134150
     CentralGeek
    Participant

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

    #134233
     CentralGeek
    Participant
    This reply has been set as private.
    #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

    Laura 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 🙂

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?