Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Wordpress Gravatar Question

  1. #1
    Rick Olsen Guest

    Default Wordpress Gravatar Question

    Does anyone know how to add my own image to the Gravatar box when I'm responding to a comment as admin? I'd like to use the image in my signature, but I can't figure out how to do it.

    Thanks.

  2. #2
    Rick Olsen Guest

    Default

    I got it! I just went to gravatar.com and opened an account. Duh.

  3. #3
    Join Date
    Jul 2009
    Location
    inside my own head
    Posts
    2,011

    Default

    Yup, you got it. It's so easy most people think there's some additional trick to it, but it's just easy peasy. I've had at least 5 emails from clients and commenters in the past few weeks asking the same question, so no worries.

  4. #4
    Join Date
    Jul 2009
    Location
    Saratoga, CA
    Posts
    546

    Default

    Yea! I have a do follow on my comments at ClayFranklin.com so you could comment there and get a back link to your site.
    Learning to ride off road motorcycles and available for Motorcycling related marketing services
    Internet Marketing Blog
    Laptop Site

  5. #5

    Default

    Yeah, I just can't get it to work with one of my themes that I use - drives me crazy! Oh, but, I know it does work with that theme - as it does on the guy's site who wrote the theme. One day I'll get it figured out!

    Funny thing is, in the dashboard - the gravatars show! ugh!

  6. #6
    Join Date
    Jul 2009
    Location
    Saratoga, CA
    Posts
    546

    Default

    LisaMarie,

    Did you find the Gratatar plug in options and click the use Gravitar image?
    It also only works with the email that the person signed up with at Gravitar.
    Learning to ride off road motorcycles and available for Motorcycling related marketing services
    Internet Marketing Blog
    Laptop Site

  7. #7

    Default

    Are you talking about in my dashboard?

  8. #8
    Join Date
    Jul 2009
    Location
    Missouri, USA
    Posts
    954

    Default

    LMM, getting the gravatar to show, depends on the email address being used.
    Traci Knoppe
    Chronic Beauty Life

  9. #9
    Rick Olsen Guest

    Default

    Does anyone know how to make the Gravatar images shown on my site smaller? I'd like them to be about half the size they are now. Thanks.

  10. #10
    Join Date
    Jul 2009
    Location
    Missouri, USA
    Posts
    954

    Default

    Hi Rick you can adjust the size of gravatar display via CSS. If you do not currently have code in your stylesheet specific indicating a size for gravatars, then create one.

    In looking at your code, it looks like gravatars are being pulled in using this class

    .avatar avatar-60 photo
    They are currently set to a size of 60px X 60px. If you do not have a class by that name, add one like this:

    .avatar avatar-60 photo { width: 30px; height: 30px; }
    Let me know if that works for you.
    Traci Knoppe
    Chronic Beauty Life

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •