This topic has 25 replies, 3 voices, and was last updated 7 years by kjcarleo.

  • Author
  • #157430
     kjcarleo
    Participant

    Hello, is it possible to show something other than the @USERID in the profile header and is it possible to change the color of the buttons? Also Can I put the “Member Since” line right below the USERNAME area?

    See attachment for reference

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

    Hello, member since is not something added by default, did you add it by code? Or is it a profile field?
    And what do you want to show at the 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 🙂

    #157535
     kjcarleo
    Participant

    It is a Profile Field I added. I want the “Member Since” data to be right below the @00241 in the example I attached. Can I change the colors of the buttons? “Cancel Friendship”, “Public Message” etc…

    #157664
     Laura
    Moderator

    Hello could you share ftp and wp access so i can test it? I could move the fields up to show it as you want
    For the button colors just add this to style.css of child theme

    COPY CODE
    
    a.activity-button.mention {
        background: black !important;
    }
    a.send-message {
        background: red !important;
    }
    .friendship-button a {
        background: pink !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 🙂

    #157762
     kjcarleo
    Participant
    This reply has been set as private.
    #157881
     Laura
    Moderator

    Hello, done, just changed an action at the functions.php of child theme

    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 🙂

    #157900
     kjcarleo
    Participant

    Is it possible to make the font match the @00241 username (white and bold) – see attachment

    Also, how can I make it display “Kevin Carleo” instead of “@00241“?

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

    Hello, yes, just add this to style.css of child theme

    COPY CODE
    
    .mdetcenter {
        color: white !important;
        font-size: 14px !important;
        font-weight: bold !important;
    }
    

    And clear cache 🙂

    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 🙂

    #158078
     kjcarleo
    Participant

    Can I add it to Quick CSS?

    #158153
     kjcarleo
    Participant

    That worked great 🙂

    How about making it display “Kevin Carleo” instead of “@00241“? Is that possible?

    #158269
     Laura
    Moderator

    Hello, mentions display the username right now. I am happy that it worked 🙂
    Let me know if i can help you with anything else, always happy 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 🙂

    #158285
     kjcarleo
    Participant

    If you look below the picture in the profile area, it til says @00241, that is what I would like to Display the Members name instead of @XXXXX. See the attachment.

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

    Hello, yes sadly that cant be changed as mentions use the username of the user

    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 🙂

    #158310
     kjcarleo
    Participant

    Could it be removed? Or instead could I put “Member #:” instead of “@”

    #158371
     Laura
    Moderator

    Hello, i can hide it with css but cant replace it 🙂
    here the css

    COPY CODE
    
    h4.user-nicename.hover-tip.click-tip {
        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 🙂

    #158373
     kjcarleo
    Participant

    That looks Ok but how can I add a little bit of a space between the profile pic and the text I have/:

    https://embassymarine.org/members/00241/

    #158428
     Laura
    Moderator

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

    COPY CODE
    
    #item-header-avatar {
        margin-bottom: 50px !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 🙂

    #158618
     kjcarleo
    Participant

    Hey is there a limit to the amount of extra lines I can add to below the Profile Picture using the “functions.php” file?

    #158719
     Laura
    Moderator

    Hello, what do you mean by extra lines?

    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 🙂

    #158721
     kjcarleo
    Participant

    I guess additional lines is a better term. Right now I have:

    <?php
    /**
    * @package WordPress
    * @subpackage Kleo
    * @author SeventhQueen <themesupport@seventhqueen.com>
    * @since Kleo 1.0
    */

    /**
    * Kleo Child Theme Functions
    * Add custom code below
    */
    function sq7_extra_fields_members_profile() {

    $Position = bp_get_member_profile_data(‘field=Position’);

    if ($Position) {
    echo ‘

    ‘. ” . $Position . ‘

    ‘;

    $MemberSince = bp_get_member_profile_data(‘field=MemberSince’);

    if ($MemberSince) {
    echo ‘

    ‘. ‘Member Since ‘ . $MemberSince . ‘

    ‘;

    $Role = bp_get_member_profile_data(‘field=MemberType’);

    if ($Role) {
    echo ‘

    ‘. ” . $Role . ‘

    ‘;
    }
    }
    }
    }

    add_action(‘bp_before_member_header_meta’, ‘sq7_extra_fields_members_profile’);

    function howdy_message($translated_text, $text, $domain) {
    $new_message = str_replace(‘Howdy’, ‘Welcome Aboard’, $text);
    return $new_message;
    }
    add_filter(‘gettext’, ‘howdy_message’, 10, 3);

    // Function to change email address

    function wpb_sender_email( $original_email_address ) {
    return ‘site.admin@embassymarine.org’;
    }

    // Function to change sender name
    function wpb_sender_name( $original_email_from ) {
    return ‘Site Admin | The Marine Embassy Guard Association’;
    }

    // Hooking up our functions to WordPress filters
    add_filter( ‘wp_mail_from’, ‘wpb_sender_email’ );
    add_filter( ‘wp_mail_from_name’, ‘wpb_sender_name’ );

    #158722
     kjcarleo
    Participant

    Position, MemberSince and MemberType is what I added.

    #158891
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! ?

    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 🙂

    #159242
     Radu
    Moderator

    You want to limit at certain nr of characters the value of the $Position = bp_get_member_profile_data(‘field=Position’); ?

    Cheers
    R

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

    No, I mean can I more lines of data under the others line I added – “Position”, “MemberSince” and “MemberType” have already been added with the code I pasted above.

    #159466
     Radu
    Moderator

    Ok then
    There is not a certain limit, you can add your desired fields.
    Cheers
    R.

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

    Thanks

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

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?