Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #989955

    Daphne D
    Participant

    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?

    #989958

    Daphne D
    Participant
    This reply has been marked as private.
    #990254

    Rahul
    Moderator

    Hi 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

    #990311

    Daphne D
    Participant

    I’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?

    #990314

    Daphne D
    Participant

    Update: I found a plugin called WP User Avatar that lets you use your own uploaded photos. This fixed the problem. Thanks

    #990318

    Daphne D
    Participant

    oops… 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 🙂

    #990780

    Rue Nel
    Moderator

    Hello 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.

    #991811

    Daphne D
    Participant

    yes! thank you!

    #991941

    Rue Nel
    Moderator

    You’re welcome!
    We’re glad we were able to help you out.