@99cents and anybody looking for this problem here i found the solution :-
in public_html/wp-content/plugins/wp-user-avatar/src/Classes/UserAvatar.php – line 164
MODIFY TO THE FOLLOWING :-
return "<img data-del=\"avatar\"" . $alt_attr . " src='{$avatar_url}' class='avatar pp-user-avatar avatar-{$size} photo {$class}' height='{$size}' width='{$size}' alt='Kesar Singh' '$css_id/>";
DON’T FORGET TO CHANGE KESAR SINGH (MY NAME) TO YOUR OWN NAME OR SIMPLY WRITE ‘AUTHOR IMAGE’.
Kesar
-
This reply was modified 4 years, 5 months ago by Kesar Singh.
-
This reply was modified 4 years, 5 months ago by Kesar Singh.
-
This reply was modified 4 years, 5 months ago by Kesar Singh.