• Resolved johnfederico2020

    (@johnfederico2020)


    I have added some cutom fields on registration form created using ultimate member plugin. Everything is working as expected but when I click on user profile, it doesn’t show any information about the user. only the profile picture is displayed. I want to display the first name, last name, email address and the custom fields that I created on the registration form. please help.

    thanks

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support andrewshu

    (@andrewshu)

    Hello @johnfederico2020

    You need to add these fields to your profile form – Ultimate Members -> Forms -> chose your profile form. The custom fields are placed in “Custom Fields” section.

    Thank you.

    Thread Starter johnfederico2020

    (@johnfederico2020)

    I have selected the fields under the user meta section of edit profile page. Still it is not showing the details other than name and profile picture. This is the page where I added the shortcode to display user profile.

    https://www.virtualmindcare.com/therapist-profile/

    Thread Starter johnfederico2020

    (@johnfederico2020)

    I made some changes and now it shows the custom fields data but still the labels are missing. How I can show the label of each custom field and style them as well using CSS?

    Plugin Support andrewshu

    (@andrewshu)

    Hello @johnfederico2020

    Labels are shows by default if you add them in field settings. You could add CSS for labels:

    // change {METAKEY} to your field metakey
    .um-field.um-field-{METAKEY} label{
    /* code here */
    }

    Regards.

    missveronica

    (@missveronicatv)

    @johnfederico2020

    You are using a Plugin for Caching of your UM pages:

    <!–Generated by Endurance Page Cache–>

    Read this guide about WP Plugin Caching and Web Hosting/CDN Caching for the UM Pages

    https://docs.ultimatemember.com/article/1595-caching-problems

    Plugin Support andrewshu

    (@andrewshu)

    Hi @johnfederico2020

    This thread has been inactive for a while so we’re going to go ahead and mark it Resolved.

    Please feel free to re-open this thread if any other questions come up and we’d be happy to help. ??

    Regards

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Profile Page not Showing custom fields’ is closed to new replies.