-
Author
-
May 4, 2014 at 22:34 #16834BoblebadParticipant
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
CarstenMay 5, 2014 at 13:54 #16891metalmickParticipantI’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.May 7, 2014 at 20:45 #17111BoblebadParticipantWhere 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 🙂
May 9, 2014 at 20:09 #17327AbeKeymasterYes @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.May 9, 2014 at 21:38 #17343BoblebadParticipantJust 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 ?May 9, 2014 at 23:18 #17347BoblebadParticipantHmm, trying to figure out how to break the output of the array into separate lines like a column ?
June 24, 2015 at 19:43 #64735damiengarberParticipantHow about changing the size of the image and removing the box in this section?
June 26, 2015 at 16:56 #65052AbeKeymasterThat 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. -
AuthorPosts
You must be logged in to reply to this topic.