Uldis Melderis
asked 3 years ago

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!!!

5 Answers
DominicStaff
answered 3 years ago

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.

DominicStaff
answered 3 years ago

Please let me know your email.

DominicStaff
answered 3 years ago

Okay, I’ve got your email. We will check it now.

Uldis
answered 3 years ago

Great Dominic! Let me know if there is something more I can do to help sort this out!
U..

Dominic Staff
replied 3 years ago

We have released the latest version, you can check and update the plugin now.

Uldis
answered 3 years ago

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…

Uldis
replied 3 years ago

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! ๐Ÿ˜‰

Dominic Staff
replied 3 years ago

About the cover image, we have checked and see that it works fine.

DominicStaff
answered 3 years ago

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) ) ?>
Uldis
answered 3 years ago

Hi Dominic!
Works fantastic! ๐Ÿ˜‰ Thanks

Powered by DW Question & Answer Pro