The gravatar tag has no wiki summary.
0
votes
3answers
93 views
Gravatar - Default IMG
Gravatar is slowing my website and I want to host mystery man on my main server.
So this is my normal gravatar mystery man
<img class="avatar avatar-68 avatar-default" width="68" height="68" ...
0
votes
1answer
36 views
Adding Gravatar to rss feed
So I have a mailchimp email that goes out and shows the latest posts that have been made on the site. The users on the site all have gravatars and I want to include that in the rss feed so that I can ...
0
votes
1answer
172 views
Snippet for own (gr)avatars
Following snippet used(and works great) but generates a redirect chain :(.
If (function_excists('basicgravatar')
function basicgravatar ($avatar_defaults) {
$myavatar = ...
1
vote
0answers
438 views
Why are BuddyPress user avatars not displaying properly?
I have a BuddyPress 1.6.x installation on WordPress 3.4.2.
User avatars are not displaying in the following situations.
On pages like:
www.domain.com/members/USERNAME/profile/edit/group/1/
Here is ...