Forums

Carrington-text display of avatars (4 posts)

  1. josswinn
    Member
    Posted 5 months ago #

    Using WPMU 2.7.1 with BuddyPress 1.0:

    This theme displays avatars in different sizes. The avatars/gravatars of users registered on the WPMU system are displayed larger than readers who are commenting. The larger avatars obscure the view of comments: i.e.

    see comments on this post

    http://bit.ly/ft86S

    Typically, if I comment on my own blog but am not logged in, the avatar is displayed at the smaller, correct size. If I am already logged into the blog when commenting, the avatar is displayed at the larger, incorrect size.

  2. alexkingorg
    Member
    Posted 5 months ago #

    The get_avatar call that ships with this theme specifies a 25 pixel avatar size. Perhaps you have customizations that are causing this?

  3. josswinn
    Member
    Posted 5 months ago #

    I've not made any customisations to BuddyPress or WPMU. It's odd that it's only doing this for users already logged into the site. It seems to ignore the 25px setting the theme makes and use the default size used elsewhere on the site (80px?)

  4. josswinn
    Member
    Posted 5 months ago #

    I added

    width: 25px;
    height: 25px;

    to the #content ol.comments .avatar section and now it looks good.

    i.e. http://joss.blogs.lincoln.ac.uk/2009/06/16/facebooks-transparent-use-of-openid/

Reply

You must log in to post.

About this Topic