Search Results for 'crop'
-
AuthorSearch Results
-
August 20, 2010 at 1:27 am #89770
In reply to: Uploading a gif image and change upload size?
kingofbigmac
MemberI added an image just fine and cropped the gif and it doesn’t animate which I already assumed won’t work. Would it work if I changed the dimensions to suit the gif or even make the gif smaller so there is no cropping?
August 19, 2010 at 6:56 pm #89732In reply to: default crop avatar selection is not working
labedford
MemberThe intrim solution I have been advised is to put this into my header: http://premium.wpmudev.org/forums/topic/ie8-compatibility-mode (can’t get the code to show) – you can see it at this link.
This forces (sort of) IE8 to use compatibility view. Now the cropping tool appears without user intervention.
August 19, 2010 at 4:38 pm #89710In reply to: default crop avatar selection is not working
labedford
MemberI have the same problem with IE8, however if the user enables compatibility mode the crop tool becomes visible. I have tried the instruction from odiggy and it never sorted the IE8 without compatibility view. This is just annoying as I have to tell people to enable compatibility view to use my site.
August 16, 2010 at 9:18 am #89249In reply to: Avatar Crop Problem
Bowe
ParticipantSame problem.. WP Multisite with the latest version of BuddyPress.. I will look up the exact javascript error and report back!
August 15, 2010 at 10:24 pm #89224In reply to: Avatar Crop Problem
Shifra
Participant+1 .. all of a sudden I’m having this problem too. Current versions of WP and BP + multisite enabled.
August 13, 2010 at 7:27 pm #89007In reply to: jCrop and Ajax?
amanson
Member@Beck_B: Yes, but the cropping doesn’t even work, like my browser is looking at it as two images, they are both the same, when I click on “Crop”, it’s just a small corner of the image in the top left. – http://llakids.com/members/Andrew
August 13, 2010 at 7:14 pm #89006In reply to: jCrop and Ajax?
Beck B
Participant@amanson: The part you mention with the avatar image sounds like it might be the normal behavior. On mine (child of bp-default), when editing the avatar for a group, it lets you crop in the top picture, while the bottom picture is a preview of what the cropped & resized image will look like…. I always assumed that’s just how BuddyPress does things, haven’t tried to do anything with my avatar or a group avatar here on this site, though.
August 13, 2010 at 5:15 pm #88992In reply to: Avatar Crop Tool Only Shows A Portion Of Avatar
hcleary
MemberI am also having this problem.
August 6, 2010 at 4:36 pm #88260Paul Wong-Gibbs
KeymasterCool, glad you figured it.
August 5, 2010 at 3:13 am #88065miri
MemberActually, turns out it was a conflict with the jquery.tools script.
August 5, 2010 at 3:08 am #88062In reply to: Any Experience with JQuery Tools Library
miri
MemberI was using jQuery Tools for tabs on my site – they were much easier to implement than the UI ones for some reason and I also wanted to use their scroller for something else. Problem is, it’s causing a conflict with the avatar cropper. As soon as I stop including the tools library, the cropper works. Very frustrating.
August 5, 2010 at 2:26 am #88059dallen49
MemberI have the same problem, IE8 doesn’t display the crop tools with an uploaded avatar image. The crop tool works fine in Firefox and Safari. Have you ever solved this issue, I can’t seem to find an answer anywhere on the forum?
Thanks
August 5, 2010 at 12:37 am #88049miri
Member@DJPaul Oh heck, how stupid. I can see the javascript now. Now to figure out how/when/where to add that. Thanks!
August 4, 2010 at 4:48 pm #87988In reply to: default crop avatar selection is not working
r-a-y
KeymasterYou shouldn’t need to download JCrop, as it should already be called when you’re on the crop avatar page.
I’m guessing that you’re using another JS script that is interfering with it.August 4, 2010 at 4:45 pm #87986In reply to: default crop avatar selection is not working
odiggy
ParticipantOkay this fixed it for me:
1. Download Jcrop (http://deepliquid.com/content/Jcrop.html)
2. Put the jquery.Jcrop.js file on your server in your theme /js folder
3. Link jcrop in your header.php in the headerAugust 4, 2010 at 6:00 am #87939Paul Wong-Gibbs
Keymaster@miri
If you switch to the default theme (BP-Default), does it work?August 4, 2010 at 2:14 am #87926miri
MemberI am having this problem with WordPress 3.0.1 and BuddyPress 1.2.5.2. I’ve disabled every plugin except for BuddyPress and I keep getting this error in Firefox’s error panel:
Error: jQuery(“#avatar-to-crop”).Jcrop is not a function
Source File: http://www.bladdyblah.com/groups/test/admin/group-avatar
Line: 38Viewing the page source, I do see that the following js is being included:
http://www.bladdyblah.com/wp-includes/js/jcrop/jquery.Jcrop.js?ver=0.9.8The uploaded avatars are there an in multiple sizes, but the crop tool doesn’t appear on the page (thus the javascript error). This happens with both user and group avatars.
Any ideas?
August 3, 2010 at 8:52 pm #87910In reply to: default crop avatar selection is not working
odiggy
ParticipantUgh yeah this sucks… I got it working on a fresh blog install with the default theme. On the blog I desperately need it working on no go. I’ve disabled numerous plugins/removed any jquery includes etc. to no avail. Just can’t seem to figure out why it works one one blog and not the other. *sigh*
August 3, 2010 at 7:03 am #87811In reply to: default crop avatar selection is not working
Echo
ParticipantOMG… why can’t we get this issue resolved?
Somebody… anybody please come up with a fix for this.
My website is experiencing the same issues my new users can’t crop their avatar!
http://www.rawbreakfeast.comAugust 2, 2010 at 5:16 pm #87763In reply to: default crop avatar selection is not working
dtclarinet
ParticipantI don’t think it’s a plugin issue. I just tried in Chrome browser and the crop selection tool for avatar is still not visible. It preselects and you cannot change it. The funny thing is, I started a new group, and that avatar was selectable before cropping. Then I went back to the old group,, and it was not. Same browser.
I’d like to be able to change/update my group avatars.
Thanks,
DavidJuly 23, 2010 at 2:23 pm #86753In reply to: Changing Avatar size sometimes creates Fuzzy Avatars
Brajesh Singh
Participant@crashutah
That’s a good point. Incase we want different size for groups and members the only good way is to override the “bp_core_avatar_handle_crop” and may be in extreme case “bp_core_avatar_handle_upload” and that will give you enormous flexibility.
After overriding it, we can filter on “bp_core_fetch_avatar” and that will be all we need.July 22, 2010 at 2:26 pm #86627In reply to: Changing Avatar size sometimes creates Fuzzy Avatars
Brajesh Singh
Participantwell, The very first thing is
1. define the 2 size(bp allows only 3 sizes of avatar at this moment) using the constants BP_AVATAR_(THUMB/FULL/ORIGINAL_MAX)_HEIGHT and BP_AVATAR_(THUMB/FULL/ORIGINAL_MAX)_WIDTH if the original avatar sizes(50×50,150×150,450×450) does not fit your requirement.Then use bp_core_fetch_avatar, it supports the width,height property and thumb type
You can fetch an avatar of different size using different width/height value but again, It will not crop, it will constrain the avar using the width/height property in the img tag. so i don’t think it will be of much use .But if you want only 2 sizes of avatar, as you mentioned above, define one as Thumb,other as full and fetch thumb using “type=thumb” and the other using “type=anything other than thumb” in bp_core_fetch_avatar and it will work.
July 21, 2010 at 9:36 am #86441In reply to: default crop avatar selection is not working
vsimovic
MemberHey people, i have figured out what was the problem. I have recently installed plugin called Lightbox 2 which makes pics appear in pop-up box. This plugin uses jquery and error said that some jquery problem occured.
After i deactivated this plugin crop worked normally in IE8. So my advise is to search for plugin that conflicts with BP crop func.
July 21, 2010 at 8:42 am #86438In reply to: default crop avatar selection is not working
vsimovic
MemberIt seems like IE8 crops upper left corner of the pic and doesn’t allow to crop it by yourself. Strange. Anybody found any solution for this problem?
July 20, 2010 at 3:28 pm #86300In reply to: default crop avatar selection is not working
josh101
ParticipantI also have this problem. It crops the pic before you do then expects you to crop it another time.
-
AuthorSearch Results