Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'crop'

Viewing 25 results - 426 through 450 (of 1,245 total)
  • Author
    Search Results
  • #147123
    kizzywizzy
    Participant

    When you upload an avatar, does the crop feature work?

    #147077
    rossagrant
    Participant

    It’s a bit weird as it will let me upload a couple of images, but not many.

    It looks like it isn’t calling the crop overlay and it’s freaking out.

    This was totally fine in the last version so hopefully won’t be a big issue to get sorted.

    Avatars re absolutely key to my site though as it’s for actors and models, so fingers crossed we can get it fixed ASAP.

    Thanks for confirming the issue though, I’ll now put it in TRAC.

    #146994
    jamyot@cnd-m.org
    Participant

    As you said, it is a WPML bug. They don’t have a work around for me. They reported it as a bug and hopefully next versions of buddypress multilingual plugin won’t do the same!

    http://wpml.org/forums/topic/cant-crop-avatar-in-other-language-version/#post-89456

    You did a good job helping me confirm that the problem is not with buddypress but it comes from WPML.
    Thank you.
    You can consider this topic closed and the client is satisfied. (…unless you want to help me find a work around!)

    #146982
    Paul Wong-Gibbs
    Keymaster

    Do you know how to view javascript errors in your web browser? If so, what errors appear?

    #146981
    jamyot@cnd-m.org
    Participant

    Done. Thank you for your help.

    #146959

    In reply to: Avatar cropping errors

    Are you seeing any javascript errors in Chrome inspector on the avatar upload and cropping pages?

    #146913

    In reply to: Avatar cropping errors

    fpats
    Participant

    It lets me upload and crop so i get this message…
    Your new avatar was uploaded successfully!

    but then nothing or if i hit refresh i get an error saying
    There was a problem cropping your avatar, please try uploading it again

    #146883

    In reply to: Avatar cropping errors

    Ben Hansen
    Participant

    sounds like you folks aren’t seeing the crop tool handles that corner thing is how it starts out but you should be able to resize the square on the full thumbnail. i don’t really know more then that sorry.

    #146879

    In reply to: Avatar cropping errors

    fpats
    Participant

    Hi, did anyone find a solution?
    I’m able to upload and crop avatars for our groups but not for profiles for some reason. We just get an error after cropping every time.

    #146608
    Paul Wong-Gibbs
    Keymaster

    This suggests the error is with the buddypress-multilingual plugin; you need to follow up with its author.

    #146607
    jamyot@cnd-m.org
    Participant

    With Firebug I get the following when I upload:

    wp-content-plugins/buddypress-multilingual/scripts.js?ver=1.4.0

    jQuery is not defined

    Line 2

    #146597
    Paul Wong-Gibbs
    Keymaster

    What javascript errors do you get in your web browser?

    #146576

    In reply to: Blurry image

    Paul Wong-Gibbs
    Keymaster

    The compression quality is actually controlled by WordPress but we occasionally receive feedback such as this, which makes me think that there’s some server dependency or configuration setting that varies from server-to-server. IIRC, it defaults to 90% image quality.

    In the upcoming BuddyPress 1.6.2 release to coincide with WordPress 3.5 (i.e. very soon), we had to fix image cropping to work with WordPress 3.5, and I took the opportunity to set 100% image quality. Along with WordPress 3.5’s improvements to its media API, hopefully this problem will fix itself.

    #146199
    Paul Wong-Gibbs
    Keymaster

    To do this right now, you’ll have to write your own avatar cropping code. It’s the sort of thing that we’ll likely add support for (non-square avatars) in the future.

    #146194
    m1000
    Participant

    Yes, I have tried to crop avatar with and without CTL, SHIFT or Command key.

    Right now I have following settings in the bp-core-avatars.php

    For function bp_core_set_avatar_constants

    if ( !defined( 'BP_AVATAR_FULL_WIDTH' ) )
    define( 'BP_AVATAR_FULL_WIDTH', 215 );

    if ( !defined( 'BP_AVATAR_FULL_HEIGHT' ) )
    define( 'BP_AVATAR_FULL_HEIGHT', 135 );

    and for function bp_core_fetch_avatar:

    'width' => 150, // Custom width (int)
    'height' => 150, // Custom height (int)

    The result is I can’t make avatars 150x150px (problem with crop) – http://imm.io/NrNw

    Like I said, I want to have 215×135 (horizontal) group thumbnails so I modified bp_core_set_avatar_constants but unfortunately member avatars have also 215×135 while I want 150×150 size.

    #146162
    @mercime
    Participant

    Re square avatars: have you tried holding down, CTL, SHIFT or Command key while pulling the top right corner of the crop tool?

    What do you mean by “horizontal groups thumbnail” ?

    #145223
    @mercime
    Participant

    Good to know. Thanks for posting back.
    Adding “Salutation” theme to tile of this post for reference.

    #145216
    HansRuedi
    Participant

    @hnla Today the theme dev provided a fix for Salutation – will be incl in his v2.0.2

    John Robben
    Participant

    Loading these 2 packages fixed the avatar cropping problem on our site
    php5-curl 5.3.2-1ubuntu4.18 CURL module for php5
    php5-gd 5.3.2-1ubuntu4.18 GD module for php5

    #145102
    HansRuedi
    Participant

    With Salutation you are not using the BP template pack, it’s a WP/BP theme. Would say yes, they are enqueueing the file. In the meantime I had a long discussion with Andy (the theme dev) in that forum over there… I will let you know if we have a solution. Thanks for your thoughts.

    #145097
    Hugo Ashmore
    Participant

    I suspect, but am not sure, that they are enqueueing the file themselves in the theme? or is it template BP pack messing up? I don’t use template pack so not sure if that can mess up in this way but doubt it but also not really familiar with Salutation theme so can’t really advise further without seeing what processes are involved with Salutation.

    #145095
    HansRuedi
    Participant

    @hnla Yes, they have a forum. I was also asking over there. And I’m not the only one.

    Do you have an idea why that bp-default path has two slashes?

    #145092
    Hugo Ashmore
    Participant

    Yes but it’s a Salutation issue, sorry that’s not too helpfull but this forum supports BP and bp-default theme not third party themes. The script you show being called in the head is BP’s JS file required for many aspects of BP functionality. Does no one else experience this issue on Salutations forums? do they have forums?

    #145087
    HansRuedi
    Participant

    @mercime Thanks for your reply. It’s working with bp-default :-)

    The reason to ask here in the bp forum is, that Andy doesn’t care. And it is confusing for me to see part of bp-default in my page source (created by Salutation), and to see that double slash…

    #145084
    @mercime
    Participant

    What happens when you change to BP default theme?

Viewing 25 results - 426 through 450 (of 1,245 total)
Skip to toolbar