You must be logged in to post
Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

Gravatar Issue

UserPost

10:52 am
April 25, 2010


ahdr

Member

posts 3

1

Hi,

I have been using Flexibility2 on my main blog for months now and am very pleased with the functionality. However, my only complaint is that it is not easy to manage the styling and customisation of the commenting system used on the blog due to the comment template used (which is out-dated)—A bit too simple for a WP 2.9+ theme.

I am having an issue with regards to changing the size of the gravatar and also removing the black border around them. I looked in all the template files I couldn't even find (1) reference to 'gravatar' or even avatar styling.

I tried to edit the '<?php echo get_avatar' section and changed the avatar size but it did not take effect it still remains 32 x 32.

 

Also another problem I having is trying to remove the grey background which appears on a comment left by the admin.

 

Any help would be appreciated.

 

Adam

8:17 pm
May 2, 2010


Ryan

Admin

posts 1523

2

The theme just uses the default wp_list_comments function that is built into WP.  It's located in the comments.php theme file. It has an avatar_size parameter you can set to control the size of the default avatar.  Check out this in the Codex: http://codex.wordpress.org/Template_Tags/wp_list_comments