This topic has 8 replies, 2 voices, and was last updated 10 years by Abe.

  • Author
  • #11217
     oscar34
    Participant

    Hi thnx again for this great looking theme
    I have 3 small questions:
    1- On the profile page just under the member’s name there is:
    “@username active 47 minutes ago”

    I want to change these text’s color. But I want to keep the profile page texts as white.
    When I put a new span class on css for that small text under the name, it doesnt have any effect because the profile page texts is defined as white, when I change that white to something else, all text color changes including that small text too.
    So pls help. And also:

    2- I want to edit the small SIGN UP form (that popup signup form that has title CREATE ACCOUNT)
    I want first name and surname boxes instead of just one full name box, so please tell me which file is that holds those form elements so I can edit.

    3- And most importantly: I want to change the avatar size, I edited the bp-custom.php but still didnt work. !!

    Thanx

    #11364
     Abe
    Keymaster

    Hi,
    1. THis is how it is on the page:

    COPY CODE
    
    <span class="user-nicename">@sweetadmin</span>
    <span class="activity">
    

    So in css address those classes. Eq: #profile span.user-nicename

    2. Already created a topic for that. Please add your questions once in one place

    3. The avatar size depending on the section of the site where is shown can be changed by css

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #11367
     oscar34
    Participant

    Thank you Abe
    Also regarding to #1 above:
    I want to put next to user-nicename above avatar, the gender information
    I will put an icon for the gender of that user. So how do I do that? What code brings the gender info according to that user?
    Thnx

    #11370
     Abe
    Keymaster

    I think I already responded to you in another topic about the code for gender 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #11374
     oscar34
    Participant

    Hi
    No you didnt answer me about this, but I seen you answered some else’s similar question but that question is different: It says change the color of the background if female user logged in or male user logged in. But my question for all users member to site. Whether site user logged in or not can be able to see the member’s gender in color above avatar thats all.
    Thanx:

    https://archived.seventhqueen.com/forums/topic/profile-theme
    Different styling based on member type

    #11399
     Abe
    Keymaster

    Even you are forgetting where you are putting questions 😉 https://archived.seventhqueen.com/forums/topic/add-age-next-to-member-name#reply-11233

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #11400
     oscar34
    Participant

    Thats about age, not the gender. But my question was about gender of user.
    thnx

    #11401
     oscar34
    Participant

    Is that the way?

    <?php
    if ( bp_get_profile_field_data( ‘field=Gender&user_id=’ . $bp->loggedin_user->id ) == ‘Man’); {
    echo ‘<i class=”icon-male”></i>’;
    }
    else {
    echo ‘<i class=”icon-female”></i>’;
    }
    ?>

    #11547
     Abe
    Keymaster

    yes that should do it

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?