Hope that make sense… If I enable option – Use user avatar when uploaded from profile page.
It works correctly.
It’s a PRO version of plugin!!!
I have checked with the latest version 1.2.8 and see that the plugin work fine with this feature, you can let me know detail about it.
Please send me some the screenshot for further checking.
Please let me know your email.
Okay, I’ve got your email. We will check it now.
Great Dominic! Let me know if there is something more I can do to help sort this out!
U..
We have released the latest version, you can check and update the plugin now.
Thanks, Dominic!
Just checked out and everything seems to work fine except the Gravatar avatar image is still showing my one, not the actual user avatar… The rest is spot-on!
ย
Also
I couldn’t update the plugin via wp website… Was getting error –ย Download failed. A valid URL was not provided.
Went to download via codecanyon and go the manual update route…
Also, I am not sure if the cover image is changing as I am not allowing uploads and instead using the same bg color for all profiles… So I can’t provide feedback on this if that is working properly… If you will be going over it you can double-check yourself! ๐
About the cover image, we have checked and see that it works fine.
We have updated the Avatar issue. We will release it as soon as possible. If you want to fix this issue, you can go to the user-profile.php file and find the following code (about line 34 + 35):
<?php $user_ids = get_post_field( 'post_author', get_the_ID() ) ? get_post_field( 'post_author', get_the_ID() ) : 0 ?>
<?php echo get_avatar($user_ids);?>
Replace with the following code:
<?php printf( __( '<span>%1$s</span>', 'dwqa' ), get_avatar( $user_id) ) ?>
Hi Dominic!
Works fantastic! ๐ Thanks
Please login or Register to submit your answer