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

  • Author
  • #161746
     toneee
    Participant

    When a user views messages or notifications, they expect to see an inbox. Instead, the top of the page always shows the user’s profile picture overlaid on the cover pic. Can we remove this when necessary, except on pages where it’s relevant, such as when they want to view or edit their profile?

    #162027
     Laura
    Moderator

    Hello, can you share a screenshot? As i see the cover and avatar next to the inbox not at the top

    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 🙂

    #162060
     toneee
    Participant

    Sure. The illustrated is the “Friends” BuddyPress page, but still contains the user’s profile picture and cover picture. That’s a waste of space and that section only needs to be visible when the user selects their Profile.

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

    Hello, i see, can you share admin access so i can check it out?

    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 🙂

    #162231
     toneee
    Participant
    This reply has been set as private.
    #162288
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme or at Appearance > Editor > Style.css

    COPY CODE
    
    @media only screen and (max-width: 991px) and (min-width: 768px) {
    div#item-header {
        display: none;
    }
    .xprofile div#item-header {
        display: block !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 🙂

    #162369
     toneee
    Participant

    That was nearly perfect! I removed the minimum screen width and kept the max. I paste the CSS you provided in Appearances > Editor while using the child theme.

    Thanks so much!

    #162574
     Laura
    Moderator

    Glad to help 🙂 If you are happy with the support please rate us 5 stars at themeforest as it would help a lot 🙂

    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 ‘Theme options & Demo content’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?