This topic has 8 replies, 4 voices, and was last updated 9 years by Abe.

  • Author
  • #16834
     Boblebad
    Participant

    Hi

    I’m trying to figure out which file generates the line of text below “author” name on members search page: Age, Gender a.s.o.

    I need to change the fields to fit my need ?

    All the best
    Carsten

    #16891
     metalmick
    Participant

    I’ve been wondering the same thing. Also the colour of this text is very light and being on a white background is very hard to read (See image). Is there anyway of changing the colour too?

    Attachments:
    You must be logged in to view attached files.
    #17111
     Boblebad
    Participant

    Where just going through some links i had saved, and found this 🙂

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

    This will do the trick for us 🙂

    #17327
     Abe
    Keymaster

    Yes @Boblebad the is the right topic to follow to change those fields.


    @metalmick
    change the text color by adding this CSS:

    COPY CODE
    
    .search-item .date, .search-item .date a {color: #333;}
    
    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.

    #17343
     Boblebad
    Participant

    Just need to get clear on something here:

    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'
        );
          
    }

    The first line tells the theme in which group to find the fields ?

    And the second line tells which fields to get from the group ?

    And where does the names come from, is it the field names when generating them in the admin board ?
    EDIT: Why is that the editor put in the code tags into the code ?

    #17347
     Boblebad
    Participant

    Hmm, trying to figure out how to break the output of the array into separate lines like a column ?

    #17403
     metalmick
    Participant

    Many thanks! 🙂

    #64735
     damiengarber
    Participant

    How about changing the size of the image and removing the box in this section?

    #65052
     Abe
    Keymaster

    That is all about CSS if you need customizations. Try to contact a web designer to help with any customizations you need

    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?