I have the same problem
WP 5.5.3 / PHP 7.4.11 /Plugin 2.2.8
Everything else seems to work – there is a section “add image” when i try to add a new user – but nothing when i edit an existing user.
Hi, I have the same issue. Avatar section to add personal profile is missing on Profile Edit Page with the latest version (Plugin 2.2.8).
Latest PhP, Both wp 5.5.3 and 5.6.
Has anyone got the issue (“avator file to add” section in the user profile NOT appearing with the plugin 2.2.8 ver) resolved?
Hi all,
I had the same problem so I took a look around. In lines 28 to 31 of “plugins/wp-user-avatar/includes/class-wp-user-avatar” I notice that the author has commented out lines 29 and 31 which look to be responsible for putting the avatar edit box onto the page.
// Profile functions and scripts
//add_action('show_user_profile', array('wp_user_avatar', 'wpua_action_show_user_profile'));
add_action('personal_options_update', array($this, 'wpua_action_process_option_update'));
//add_action('edit_user_profile', array('wp_user_avatar', 'wpua_action_show_user_profile'));
I’m not sure the reasoning for this, but you can uncomment these lines and it appears again. I took a safe option and reverted back to version 2.2.7 of this plugin until there is an official fix.
Hope this helps.
The avatar now shows high up replacing the default WordPress profile picture which was a Gravtar image.
Still can’t find it?
Hi, no I am still not able to find the “Avatar Edit” in 2.2.9. in the usual place.
Why don’t you just add it as a usual place as in 2.2.7?
Thank you.
Please send me an email via https://profilepress.net/get-in-touch referencing this thread so I can get to the bottom of this.
Hi,
As you can see in the the video link below, there is no place to upload personal profile with the versions (2.2.8 and 2.2.9).
https://drive.google.com/file/d/1i-HoQMsi7oV-s3MTj4P0gMsNF6wcG_TU/view
When I switched it back to 2.2.7, Avatar/Personal uploader reappeared. So there must be some obvious issues with 2.2.8 and 2.2.9.
Thank you for your time.
I replied your email to me. Let’s continue the communication via email
Hi Collins,
Thanks for the instructions. I found I had disabled the gravatar option under the discussion settings in WP (probably when I originally installed your plugin). Once I enabled that again and updated everything worked as expected.
Thanks for your work and plugin.
Mark
I am facing the same problem… any resolution to this?
no avatar section in user profile
We will be releasing an update that fixes this issue in the coming days.