Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: cropping doesn’t work well…


takuya
Participant

@takuya

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?

Skip to toolbar