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

  • Author
  • #144450
     linkpoin2
    Participant

    hi, i would like to hide a couple items in the buddyapp profile side-menu.  it is ok if they are in the buddypress top navigation (top right profile menu) but do not want them to appear in the larger side-menu.  which CSS will hide just the side one and the other top stay where it is?

    thanks.

    #144507
     Laura
    Moderator

    Hello, which elements do you want to hide?
    Could i access your site?

    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 🙂

    #144575
     linkpoin2
    Participant

    I would like to hide one of the elements like Events or Media from the left but not the other menu. Just need to know where to find that to comment it out (from left menu) so it does not comment out from the standard profile menu (top right)

    #144577
     linkpoin2
    Participant

    example id=”user-media” for the id=”media-personal-li” … this is in the page member profile. It is needed to remain in the member profile login (top right) drop down list.

    just want to comment our the media-personal-li and need to know where to find that item in which php file and ideally comment out
    via the child theme.

    #144583
     linkpoin2
    Participant

    example attached

    Attachments:
    You must be logged in to view attached files.
    #144790
     Laura
    Moderator

    Hello, well, you do not need to comment out nothing, just add this to style.css of child theme and it should work 🙂

    COPY CODE
    
    #buddypress #events-personal-li {
        display: none !important;
    }
    #buddypress #files-personal-li {
        display: none !important;
    }
    #buddypress #media-personal-li {
        display: none !important;
    }
    
    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 🙂

    #144813
     linkpoin2
    Participant

    thanks!

    #144992
     Laura
    Moderator

    Glad to help 🙂

    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 8 posts - 1 through 8 (of 8 total)

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

Log in with your credentials

Forgot your details?