• Resolved dkance

    (@dkance)


    Hi,

    I am having trouble editing Member Profile Photo and Bio.

    In My Account there is a message saying I have no info (I do not have a Pic either) but it does not let me edit, update them.

    How should a Member edit her user data/pic?

    I can edit some of the info as an Admin but cannot find the way to manage it as a regular User (member).

    Thanks,

    Regards,

    Diego

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @dkance

    Did you try checking the option “Can edit their profile?” in the User Role settings? Please go to WP Admin > Ultimate Member > User Roles > Edit the role that has the issue > see “General Permissions” > check the option “Can edit their profile?”.

    Regards,

    Thread Starter dkance

    (@dkance)

    Hi @champsupertramp,

    Thank you for the orientation.

    The the option “Can edit their profile?” is checked.

    The issue is that the Default Profile has no fields so when trying to edit it the following message is displayed:

    Your profile is looking a little empty. Why not add some information!

    Is there a way to avoid this message if this User Role only has user and password as data?

    Thanks,

    Diego

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @dkance

    You can only hide that text with CSS:

    .um-profile-note{ display:none; }

    Regards,

    Thread Starter dkance

    (@dkance)

    Hi @champsupertramp,

    Thank you for the code.

    I added it to Additional CSS but in this case the solution did not work.

    Added !important; but did not work either, added .um at the begining also.

    Message + sad face still showing.

    Any other option?

    Regards,

    Diego

    • This reply was modified 3 years ago by dkance.
    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @dkance

    Try the javascript code instead:

    jQuery(document).on("ready", function() {
       setTimeout(function() {
          jQuery(".um-profile-note").hide();
       }, 100);
    });

    Regards,

    Thread Starter dkance

    (@dkance)

    Hi @champsupertramp,

    Thank you for the code!

    It worked as planned.

    I added it via the Simple Custom CSS and JS plugin.

    Regards.

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Thanks for letting us know.

    Regards,

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Cannot Edit Member Photo and Bio’ is closed to new replies.