-
Author
-
May 17, 2017 at 19:18 #161746toneeeParticipant
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?
May 18, 2017 at 23:31 #162027LauraModeratorHello, 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 solutionLaura 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 🙂
May 19, 2017 at 01:32 #162060toneeeParticipantSure. 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.May 22, 2017 at 00:07 #162221LauraModeratorHello, 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 solutionLaura 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 🙂
May 22, 2017 at 15:55 #162288LauraModeratorHello, 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 solutionLaura 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 🙂
May 23, 2017 at 03:36 #162369toneeeParticipantThat 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!
May 24, 2017 at 16:48 #162574LauraModeratorGlad 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 solutionLaura 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 🙂
-
AuthorPosts
The forum ‘Theme options & Demo content’ is closed to new topics and replies.