This topic has 9 replies, 3 voices, and was last updated 9 years by logo1969.

  • Author
  • #35434
     logo1969
    Participant

    Profile Search results
    I have a problem with the search profile. can someone help me?
    I get no data on the profile to see only the geboordte date. See picture.
    all solutions on the support site do not work. Does anyone have an idea how I can fix this?

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

    Hello, please add this to your sweetdate-child functions.php

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

    Change the field names as you want.
    Hope it helps 🙂

    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 🙂

    #35532
     logo1969
    Participant

    Many thanks, it works and I am very happy with it.
    Nice that there are people like you.

    #35557
     Laura
    Moderator

    It was a pleasure to help you 🙂

    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 🙂

    #36588
     logo1969
    Participant

    I had one question. I want to add a second line to the search profile with profile data. How do I do that?

    #36603
     Laura
    Moderator

    Hello, go to Sweetdate > Buddypress and you can choose what fields to show in search form 🙂

    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 🙂

    #36632
     logo1969
    Participant

    Hallo Laura,

    That’s not what I mean. bp_members_loop_meta I want to have a second line in the array?

    #36636
     logo1969
    Participant

    What I also want to change is
    in PMpro Membership Levels form change the rows. price and free row should get out. how can I change this?

    #36959
     Abe
    Keymaster

    Hi @logo1969

    You can add it also by editing the file responsible for the members loop located in members/members-loop.php

    related to PMPRO you should inspect your elements in Firefox FIrebug or Chrome Inspector and apply CSS styling to manipulate them to match your needs. Try hiring a developer to help you with customizations

    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.

    #36976
     logo1969
    Participant

    Aba, thank you for your tip I got it done. This was easier than I thought. I welcome your seport.

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

The topic ‘Profile Search results’ is closed to new replies.

Log in with your credentials

Forgot your details?