Re: cropping doesn’t work well…
It’s only a few days ago since I started to debug changing avatars…
btw, I found this code within bp-xprofile-cssjs.php
//wp_enqueue_script(‘jquery’);
//wp_enqueue_script(‘prototype’);
wp_enqueue_script(‘scriptaculous-root’);
wp_enqueue_script(‘cropper’);
add_action( ‘wp_head’, ‘bp_core_add_cropper_js’ );
You say it’s jquery function, but above code comments out jquery and prototype as default. Perhaps this is the reason why?