Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: avatar cropping: after upload, image and cropper don\'t appear, fails

I had the same problem, this is the final code that solved it for me.

WP 3.0.4
BP 1.2.7
Suffusion theme

`$aspect_ratio = (int) constant( ‘BP_AVATAR_FULL_WIDTH’ ) / (int) constant( ‘BP_AVATAR_FULL_HEIGHT’ ); ?> <script src="/wp-includes/js/jcrop/jquery.Jcrop.js”>) )
$aspect_ratio = (int) constant( ‘BP_AVATAR_FULL_WIDTH’ ) / (int) constant( ‘BP_AVATAR_FULL_HEIGHT’ ); `

Skip to toolbar