Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'crop'

Viewing 25 results - 801 through 825 (of 1,245 total)
  • Author
    Search Results
  • #93462
    jdawn
    Member

    Hi Paul,

    I disabled every plugin other than BuddyPress – the avatar crop still doesn’t work in IE8. Then, with only BuddyPress plugin, I switched to the default theme. It still doesn’t work.

    Please help soon.

    Thank you,
    Jdawn

    #93448
    Paul Wong-Gibbs
    Keymaster

    Thanks for using Welcome Pack ;)

    You’ve got a lot of plugins loading a lot of javascript. I can’t pinpoint which one is causing trouble because there’s too much for me to look through, so you will need to disable all of your plugins — except BuddyPress — and then test it in IE8. I imagine group avatar cropping would be affected the same way as user profile cropping is.

    If disabling everything other than BuddyPress fixes the problem, re-enable the plugins one at a time until it breaks; you’ve then found the conflict and we can then try to figure out how to fix it.

    If, however, you disable all plugins other than BuddyPress, and the problem is still there, try also switching back to the BP-Default theme.

    #93445
    jdawn
    Member

    Here’s my site if you want to sign to be a user and see how the crop feature doesn’t work in IE8:
    http://www.zanyiza.org

    This is for a giant camp coming up in 2 weeks and I must have the crop working before then!

    Many thanks.

    #93420
    jdawn
    Member

    Hi Paul,

    I just tried this fix, but it didn’t work: http://premium.wpmudev.org/forums/topic/ie8-compatibility-mode.

    Below is a list of my active plugins. But I’m not sure if it’s a plugin issue because the cropping works in Firefox. Is it an IE8 compatibilty issue? If so, how can I get around it?

    Here are my active plugins:
    * Advanced Permalinks
    * AJAX Login Widget++
    * BP-NotificationWidget
    * BP Disable Activation
    * BP Hide Widgets
    * BP Member Filter
    * BuddyPress
    * BuddyPress Album+
    * Buddypress Widget Pack
    * Capability Manager
    * Dean’s Permalinks Migration
    * Enhanced BuddyPress Widgets
    * Fast Secure Contact Form
    * Fluency Admin
    * IE7 Compatibility
    * Invite Anyone
    * Media Library Gallery
    * My Comments Manager
    * NextGEN Gallery
    * NextGEN Gallery Sidebar Widget
    * Nicer permalinks for Vietnamese
    * oEmbed for BuddyPress
    * ourSTATS Widget
    * Peter’s Login Redirect
    * Plugin Central
    * SI CAPTCHA Anti-Spam
    * Simple Trackback Validation
    * TDLC Birthdays
    * Theme Switcher Reloaded
    * Top 10
    * Transposh Translation Filter
    * User Permissions
    * Visitor Maps and Who’s Online
    * Welcome Pack
    * WordPress Admin Bar
    * WordPress Database Backup

    Thanks for your help!
    Jdawn

    #93418
    Paul Wong-Gibbs
    Keymaster

    What plugins are you using please?

    #92489

    In reply to: Avatar crop error

    thelandman
    Participant

    @tiam, @aelofoge, Make sure you are running jquery 1.4.2. Ensure that your theme/childtheme isn’t trying to call a different version of jquery. Or make sure at one of your plugins aren’t using their own version of jquery. I had the same problem and I solved it by making sure I was using the correct version of jquery.

    #92478

    In reply to: Avatar crop error

    Alex
    Participant

    I’m having the same problem – any help would be great!

    #92359

    In reply to: Regular WP plugins?

    Paul Wong-Gibbs
    Keymaster

    Yes. Some tend to break certain parts of BuddyPress, however, so if your group avatar cropping stops working, it’s probably a WordPress plugin’s javascript causing a conflict.

    #92229
    thelandman
    Participant

    @darrin365, I think this might solve your problem!

    Go into Buddymatic theme header.php file and make sure that its not calling a different version of jquery.

    Make sure you are running jquery 1.4.2.

    #92220

    I’ve just had another look at it and isolated the plugin.

    It was “First Visit Message” as demonstrated on this site http://www.thijmenstavenuiter.nl/ I’m no coder but I think it’s using jquery to do what it does.

    I can’t find it in the plug-in directory so perhaps the author, Thijmen Stavenuiter withdrew it after s/he figured out it was creating a conflict.

    It affected the avatar crop tool by not allowing me to crop an image and also Buddypress Link plugin- which was frustrating as it wouldn’t let me upload a link.

    #92218
    Paul Wong-Gibbs
    Keymaster

    If you can give us the name of plugin whose javascript conflicts with BuddyPress’ avatar crop, we can investigate and see how to improve it. If you get a browser warning message, too, that would be helpful in pinpointing the error.

    #92217

    @jenyus is right! jQuery conflicts appear to be rife. I’ve had multiple plugins affect the functionality of the Avatar and avatar crop feature, with the only solution turning them off. There needs to be a better way of isolating problems concerning jQuery.

    CR
    Participant

    I posted this in another thread on the topic, but I thought I would post it here too in case it helps anyone. I don’t know if this was anyone else’s issue, but this was my problem and the solution I found.

    SET UP: Running BuddyPress on a single install (not MU) and using the default BuddyPress theme with an assortment of plugins (but removing all the plugins did not help my problem).

    PROBLEM: jcrop function wouldn’t work after an avatar was uploaded either on the registration or edit avatar pages within buddypress. The image and thumbnail would show, but there was no crop box to change what was selected for the thumbnail. Very frustrating.

    SOLUTION: stupidly simple once I finally found it – for some reason there was no link to the external jcrop javascript file appearing in the header of the pages! (This can be checked by viewing the page source of the problem pages via your browser) To fix this I edited the bp-core-cssjs.php file which is inside the bp-core folder inside buddypress. Right after this line:

    `$aspect_ratio = (int) constant( ‘BP_AVATAR_FULL_WIDTH’ ) / (int) constant( ‘BP_AVATAR_FULL_HEIGHT’ ); ?>`

    I added:

    `<script src="/wp-includes/js/jcrop/jquery.Jcrop.js”>`

    And now the crop tool is showing up and everything works perfectly! Note that you may need to change the path to the Jcrop.js file depending on your site setup. Before this I had also downloaded the latest version of jcrop from http://deepliquid.com/content/Jcrop.html and updated it on my site, so I don’t know if that plays in at all or not.

    Again, don’t know if that helps anyone else, it might have been something quirky in my set up maybe, but it did the trick for me so I figured I’d share it just in case.

    nanchante
    Participant

    for me, it was the facebook footer bar that was conflicting…..

    #91651

    In reply to: Cant Crop Avatars

    nanchante
    Participant

    i fixed this by uninstalling the facebook footer plugin – seems it was calling another version of jquery on top of 1.4.2, and I assume this broke it.

    #91547

    In reply to: Avatar Upload Issues

    CR
    Participant

    Don’t know if this was anyone else’s issue, but this was my problem and the solution I found.

    PROBLEM: jcrop function wouldn’t work after an avatar was uploaded either on the registration or edit avatar pages within buddypress. The image and thumbnail would show, but there was no crop box to change what was selected for the thumbnail. Very frustrating.

    SOLUTION: stupidly simple once I finally found it – for some reason there was no link to the external jcrop javascript file appearing in the header of the pages! (This can be checked by viewing the page source of the problem pages via your browser) To fix this I edited the bp-core-cssjs.php file which is inside the bp-core folder inside buddypress. Right after this line:

    `$aspect_ratio = (int) constant( ‘BP_AVATAR_FULL_WIDTH’ ) / (int) constant( ‘BP_AVATAR_FULL_HEIGHT’ ); ?>`

    I added:

    `<script src="/wp-includes/js/jcrop/jquery.Jcrop.js”>`

    And now the crop tool is showing up and everything works perfectly! :) Note that you may need to change the path to the Jcrop.js file depending on your site setup. Before this I had also downloaded the latest version of jcrop from http://deepliquid.com/content/Jcrop.html and updated it on my site, so I don’t know if that plays in at all or not.

    Anyway, don’t know if that helps anyone else, but it did the trick for me so I figured I’d share it just in case.

    #91233
    Javier Cotillas
    Participant

    thanks to the guys from bp-theme-converts.com (I’m using one of their themes, a child-theme of hybrid) I got my problem fixed. It was an issue with the style.css file of the child-theme. There were some lines missing, so I just added them to my css file and now everything is working fine. The lines are referred to the avatar author, in my case they are:
    `
    /* Author avatar */
    .author-profile .avatar {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 20px;
    padding: 4px;
    background: #eee;
    border: 1px solid #ccc;
    }
    /* Author avatar */
    .left-menu .avatar {
    float: left;
    width: 150px;
    height: 150px;
    margin-right: 20px;
    padding: 4px;
    background: #eee;
    border: 1px solid #ccc;
    }
    `
    This fixed my problem, I hope it helps.

    #91192
    Tobias
    Participant

    Any sollution?

    #91046
    Eric Mulford
    Participant

    I’m having the same problem

    #91042
    Javier Cotillas
    Participant

    hi all,

    did anyone find a solution for this problem?. I have installed WP3.0 and BP1.2.5.2m, and have the same issue as commented by Darrin365 (bp_default works fine, but my child theme is not cropping the avatars properly).

    thanks a lot in advanced.
    Javier.

    #90933
    Hugo Ashmore
    Participant

    Please folks, I stated ‘thread deemed closed’ for a reason. Just because a thread title is rather too generic doesn’t mean it’s ok to add in any ‘forum’ related issue, it simply gets too long winded and confusing. Proper action is for a new post to be created for your issue, it will tend to get more attention and be easier to follow and respond to for members.

    @autoretailing you will need to re post your question and provide relevant info such as versions being used, whether using a custom theme.
    If using a custom theme then switch back to the bp-default theme and disable all but absolutely necessary plugins and see if the issue still occurs if it doesn’t then you know the problem lies with the theme or a plugin – re-enable plugins one by one checking each time to see if the issue crops up, finally re-enable custom theme, this will help to isolate the issue.

    #90526

    In reply to: Avatar Crop Problem

    Nirok
    Participant

    Check any new javascripts or plugins added… its most likely a conflict with one….

    Paul Wong-Gibbs
    Keymaster

    I have no means to test this but if this is an issue with BP 1.2.5.2, please would someone who has this issue report it as a bug on http://trac.buddypress.org? You can use the same username/password as you do for this site to log in. Thanks

    labedford
    Member

    I had a similar problem when ie8 was not running in compatibility mode. I was advised to put a meta tag in my header that forces IE8 into this mode http://premium.wpmudev.org/forums/topic/ie8-compatibility-mode

    This has worked for me

    #89968

    In reply to: Avatar Crop Problem

    Stephen Farr
    Participant

    Anything to report Bowe?

Viewing 25 results - 801 through 825 (of 1,245 total)
Skip to toolbar