Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'crop'

Viewing 25 results - 1,051 through 1,075 (of 1,245 total)
  • Author
    Search Results
  • #55482
    gazouteast
    Participant

    Found similar issues on the osCommerce forums related to javascript uploaders for images, and in the WordPress.org forums for the WP media Library’s flash uploader since v2.5

    Although I’m not tech enough to solve this issue, it does absolutely appear to be related to the javascript cropper for uploaded images ….. AND NOTHING ABOVE HAS FIXED IT FOR ME

    Please don’t trot out the “start your own thread” instruction – there is too much of the above posts that are pertinent and the problem is not resolved.

    …. or do you want the same situation as the WP.org forums that have hundreds of report threads about this error? None of them resolved other than to point at the WP plugin to use the “no flash uploader” plugin.

    Gaz

    #55340
    gazouteast
    Participant

    Not sure if this is a clue to the issue, but using FireBug to check the create avatar page css and html shows up a few things that I think are contributory …

    <div style="width: 82px; height: 16px; position: relative; background-color: black;" class="jcrop-holder">

    <div style="position: absolute; z-index: 300; width: 2px; height: 2px; top: 14px; left: 79px; display: block;">

    <div style="overflow: hidden; width: 100%; height: 100%; z-index: 310; position: absolute;">

    <img src="http://domain.com/wp-content/blogs.dir/1/files/group-avatars/2/cc-alphadevs.jpg" style="position: absolute; width: 82px; height: 16px; top: -14px; left: -79px;"/>

    <div style="position: absolute; opacity: 0.4; top: 0px;" class="jcrop-hline"/>

    <div style="position: absolute; opacity: 0.4; top: 1px;" class="jcrop-hline"/>

    <div style="position: absolute; opacity: 0.4;" class="jcrop-vline"/>

    <div style="position: absolute; opacity: 0.4; left: 1px;" class="jcrop-vline"/>

    <div class="jcrop-tracker" style="cursor: move; position: absolute; z-index: 360;"/>

    </div>

    <div style="width: 100%; height: 100%; z-index: 320; display: block;"

    <div style="cursor: n-resize; position: absolute; z-index: 370; width: 100%; height: 9px; top: -4px; left: -4px;"/>

    <div style="cursor: s-resize; position: absolute; z-index: 371; width: 100%; height: 9px; top: -3px; left: -4px;"/>

    <div style="cursor: e-resize; position: absolute; z-index: 372; width: 9px; height: 100%; top: -4px; left: -3px;"/>

    <div style="cursor: w-resize; position: absolute; z-index: 373; width: 9px; height: 100%; top: -4px; left: -4px;"/>

    <div style="cursor: n-resize; position: absolute; z-index: 374; top: -4px; left: -4px; opacity: 0.5;" class="jcrop-handle"/>

    <div style="cursor: s-resize; position: absolute; z-index: 375; top: -3px; left: -4px; opacity: 0.5;" class="jcrop-handle"/>

    <div style="cursor: e-resize; position: absolute; z-index: 376; top: -4px; left: -3px; opacity: 0.5;" class="jcrop-handle"/>

    <div style="cursor: w-resize; position: absolute; z-index: 377; top: -4px; left: -4px; opacity: 0.5;" class="jcrop-handle"/>

    <div style="cursor: sw-resize; position: absolute; z-index: 378; top: -3px; left: -4px; opacity: 0.5;" class="jcrop-handle"/>

    <div style="cursor: nw-resize; position: absolute; z-index: 379; top: -4px; left: -4px; opacity: 0.5;" class="jcrop-handle"/>

    <div style="cursor: ne-resize; position: absolute; z-index: 380; top: -4px; left: -3px; opacity: 0.5;" class="jcrop-handle"/>

    <div style="cursor: se-resize; position: absolute; z-index: 381; top: -3px; left: -3px; opacity: 0.5;" class="jcrop-handle"/>

    </div>

    </div>

    <div class="jcrop-tracker" style="width: 98px; height: 32px; position: absolute; top: -8px; left: -8px; z-index: 290; cursor: crosshair;"/>

    <div style="overflow: hidden; position: absolute;">

    <input type="radio" style="position: absolute; left: -30px; display: none;"/>

    </div>

    <img alt="Avatar to crop" class="avatar" src="http://domain.com/wp-content/blogs.dir/1/files/group-avatars/2/cc-alphadevs.jpg" style="position: absolute; width: 82px; height: 16px; opacity: 0.6;"/>

    </div>

    First thing that hit me is that there are an awful lot of unescaped <div>’s in there

    Second thing that hit me was that it’s taking an uploaded image of 150px x 150px and only giving it 82px x 16px to display itself – add that to the “overflow:hidden” css command, and there’s no way the whole avatar is going to be allowed to display.

    This looks to me like the avatar cropper is incomplete – both it’s code (php or js files) and its css file seem to be missing chunks of code – but then I’m no expert.

    What do other people think?

    #55331
    gazouteast
    Participant

    I don’t have AWPCP (but do actually want it once the basics are sorted) and I have the same problems as above,

    It nmanifests itself in the incomplete avatar display and the non-functioning crop tool. It also hides the skip avatar step button so that ANY group creation gets stuck in the step 3 avatar upload screen and cannot progress.

    BP 1.1.2 on WPMU 2.8.4a no BP plugins and only Akismet and Blog Defaults plugins on WPMU

    #54587

    In reply to: Several issues

    Jeff Sayre
    Participant

    @knight_

    is it possible to replace the crappy cropping tool of 1.0.3 without upgrading to 1.1

    Anything is possible if you have the coding skills. But, your best option is to upgrade to BP 1.1.1.

    What is the issue you are having with upgrading? Just theme issues? Or, as you stated above, are you concerned about losing the core file modifications that you’ve made?

    You should never–did I say never yet–modify any core files. Instead, make your custom mods in your own plugin file or in bp-custom.php file.

    #54547

    In reply to: Several issues

    knight_
    Participant

    #4 is resolved too.

    So my biggest headache is the cropping tool.

    As a workaround I removed the abillity to upload an avatar/profile picture during registration since it uploaded a black box.

    User are able to upload and crop an avatar but virtually every single one is complainging about that function. Multiple issues.

    I tried to upgrade to 1.1 but it was too problematic. Got way too many errors all over the place. It’s tough to upgrade with a custom theme, especially when I have also modified core files. In the near future I’d like to offer an expert here a generous bounty to do the upgrade for me while maintaining all customizations of my theme. I have over a hundred active members now so hopefully this can be tested remotely, but I digress.

    Question, is it possible to replace the crappy cropping tool of 1.0.3 without upgrading to 1.1 ? There must be others in my situation who are unable to upgrade to 1.1 but would like to get a better cropping tool.

    #54142
    Greg
    Participant

    Thanks JJJ. Here are the steps:

    1. Log in as a member

    2. Go to the “change your avatar” option

    3. Browse to a new avatar photo, say new.jpg

    4. Press “upload”, which will take you to a page where you can crop your avatar

    5. Drop out and go to some other page without completing the process

    If you then look in blogs.dir in the member’s folder you will see “new.jpg”. The process never completed, so this image wasn’t deleted.

    #53997

    In reply to: Cropping tool.

    gerikg
    Participant

    I figured it out.

    I had a css line on the original theme:

    .avatar {
    height:55px;
    width:55px; }

    that caused the issue. It’s a good to know.

    #53710
    Treblamah
    Participant

    I figured my problem out. The front-end editor plugin, when the edit site name and description functions are activated (which they are by default), the header is duplicated, which loaded the crop js twice. Disable that or switch to inline editor and everything is fine.

    #53511
    Treblamah
    Participant

    I was wondering if you’ve seen a problem with 1.1 duplicating the jcrop-holder div. Basically it shows two crop panels and one preview panel when uploading any avatar. Running a clean install of mu 2.8.4 and BP 1.1.

    Click here for a Screenshot

    This also happens with the new default theme.

    Any pointers would be appreciated!! Thank you.

    #53440
    lsddesign
    Participant

    Buddypress 1.1 and the most recent version of WPMU… 2.8.4 i believe ;)

    thanks!

    aron

    #53417
    Jeff Sayre
    Participant

    @lsddesign

    Which version of BuddyPress are you running? Which version of WPMU?

    #53409
    lsddesign
    Participant

    im having major issues with this unfortunatly, when i upload an image it does show up, but the quality is much lower then the original file quality, plus the image is too small to crop properly.

    i suggest my users using Gravatar right now, but i want to give them the oppertunity to just upload an avatar.

    here’s a screengrab: http://twitpic.com/ju16r

    this is when a user uploaded a picture.

    i think for some reason the crop function is not working properly.

    is there a solution for this?

    cheers,

    aron

    ps: i changed my theme, if it’s a CSS error which tags in what file should i change to get this to work? i’ve changed the standard BP theme ;)

    #53316

    In reply to: Several issues

    Jeff Sayre
    Participant

    @knight_

    BuddyPress v1.1–shipping shortly!–has an entirely new avatar cropper. It should solve the issues you are currently having with 1.0.3.

    Regarding your 3rd question, the “Delete Account” feature works fine in all versions of BP. I assume you are logging into your BP install as the Site Admin. If so, that is why you do not see this feature.

    If the Site Admin where allowed to delete their account–and actually did so–it would be very problematic. So, BP checks to see if the current viewing users is the Site Admin, and if it is, it does not render the “Delete Account” submenu under “Settings”.

    #53315

    In reply to: Several issues

    thomasbp
    Participant

    1) 2) is solved in BP 1.1. see https://buddypress.org/forums/topic/better-avatar-crop-function

    3) Well I wanted to refer to the user settings, where the user-delf-delete checkbox was in 1.0.3. But in 1.1 Ican’t find it anymore even though the self deletion is activated in buddypress’ backend settings. What happended to it?

    4) The simplest way would be CSS (the activity remains in the code, though)

    #53314
    thomasbp
    Participant

    I’m running 1.1 RC and can affirm the other answers. The cropping in 1.0.3 was terrible but now it works like a charm.

    #53282
    takuya
    Participant

    1.1 rc got better cropping function, I mean, fixed major bugs people were reporting, right?

    #53273

    Nope, just have no idea what day it is anymore. Haha!

    #53271
    Paul Wong-Gibbs
    Keymaster

    *1, unless John lives in a strange timezone ;)

    #53269

    If you can help it, and you are comfortable porting your theme over (eventually maybe?) then I would suggest it, yes. Estimated release for 1.1 is September 30, so it’s only a few days away.

    #53268
    geekjon
    Participant

    Do you recommend I wait until the official release of 1.1?

    #53266
    Andy Peatling
    Keymaster

    1.1 uses a new cropper and only 1 step.

    #53264
    geekjon
    Participant

    I’m wondering the same. It’s very difficult to crop an image with the current crop function.

    #52919

    I’ll confirm what Andy said.

    From my tests the new cropper tool in BP1.1 is better in about every imaginable way.

    #52913
    Andy Peatling
    Keymaster

    The cropper has been totally re-written in 1.1 and these problems no longer exist.

    #52909
    yannux
    Participant

    Seems cropper.css isn’t loaded

Viewing 25 results - 1,051 through 1,075 (of 1,245 total)
Skip to toolbar