Tagged: x
-
AuthorPosts
-
May 13, 2016 at 12:03 pm #989955
Hi, I don’t know when this happened (maybe with a recent update??) but I can’t find anyone else talking about it either… but I just discovered my author profile pictures are missing. The theme is using the “Mystery Man” instead of the uploaded pics I had. But when I go into Users>> Edit>> the option to upload a picture is missing altogether (see screenshot) …so this is very weird!
Can you please help?
May 13, 2016 at 12:04 pm #989958This reply has been marked as private.May 13, 2016 at 3:10 pm #990254Hi Daphne,
WordPress profiles fetches profile pictures from your gravatar account. Can you confirm the other users have their gravatar account connected to the same email with which the user account is created?
Thanks
May 13, 2016 at 3:50 pm #990311I’ll ask them to confirm, but I uploaded their profile pics before and they were present. So I’m assuming you think WP updated recently and it changed this feature?
May 13, 2016 at 3:56 pm #990314Update: I found a plugin called WP User Avatar that lets you use your own uploaded photos. This fixed the problem. Thanks
May 13, 2016 at 4:01 pm #990318oops… need a bit more help please…
(see screenshot) The author box avatar has no right margin. I tried adding this:
.x-author-box .avatar { margin-right: 10; }
But it didn’t change anything. Can you offer a solution? Thanks 🙂
May 13, 2016 at 10:19 pm #990780Hello There,
The 3rd party plugin has it’s own custom css that overrides the avatar styling. Please update your code and use this instead:
.x-author-box .avatar { margin-left: 0; max-width: 90px; }
Hope this helps.
May 14, 2016 at 10:31 pm #991811yes! thank you!
May 15, 2016 at 2:12 am #991941You’re welcome!
We’re glad we were able to help you out. -
AuthorPosts