Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'crop'

Viewing 25 results - 351 through 375 (of 1,245 total)
  • Author
    Search Results
  • #163345
    Luke Watts
    Participant

    Did upgrading to 3.6 beta work? I’m having this exact same problem. I just get a square in the top left corner which when dragged messes everything up BIG TIME! I’m using the GrandMag theme from IndustrialThemes (Premium) but they’ve removed the theme since and are in hiding. Also, this is a site for a client with alot of work gone into it and a week from going public.

    I knew I shouldn’t have upgraded! Idiot! There should be a rollback option in WordPress!Or a plugin test mode before you commit.

    #163223
    applegateian
    Participant

    Ah found this, might be useful for others:

    https://buddypress.trac.wordpress.org/ticket/4899#no1

    Reverie loads jQuery 1.9.1 from Google. We load jCrop 0.9.10 from WordPress core, and it seems these versions don’t work with each other.
    Upgrading to WP 3.6 trunk/beta 1 should resolve the issue, or you can just change Reverie to stop it loading jQuery from Google.

    #163222
    applegateian
    Participant

    OK thanks, here is the link in case someone does know:

    Reverie Framework

    #163221
    bp-help
    Participant

    @applegateian
    I would contact that themes author and explain the situation and see if they can help. I am not familiar with that theme but maybe someone else here may have more insight.

    #163220
    applegateian
    Participant

    Ok thanks – I’m using Reverie theme and upon changing to Twenty Twelve, cropping does work.

    Any ideas on how I can debug and potentially fix it?

    Thanks

    #163218
    bp-help
    Participant

    @applegateian
    See:
    https://buddypress.org/support/topic/when-asking-for-support-2/
    You need to supply more info than just what version of BP and WP your using like theme, plugins, etc.
    I had this issue once and it was a theme that conflicted with js so if your using anything other than twenty twelve or bp-default then activate one of those instead to test if the crop works and if so then you narrowed it down to a theme.

    #162797
    nixb13
    Participant

    I have pretty much the same problem, I click “upload image” and it takes me to a white screen. Then I can go back a page and it shows my image as loaded and I can continue with further steps to create my group….so what on earth is going on?

    Can’t believe how buggy buddypress is….

    #162496
    Hugo Ashmore
    Participant

    Your original post suggested that you were having a general issue with avatar cropping, and mentioned ‘mobile’ only as a secondary issue suffixed by ‘difficult as well’

     

    Please clarify if this issue is just with mobile display. If not what is the general outcome from my first post suggestions for troubleshooting the issue?

    #162495
    charlietech
    Participant

    Thanks for the reply hugo,

    On my phone i’m getting a double image/ like a 3d effect.

    #162410
    Hugo Ashmore
    Participant

    You will need to supply a fair bit more technical info on what is actually happening when your users try and crop an image, what you describe above is not sufficient to be able to help much with.

     

    fwiw testing cropping an avatar in 1.7 / 2012 theme shows no issues whatsoever.

     

    if you have plugins that might affect things disable them and test again, likewise if you are using a custom theme that may also be causing the issue so enable the bp default theme or theme known to function correctly  – twentytwelve – and check again.

     

    #162316
    tootsiepop
    Participant

    I forgot to mention, I do not need to retain the crop functionality

    #161273
    Anonymous User
    Inactive

    HI, I upgraded to 1.7 the other day and I noticed that I can no longer crop avatar images no matter which browser I use. It just shows up as 2 static images. Anyone else have this bug?

    #161269

    In reply to: Buddpress Avater Error

    Curt – RI
    Participant

    Hi,

    I am having this same issue after updating WordPress to 3.5.1 and Buddypress to 1.6.1 last night.

    When trying to upload an avatar, I get this error message:

    Fatal error: Call to undefined function wp_create_thumbnail() in /home/site-name/public_html/wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 521

    But if I use a small image (150×150) it uploads with no errors. The cropping tool did seem to be a bit out of sorts, but I got it to work by playing with it a bit.

    So it seems that it is related to image dimensions, presumably related to the cropping tool??

    Please help!

    Thanks

    #160468
    Samantha Miller
    Participant

    @splendidangst No problem 🙂

    #160439
    Anonymous User
    Inactive

    You’re awesome for the update @samantha-miller

    #159955
    binutz
    Participant

    @mercime,@Hugo,@bphelp,&@chouf1,

    Thanks to you all for the help.
    The code which you had posted removed the side bar perfectly.!
    But a new issue has cropped up now!

    The left,Top and bottom margins of the registration form have been disappeared now. And therefore,the text in the left hand side of the form (Create an Account & Account details) starts from the border of the registration form.
    Similarly, “complete sign up” button is touching the border of the form at the bottom.

    Right hand side of the form looks normal.

    Any quick fix solution is available to rectify this?

    #159518

    In reply to: Avatar Cropping Error

    @mercime
    Participant

    @rushster Upgrade to BP 1.6.5, change to BP Default theme, and check if avatar cropping issue is fixed in your installation.

    #158805

    In reply to: Avatar Cropping Error

    Rushster
    Participant

    We are not on a shared server. And the error is an nginx 502 and if you look at the source it says along the lines of no data being passed. Same things happens if I set it to an Apache only server with no proxy.

    #158484

    In reply to: Avatar Cropping Error

    @mercime
    Participant

    @rushster that is strange. Can you post the whole error code? Are you on a shared server by any chance? Have you touched base with tech support of your hosting provider?

    #157649

    In reply to: Avatar Cropping Error

    Rushster
    Participant

    I disabled all plugins, same problem. BuddyBress default theme with a couple of changes as a child theme.

    #157583

    In reply to: Avatar Cropping Error

    @mercime
    Participant

    @rushster there’s a conflict somewhere. What theme are you using? What other plugins are active in your installation?

    #157492
    arterynyc
    Participant

    After some testing this issue is related to using images only in shortcodes either on the sidebar or in any form that the avatar module has loading during the crop function.

    On a side note, the jcrop issue with missing handles was fixed by deregistering the script and loading in my functions.php with the latest version from their site.

    #157378
    Samantha Miller
    Participant

    Thanks for pointing me in the right direction @mariusooms and @johnjamesjacoby. As this is an old topic but came up first on Google, I thought I’d update with the current syntax:

    `define( ‘BP_AVATAR_THUMB_WIDTH’, 50 );
    define( ‘BP_AVATAR_THUMB_HEIGHT’, 50 );
    define( ‘BP_AVATAR_FULL_WIDTH’, 150 );
    define( ‘BP_AVATAR_FULL_HEIGHT’, 150 );`

    This is using BP version 1.6.4.

    Cheers!

    #156826
    douglance
    Participant

    I believe the person was using a program to access the content, as I have access to a cropped screen grab of the content from them and it doesn’t look like my site.

    #155779
    p2ab
    Participant

    It’s working.
    I used that to guide me in changing the directory name of the test install… it pointed out the issues that can crop up.

    I moved everything to a new directory, well, made a backup and renamed the old directory really.

    I ran searchreplace to update the url/ path and all is good 🙂 Now it runs just fine when you go to the root of the site. Plus by making a backup of the DB and getting the old test to use it I still have a test install to play around with.

    The only hiccup was that I had my posts going to \blog and that was going to be the real directory for the live install… that confused me for a few minutes when everything else worked. Renamed the the physical \blog and all was well.

    I still haven’t figured out why one worked and the other didn’t, but its a moot point now.

Viewing 25 results - 351 through 375 (of 1,245 total)
Skip to toolbar