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

  • Author
  • #66043
     josebaberri
    Participant

    Hi,

    The member listing page, don´t show the “about us” field of the user.

    ¿What is the reason? I setup all profile fields correctly and y read other posts.

    https://archived.seventhqueen.com/forums/topic/member-directory-page-about-me-text-does-not-display

    #66175
     josebaberri
    Participant

    It is very important to me to solve this.
    Please tell me how to fix it or open a ticket to the upper department.

    #66413
     Laura
    Moderator

    Hello, you need to add that function to child theme functions.php

    COPY CODE
    
    //members page fields 
    add_action('after_setup_theme','kleo_my_member_data');
    function kleo_my_member_data() 
    {
        global $kleo_config;
        //this is the details field, right now it take the "About me" field content 
        $kleo_config['bp_members_details_field'] = 'About me';
        //this display the fields under the name, eq: 36 / Woman / Divorced / Berlin. Modify with the names of the fields you want to appear there
        $kleo_config['bp_members_loop_meta'] = array(
            'I am a',
            'Marital status',
            'City'
        );
          
    }
    

    But instead of About me, use About us

    Change the text field to show ( large ) here

    COPY CODE
    
     $kleo_config['bp_members_details_field'] = 'About me';
    

    Change About me for your Field Name ( the one you want to show )

    And Change

    COPY CODE
    
        $kleo_config['bp_members_loop_meta'] = array(
            'I am a',
            'Marital status',
            'City'
    

    I am a, Marital status, City with other fields that you want to show ( those will appear next to the age )

    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 🙂

    #66453
     josebaberri
    Participant

    The code works , showing fields .

    But the description field to be longer , not fits well .

    How can this be fixed ?

    Show screenshot

    Attachments:
    You must be logged in to view attached files.
    #66456
     josebaberri
    Participant
    This reply has been set as private.
    #66576
     Laura
    Moderator

    Hello, do not use the long text field in the top fields, use it in “About me” Check out the code, change “About me” for your long text field, the others are short

    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 🙂

    #66617
     josebaberri
    Participant

    It works now.

    Thanks

    #90121
     JOHearn1216
    Participant
    This reply has been set as private.
    #90394
     Laura
    Moderator

    Hello @JOHearn1216, can you open a new topic about that issue?

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

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?