This topic has 18 replies, 3 voices, and was last updated 8 years by Laura.

  • Author
  • #129549
     dsniche
    Participant

    Is there a way to hide the Profile > View display on the member profile page?

    It’s just repeating the information that’s already shown at the top of the page.

    Maybe make it so that when you navigate there “Edit” is shown as the default rather than “View”?

    Thank you.

    #129686
     Laura
    Moderator

    Hello, you can make that activity is the default page but not the edit one as is a subnav
    If you want to change the default tab at the profile try https://codex.buddypress.org/getting-started/guides/change-members-profile-landing-tab/ but change profile for activity

    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 🙂

    #129727
     dsniche
    Participant

    I see. My problem is the profile information shows up twice in the same page.

    Is it possible then to just hide the profile tabs at the top in the area with the blue background? This way the profile info only shows up once and that’s in the lower (white) part of the profile page.

    I still want the profile picture, profile username, private message button in the same place, so just leave the rest of that area alone aside from removing the tabs.

    I added a screenshot to show what I mean.

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

    Hello, try adding this to style.css of child theme

    COPY CODE
    
    #profile .seven.columns {
        display: none;
    }
    #profile .five.columns {
        margin: 0 auto;
        float: none;
    }
    

    Let me know if it works 🙂

    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 🙂

    #129900
     dsniche
    Participant

    Hi Laura, that works to remove the profile detail tabs. But the profile photo, profile name, and messaging button are now aligned in the center. What can I add to align those other elements to the left? Thank you.

    #130147
     Laura
    Moderator

    Hello, can you share admin credential 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 🙂

    #130332
     dsniche
    Participant
    This reply has been set as private.
    #130333
     dsniche
    Participant

    Laura could you please set the previous reply I posted with the admin credentials as private or delete it? I forgot to tick the private reply box and I don’t see any option to edit after posting.

    #130453
     Laura
    Moderator

    Hello, try using this

    COPY CODE
    
    .profile .seven.columns {
        display: none !important;
    }
    
    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 🙂

    #130469
     love2playgames
    Participant

    Hi Laura,

    How can I keep those EMPTY profile tabs stay on the profile if no info?

    A mean if the members DO NOT input their profile information, example: age , city, single, etc, I realized all those tabs is invisible? This will make the section looks plain and ugly!!!

    I am wondering is there a code I can use even if the members DO NOT put their profile info? But at least those tab boxes still being shown BUT just empty fields.

    Please advise, thanks

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

    Hello, that is no available right now, but maybe a developer could do 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 🙂

    #130733
     dsniche
    Participant

    Thank you Laura, that worked like a charm. 🙂

    #130842
     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 🙂

    #131754
     dsniche
    Participant

    Hi Laura, sorry to bug you again. But I just noticed that the profile tabs appear again in the blue area when I navigate to Buddypress subnav tabs other than the main one.

    A screenshot is attached. I’ve made “Profile” my main Buddypress tab. If I go to “Messages” or “Settings” tab then the profile tabs appear again in the top blue profile area.

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

    Hello, please share access to admin credentials 🙂

    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 🙂

    #132342
     dsniche
    Participant
    This reply has been set as private.
    #132510
     Laura
    Moderator

    Hello, added solution to your quick css, the code is

    COPY CODE
    
    #profile .seven.columns {
        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 🙂

    #132597
     dsniche
    Participant

    Thanks Laura! I’m a little confused because that’s the same code that you gave me before, but for some reason it works now. 🙂

    #132883
     Laura
    Moderator

    Hello, the difference is that the first one was .profile and this one is #profile ( change from class to ID 🙂

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

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?