This topic has 7 replies, 2 voices, and was last updated 11 years by SQadmin.

  • Author
  • #1958
     joeldecker
    Participant

    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?

    #1970
     SQadmin
    Keymaster

    Hi,
    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-display

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #2013
     joeldecker
    Participant

    I 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’
    );

    }
    —————————————

    #2028
     SQadmin
    Keymaster

    Paste 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 solution
    #2060
     joeldecker
    Participant

    Might I be missing an update? I’ve followed all the code exactly, still can’t get this one to run right.

    #2067
     SQadmin
    Keymaster

    Hi,
    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
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #2091
     joeldecker
    Participant

    Sweet, I just need to update, still have 1.4.1.
    Where do I do that?
    Thanks!

    #2101
     SQadmin
    Keymaster

    Update 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
Viewing 8 posts - 1 through 8 (of 8 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?