I’ve seen this twice happen and once it was due to a scripting clash and the other time was due to using older versions of files than the BuddyPress being used.
Can I just get a clarification of what BuddyPress version you are using and if the theme you are using (even if custom) has been updated for that? Also, if possible as a ‘sanity check’ could you test using the default BuddyPress theme? Just so we have a baseline.
The default buddypress theme has the same problem. I am using buddypress version 1.5.5. Also I know my theme has not been updated for buddypress (http://themezee.com/zeebizzcard/)..could that be the problem?
Anything else you need just lemme know, thanks for the help!
Do you know how to check your web browser’s console for any javascript errors or warnings? This is usually some other’s plugin’s javascript loading at the wrong time, breaking BuddyPress.
This fault can also be caused from plugins which have css code.
ie img{height: auto; max-width: 100%;}
This will cause issues to the cropping as well.
I have been tinkering with Responsive Templating, and that is a problem I battled for several hours with, until I found the reason causing the additional css, and then added my own css to my child template to solve the problem.
#avatar-upload-form img {max-width: none;}
VeeBee
@djpaul How do I check for that?
Using Firebug can do it..
It is an addon for Firefox. (and Chrome too)
VeeBee