Search Results for 'crop'
-
AuthorSearch Results
-
January 19, 2014 at 4:53 am #177184
BuddyBoss
ParticipantThanks! I’ve been playing with buddymobile again today after you posted about the crop mode fix. It’s a sweet plugin.
January 19, 2014 at 4:09 am #177175modemlooper
Moderatorlook in the buddymobile plugin files, I edited the crop code to work on mobile
January 19, 2014 at 12:16 am #177167Henry Wright
Moderator@buddyboss any idea how to make the crop preview image fluid?
January 19, 2014 at 12:11 am #177166BuddyBoss
ParticipantWith BuddyBoss you can upload photos to your BP profile on a phone. Avatar uploads work too, but the native avatar cropper in BP could still use some work on mobile as it’s too big for some screens.
October 23, 2013 at 1:40 pm #173281In reply to: Updating avatar from another page.
Henry
Member@martinbeaulne the avatar upload process uses certain scripts (jcrop etc) so you will need to check they aren’t being enqueued only on the /change-avatar/ page
October 8, 2013 at 7:18 pm #172492In reply to: Avatar Crop not working: selector is not a square
Hugo Ashmore
ParticipantAs this thread says it’s likely a theme issue for the OP; as for your circumstances we don’t have detail, if you use the same theme then check with authors as suggested above.
October 8, 2013 at 6:34 pm #172491In reply to: Avatar Crop not working: selector is not a square
hunterstudio
ParticipantI am having the same issue… any solutions yet?
October 4, 2013 at 5:31 pm #172317elaine ossipov
ParticipantThis is more than likely due to the function which is (for instance) clipping your images needs an older version of jquery.
When you placed the bootstrap (v3?) and included the jquery in the statement then it over-rides that which is included in the image crop function.
try including versions jquery, and you might want to also include googles jquery and then test.
ie.
include path/jquery.1.1.min etc
Please let me know if this was the issue.Specifically add this one first, and then lets see if your problem quits:
(‘jquery’, ‘http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js’);
October 2, 2013 at 3:25 pm #172205In reply to: [Resolved] jQuery conflict
martinbeaulne
ParticipantI am always amazed when people find that kind of obscure solutions…
I would have searched for that answer all my life, I wouldnt’ve found it.
I read the Famous’ last post, tried it, said to myself: « That will never work, too easy.. », and Boom ! Worked.
Just changed the “$”, in the script, for “jQuery”, took out the call for the jquery .js file, and now the avatar cropping works like charm.
Thanks-a-lot.
October 2, 2013 at 11:19 am #172188In reply to: Upload Avatar on register page.
Henry
MemberThis could be something in your theme conflicting with the jCrop script.
October 1, 2013 at 10:52 pm #172147In reply to: Avatar not cropping properly
Henry
MemberTry deactivating all of your plugins
I can see you’re running lots! I reckon there is some sort of conflict happening which is causing problems with jCrop (the cropping function BP uses to crop avatars).
Also try reverting to the default theme.
The best way to tackle this problem is to narrow it down. Gona be tedious but this will likely identify the offending culprit.
October 1, 2013 at 10:26 pm #172145In reply to: Avatar not cropping properly
kvschwartz
ParticipantI’m Magazine Basic and havent included jquery more than once. I don’t think – where would I check that for sure?
October 1, 2013 at 9:55 pm #172142In reply to: Avatar not cropping properly
Henry
MemberWhich theme are you using? Also, do you know if you’re including jQuery more than once?
October 1, 2013 at 7:37 pm #172140In reply to: Avatar not cropping properly
kvschwartz
ParticipantOK I got the preview to matchup but now I cannot relocate the selector. (I can resize it though)
Please help. Thank you
October 1, 2013 at 6:06 pm #172134In reply to: Avatar not cropping properly
kvschwartz
Participanthttp://www.creativene.com is my site, if that helps. still very bare and content-less with many kinks – don’t judge!
October 1, 2013 at 5:52 pm #172132In reply to: Avatar not cropping properly
kvschwartz
ParticipantNo I haven’t
October 1, 2013 at 5:41 pm #172128In reply to: Avatar not cropping properly
Henry
MemberHave you modified the change-avatar template in any way?
October 1, 2013 at 8:36 am #172089In reply to: Upload Avatar on register page.
ananwebman
ParticipantHi chouf1
Thank for your comment, I found this fucntion at the end of the code:public function add_jquery_cropper() { wp_enqueue_style( 'jcrop' ); wp_enqueue_script( 'jcrop', array( 'jquery' ) ); add_action( 'wp_head', 'bp_core_add_cropper_inline_js' ); add_action( 'wp_head', 'bp_core_add_cropper_inline_css' ); }If I use default buddypress theme, user can upload avatar but If I use my comtom them, user can’t upload avatar. It seem missing some code.
September 27, 2013 at 10:36 am #171889Davidollerton
ParticipantAlso – the images ARE being uploaded to the server and are sitting in subfolders in the avatar folders – something is just going wrong with the cropping aspect
September 27, 2013 at 9:58 am #171888Davidollerton
ParticipantHi @mercime thanks for feedback – I have tried deactivating all plugins and switched to twenty thirteen, still the same issue, “There was a problem cropping your avatar”
The site is hosted on zippykid – I will check with them. Uploading regular media to a post or page is also no issue, thumbnails work fine, this is the only time I’ve had any media related issues.
I’ve also installed “WP User Avatar” and weirdly that works no problem, but I don’t want users to have to go to the wordpress control panel to change their avatar.
September 27, 2013 at 1:59 am #171882In reply to: Avatar Crop not working: selector is not a square
@mercime
Participant@alanniemies I would report this issue with the premium theme developer or check the premium theme’s forums. Surely you’re not the only one who has experienced this issue with BuddyPress activated.
September 27, 2013 at 1:47 am #171880@mercime
Participant@davidollerton Where are you hosted? Does your hosting have GD library installed and/or imagemagick? Can you upload media in a regular WP Post or Page and choose the small/media thumbnail?
What plugins do you have installed? Have you checked whether deactivating all plugins except BuddyPress and changing to Twenty Twelve or Bp Default theme resolve the issue?
September 26, 2013 at 8:59 pm #171868In reply to: Avatar Crop not working: selector is not a square
Alan Niemies
ParticipantHi @hnla and thank you for your reply.
Yes, as I was thinking, the problem is with OneCommunity theme (it crops as a square on Twenty Thirteen theme).. Do you have any idea of how a theme can modify this information and where should I look for? I already tried a lot of different templates and files.
Thanks again for your time!
September 26, 2013 at 4:27 pm #171857Davidollerton
ParticipantHave upadated to latest buddypress, same issue, “There was a problem cropping your avatar”. Cant seem to edit my posts here, sorry for the multiple posts. Thanks
September 26, 2013 at 4:02 pm #171855Davidollerton
ParticipantUpdate: It isn’t a theme or plugin issue, as I switched to Twenty Thirteen and found the same problem. After that I switched off plugins 1 by 1 and still nothing.
Im running WordPress 3.6.1 Buddypress 1.7 and am hosted by zippykid
Thanks
-
AuthorSearch Results