• Resolved SweDuck

    (@sweduck)


    Hey! I’m using the theme Elegant Grunge and want to use WP-Gravatar so that I can get a gravatar of the poster by the post but Elegant Grunge adds frames to all pictures. It do say that it’ll only add to pictures larger than 25 x 25 but it adds a huge frame (100×100 or so) even for the small gravatars.

    In the settigs of Elegant Grunge I can exclude classes who should not get a frame (like wp-smiley and such), is it possible to add this gravatar-plugin to that list somehow? Or might there be another workaround someone knows of?

    Edit: I don’t wanna turn of the frame-function ’cause it looks really good. I just want it disabled for the Gravatars.

    http://wordpress.org/extend/plugins/wp-gravatar/

Viewing 1 replies (of 1 total)
  • Thread Starter SweDuck

    (@sweduck)

    Think I solved it by adding the line
    <?php echo get_avatar( get_the_author_email(), '40' ); ?>
    to the index.php

    Now all I have to figure out is how to Tango Smileys Extended work too, without every smiley getting a huge frame. xD

Viewing 1 replies (of 1 total)
  • The topic ‘WP-Gravatar with Elegant Grunge’ is closed to new replies.