-
Author
-
August 28, 2013 at 22:02 #1958joeldeckerParticipant
odd, for some reason, the short paragraph on the ‘members’ page, which I assume is drawn from the profile fields upon sign-up, are not showing up. Just a space for them, but no text. I imported the SweetDate > Buddypress profile fields, and filed out all the text boxes in the profile sign-up as an admin, but still the text doesn’t show. Can you help me with that?
August 29, 2013 at 10:22 #1970SQadminKeymasterHi,
Please take a look at this topic to customize the fields that appear under each profile name:
https://archived.seventhqueen.com/forums/topic/member-directory-page-about-me-text-does-not-displayHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 30, 2013 at 11:11 #2013joeldeckerParticipantI added the following code into the functions.php file,
but the ‘About me’ paragraph is still not showing. Do I need to tweak the code or just paste it right in over the old code?
—————————————add_action(‘after_setup_theme’,’kleo_remove_actions’);
function kleo_remove_actions()
{
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’
);}
—————————————August 30, 2013 at 22:09 #2028SQadminKeymasterPaste it over the old code but if you modified your field name for where users enter their description you need to update the code to match your change(change “About me” to whatever your field name is).
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 31, 2013 at 10:27 #2060joeldeckerParticipantMight I be missing an update? I’ve followed all the code exactly, still can’t get this one to run right.
August 31, 2013 at 11:12 #2067SQadminKeymasterHi,
Latest update is 1.5.1
Make sure to have the latest one. If it still doesn’t work please send us an email with temporary access to FTP and site
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 31, 2013 at 21:05 #2091joeldeckerParticipantSweet, I just need to update, still have 1.4.1.
Where do I do that?
Thanks!August 31, 2013 at 22:26 #2101SQadminKeymasterUpdate trough WordPress admin by adding you Themeforest username and API key to WP Admin -> Sweetdate -> Miscellaneous and the update will appear in wp-admin/update-core.php
or
re-download the theme form themeforest and replace the old one on the server.Either way you should back-up your files
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.