@loralai Could you please provide more information about your installation like:
– WP/BP versions?
– Where are you hosted?
– If you change to the WP Default Theme and deactivate all plugins except BuddyPress, can you crop the image then?
@mercime I am using WordPress 4.2.2 and Buddypress Version 2.2.3.1
We have only one other plugin installed which is the Enhanced Text widget
We host the site ourselves off a VPS
and working with the Twenty Thirteen template the crop image works fine. I am not sure were the conflict is, today was the first time we started using any js with the template we have been developing aside from one or two that point to our Centova Cast installation for stream details.
website link is http://pawzgroup.com/loralai
@loralai I looked at the source code and jQuery files are missing. Aside from which, there are two versions of the CSS from BuddyPress, the regular one and the minified one, and the same goes for the JS from BuddyPress, one minified and the other is not.
Open up your theme’s header.php
file and make sure that <?php wp_head(); ?>
is placed immediately before the closing </head>
in your theme. Remove the hard-coded BuddyPress stylesheets and JavaScript files (if you did hard code those in your theme).
@mercime Perfect! That fixed the issue. Thank you very much.
@loralai great! Marking this as resolved.