@itfever – That doesn’t come from our plugin unfortunately, so not much I can do to help. That said the title you see now is not a title at all, but rather the code used to render the image, so that is not normal at all.
In general though we render the avatar by using normal WP core functions: https://github.com/JunglePlugins/User-Menus/blob/master/includes/classes/menu/items.php#L147
You would need to filter get_avatar somehow to fix that, or figure out what plugin/theme is messing them up in the first place.
Hope that helps.
-
This reply was modified 5 years, 7 months ago by
Daniel Iser.