Hello, I am running version 2.0.25
I tried setting permalinks to postname and removing index.php but that didn’t work either. I am using {user_avatar_small} {display_name} and in my front page menu I am still seeing the follwing ICEMAN”HREF=“https://www.yatalt.com/user”>*avatar picture*ICEMAN
Thanks alot for the response! I tried replacing the following in class-shortcodes.php:
if ( $usermeta == ‘user_avatar_small’ ) {
$value = get_avatar( um_user(‘ID’),40);
with
if ( $usermeta == ‘user_avatar_small’ ) {
$value = get_avatar( um_user(’rounded-circle mb-2′),40);
and it fixes the issue however the uploaded profile picture doesn’t show, it just shows a default grey ‘mystery man’ icon/avatar. Am I putting it in the wrong location?