Viewing 4 replies - 1 through 4 (of 4 total)
  • I have the same problem after installing the Ultimate Member update today.

    The display was fine to this day. After the update, several fields are missing in the profile, they are simply no longer displayed.

    Thread Starter sakethcr

    (@sakethcr)

    I tried to rollback to older version, but that also did not work and I am stuck basically

    I don’t know why, but after updating to the current version, the settings were changed for some fields.

    The solution was to check the settings again for all fields, the important things are:

    * Privacy = Everyone
    * Visible = Viev everywere

    After that, my missing fields were displayed again. There is a small bug with the setting for the field icons, but this is not dramatic for the time being.

    Now everything will be displayed again ??

    Thread Starter sakethcr

    (@sakethcr)

    Actually none of it worked. I have tried everything and then went troubleshooting. I found out that the following piece of code in um-actions-profile.php is making none of the fields show in the profile page unless there is a URL query parameter um_action (Doesn’t matter what the value is):

    if ( ! UM()->options()->get( 'profile_tab_main' ) && ! isset( $_REQUEST['um_action'] ) ) {
    		return;
    	}

    I am not sure how it is working for others though ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Profile page is empty’ is closed to new replies.