Search Results for 'crop'
-
AuthorSearch Results
-
August 18, 2012 at 10:24 pm #139751
Metric
Member@modemlooper really I just tried the cropper and it’s working just fine for me
August 17, 2012 at 3:28 pm #139669modemlooper
ModeratoriOS 6 is only a few months away. It will allow image uploads. However, the cropper in BP does not work. This will get fixed. Be patient, there are a lot of people contributing to bringing awesome features but it takes time.
August 16, 2012 at 8:38 am #139592In reply to: Gif images
Paul Wong-Gibbs
KeymasterRight, this is a known side affect of the image crop.
August 15, 2012 at 10:28 pm #139558In reply to: Gif images
modemlooper
ModeratorThe original image is not used. The cropper creates 2 new images that are not gif.
August 15, 2012 at 8:52 pm #139548In reply to: Gif images
frank tredici
MemberHow or where are you cropping @David?
August 13, 2012 at 3:24 pm #139272k12onos
ParticipantIs there anyone experiencing the same or similar issue here?
August 9, 2012 at 4:56 pm #138970davidkooo
Participant…or maybe I am just dumb. I deleted wp_head from my header… *facepalm*
July 30, 2012 at 7:06 am #138170In reply to: User Image Crop Redirecting To The Homepage…
July 29, 2012 at 2:27 pm #138143In reply to: User Image Crop Redirecting To The Homepage…
leon89
Memberi figured out that the plugin ‘WordPress Firewall’ was active and it was blocking the action…
July 28, 2012 at 6:56 pm #138110In reply to: [Resolved] Trouble with avatar change
@mercime
Participant@bellacrazy74 change to bp-default theme and see if crop avatar works from there.
July 28, 2012 at 1:22 pm #138086In reply to: User Image Crop Redirecting To The Homepage…
leon89
Member@mercime With deafult plugins,buddypress and bp-default theme, cropping works…
I loaded everything back but loaded original buddypress plugin and everything looks OK.. i guess i will have to translate it again.. thnx anyway
July 28, 2012 at 8:48 am #138083In reply to: User Image Crop Redirecting To The Homepage…
@mercime
Participant@leon89 back up the theme and plugins you were translating and upload the original theme and plugins. Activate bp-default theme, then check if issue is resolved.
July 26, 2012 at 11:33 am #137980In reply to: [Resolved] Avatar not uploading
temmy
MemberThanks mo, you gave me the right concept needed. I tried setting the write permission to 777 and it still did not work. If that’s the case, then the GD Library must be the issue. I found this post https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/avatar-problem-upload-and-crop-works-but-not-showing-image/. I immediately called my host company and once GD Library was upgraded… that was it! I can now upload avatars. My buddypress site is now ready with avatar upload. Thanks! CASE RESOLVED.
July 12, 2012 at 12:48 pm #137201Dutchman
ParticipantAfter some hours of digging I found out it was because the GD library (Apache) wasn’t installed.
Once installed everything worked just fine!July 9, 2012 at 12:19 am #136972In reply to: Avatar cropping errors
Bookkus
ParticipantCould this be a theme problem?
July 6, 2012 at 11:34 am #136870In reply to: Avatar crop preview wrong
thirstcard
Member@ikosweb this CSS is essential for the avatar cropping feature. If anyone is developing their own theme and has decided to disable the default BuddyPress CSS then try adding this CSS snippet to your theme’s .css
July 4, 2012 at 12:00 am #136760In reply to: Avatar cropping errors
Bookkus
Participant@thirstcard
What ways have you tried to solve the problem?July 3, 2012 at 10:53 am #136733In reply to: Avatar cropping errors
Bookkus
ParticipantIt’s the same with group avatars for me as well.
July 3, 2012 at 10:51 am #136732In reply to: Avatar cropping errors
thirstcard
MemberMy avatar cropping seems to have broken too (since 1.5.6). Looking for a solution…
June 22, 2012 at 1:44 pm #136240In reply to: Users can’t upload their avatar when on Mac
shanebp
ModeratorFor iOS avatar uploads, I sent them to a separate mobile screen on which I did this:
`<a id="applink1" href="aurup:?uploadUrl=/mobile-apple-avatar-process&redirectUrl=&redirectDelay=5&uploadTimeOut=10&licenseKey=1234&fields=id%3D%3Bmnonce%3D”>
Upload Avatar Photo`
And ‘mobile-apple-avatar-process’ is a WP page that calls
`
locate_template( array( ‘photo-process/mobile-apple-avatar-process.php’ ), true );
`
And ‘photo-process’ is a dir in my mobile theme.
In ‘mobile-apple-avatar-process.php’ I use a non-WP approach to creating the full and thumb images because for images uploaded on iOS, you need to check orientation (rotation) via exif_read_data. And I did a crude ‘auto-crop’.So the user should never see the ”mobile-apple-avatar-process’ page.
And they are then sent to the value of redirectUrl in the href above.
And that screen should show them any bp_core_add_message values you created in ‘mobile-apple-avatar-process.php’It’s awkward, but it works.
June 22, 2012 at 11:13 am #136234In reply to: I’m not getting a register button or page.
labeshops
Member@mercime thanks for the response…
I do have membership enabled in settings > general as I already said I did.
It’s a new buddypress installation so no, was never able to upload & crop an avatar before as this is the first time I tried.
Yes, I can upload, crop etc images everywhere else.
New installation of both wordpress and buddypress – installed both yesterday.
June 22, 2012 at 3:20 am #136217In reply to: I’m not getting a register button or page.
@mercime
Participant== no registration page and have membership enabled. ==
@labeshops You need to enable Registration in dashboard menu Settings > General== Also noticed I get errors trying to change the avatar – says there was an error cropping it, please try again.==
1. Trying to change the avatar –> you mean you were able to upload and crop avatar before?
2. Are you able to upload and crop images in Pages > Add New or Posts > Add New panel?
3. Is this a new installation or did you upgrade from previous versions of BP/WP?June 22, 2012 at 2:24 am #136216In reply to: I’m not getting a register button or page.
labeshops
MemberI’m having the same problem with no registration page and have membership enabled. http://www.scifispace.com/blog
I have to fix a lot of the templates yet, but without registration working, little point on it.
Also noticed I get errors trying to change the avatar – says there was an error cropping it, please try again.
June 20, 2012 at 8:56 pm #136125In reply to: Avatar crop preview wrong
ikosweb
Memberthere was something in the css that managed all images, it worked adding this code:
`#avatar-upload-form img, #create-group-form img, #group-settings-form img, #avatar-upload-form img, #create-group-form img, #group-settings-form img{max-width:inherit; }`
June 20, 2012 at 8:33 pm #136122In reply to: Avatar crop preview wrong
Hugo Ashmore
ParticipantYour theme is possibly trying to make fluid images that resize in a responsive manner if those rules happen to target the crop screen then it will muck it up.
-
AuthorSearch Results