412 pointsWPMU DEV ExpertI'm helpful
Christopher Price
Member
—
25th March 2011 07:55
When I drop the panel in the home page of the Studio theme, my avatar is fuzzy. Oddly, the Avatar below in the activity is larger and clearer. The screen shot softens the effect. See for yourself at http://sweetaddress.com/ Ideas?
When I drop the panel in the home page of the Studio theme, my avatar is fuzzy. Oddly, the Avatar below in the activity is larger and clearer. The screen shot softens the effect. See for yourself at http://sweetaddress.com/ Ideas?
You can change the avatar size that is output there using some code changes and child themes. First up create a file called buddypress-panel.php under your child theme and put it in these directories (you will have to create them):
library/components/buddypress/
Then copy the contents of library/components/buddypress/buddypress-panel.php from your parent theme into that child file of same name.
Responses (4)
Theme Designer — 25th March 2011 09:21 #
You can change the avatar size that is output there using some code changes and child themes. First up create a file called buddypress-panel.php under your child theme and put it in these directories (you will have to create them):
library/components/buddypress/
Then copy the contents of library/components/buddypress/buddypress-panel.php from your parent theme into that child file of same name.
Then on this line:
<?php bp_loggedin_user_avatar( 'type=thumb&width=100&height=100' ) ?>Change to whatever isn't fuzzy.
Member — 19th July 2011 22:54 #
Had the same issue. FYI, 50 x 50 worked for me. Thanks for your help Tammie.
Theme Designer — 20th July 2011 20:23 #
Cool glad it's resolved.
Member — 6th October 2011 16:18 #
Tammy,
Thanks for this, it is very helpful. I apologize for the late thank you. I forgot until now that I asked the question. :-/
Become a member