-
Author
-
November 14, 2014 at 16:42 #35434logo1969Participant
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.November 14, 2014 at 21:33 #35511LauraModeratorHello, please add this to your sweetdate-child functions.php
COPY CODEadd_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 solutionLaura 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 🙂
November 15, 2014 at 00:53 #35532logo1969ParticipantMany thanks, it works and I am very happy with it.
Nice that there are people like you.November 15, 2014 at 03:46 #35557LauraModeratorIt 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 solutionLaura 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 🙂
November 25, 2014 at 23:00 #36588logo1969ParticipantI had one question. I want to add a second line to the search profile with profile data. How do I do that?
November 25, 2014 at 23:35 #36603LauraModeratorHello, 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 solutionLaura 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 🙂
November 26, 2014 at 00:42 #36632logo1969ParticipantHallo Laura,
That’s not what I mean. bp_members_loop_meta I want to have a second line in the array?
November 26, 2014 at 00:48 #36636logo1969ParticipantWhat 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?November 28, 2014 at 17:43 #36959AbeKeymasterHi @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. -
AuthorPosts
The topic ‘Profile Search results’ is closed to new replies.