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

  • Author
  • #109630
     philipchang24
    Participant

    Hi. I have a few questions. I think many of the issues below might be resolved with CSS. I really appreciate your help. You guys have a great support team.

    1. Is there a way to make the user confirm registration through e-mail? It seems like buddypress plugin only works with the e-mail disable plugin)

    2. How can I change the word “Birthday” to “Age” in the profile tabs?

    3. If I am looking at someones profile, how can I hide everything below the picture? I just want to see the picture and the profile tabs to the right

    4. HomePage: How can I move the registration box to the left? Any CSS codes?

    5. HomePage: Is there way to move the background picture around using CSS? It’s really difficult to make it right using the admin console.

    Thank you!

    #110081
     Laura
    Moderator

    Hello, 🙂
    1) Its usually a server issue, that doesnt send emails or a plugin conflict issue, try to disable some plugins and try again or contact your hosting provider about the php mail not working 🙂

    2) At Users > Profile fields you can change each field, they are global so you cant change it only at the profile tabs

    3) For that you will need to add a php with custom css to hide that section when you are not in your profile or if you want it for your own profile too a css code will do it, let me know what you prefer 🙂

    4) Try adding this to style.css of child theme

    COPY CODE
    
    .five.columns {
        margin-left: -190px;
    }
    .five.mobile-four.columns {
        margin: 0px !important;
    }
    .five.mobile-one.columns {
        margin: 0px !important;
    }
    

    5) Hello, for the header background you can use this css code

    COPY CODE
    
    #header {
        background-color: #bfbfbf;
        background-position: right center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }
    

    At background-position: right center; you can use numbers for example background-position: 150px 150px;

    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 🙂

    #110090
     philipchang24
    Participant

    3) For that you will need to add a php with custom css to hide that section when you are not in your profile or if you want it for your own profile too a css code will do it, let me know what you prefer 🙂

    I only want the bottom half invisible only when I am looking at other profiles. I would want to see the bottom half to check message, and etc when I am in my own profile.

    Thank you for your help!

    #110627
     Laura
    Moderator

    Hello, i see, i could do some tests, can you share ftp? 🙂

    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 🙂

    #110877
     philipchang24
    Participant
    This reply has been set as private.
    #111439
     Laura
    Moderator

    Hello, did you try this https://archived.seventhqueen.com/forums/topic/hide-profile-header ?

    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 🙂

    #114192
     philipchang24
    Participant

    Thank you Laura! The code from thread you linked works (shown below).

    1. However, taking this one step further, can you think of CSS code that will hide the top section when you’re on Profile Tab > Edit & Profile Tab > Change Profile Pictures? (Basically the top profile section only shows when you’re on Profile > View

    2. Were you able to figure out how to hide the all the tabs below the picture when looking at other user profiles?

    body.activity section #profile{ display: none !import`ant; }
    body.notifications section #profile{ display: none !important; }
    body.messages section #profile{ display: none !important; }
    body.friends section #profile{ display: none !important; }
    body.groups section #profile{ display: none !important; }
    body.forums section #profile{ display: none !important; }
    body.album section #profile{ display: none !important; }
    body.media section #profile{ display: none !important; }
    body.settings section #profile{ display: none !important; }

    Thank you!

    #114669
     Laura
    Moderator

    Hello, for more custom requests please contact a developer as right now we can only offer quick changes 🙂

    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)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?