Skip to:
Content
Pages
Categories
Search
Top
Bottom

Avatar can’t crop

Viewing 6 replies - 1 through 6 (of 6 total)

  • Tammie Lister
    Moderator

    @karmatosed

    I’ve seen this twice happen and once it was due to a scripting clash and the other time was due to using older versions of files than the BuddyPress being used.

    Can I just get a clarification of what BuddyPress version you are using and if the theme you are using (even if custom) has been updated for that? Also, if possible as a ‘sanity check’ could you test using the default BuddyPress theme? Just so we have a baseline.


    lyricsandlines
    Member

    @lyricsandlines

    The default buddypress theme has the same problem. I am using buddypress version 1.5.5. Also I know my theme has not been updated for buddypress (http://themezee.com/zeebizzcard/)..could that be the problem?

    Anything else you need just lemme know, thanks for the help!


    Paul Wong-Gibbs
    Keymaster

    @djpaul

    Do you know how to check your web browser’s console for any javascript errors or warnings? This is usually some other’s plugin’s javascript loading at the wrong time, breaking BuddyPress.


    VeeBeeGlobal
    Participant

    @veebeeglobal

    This fault can also be caused from plugins which have css code.
    ie img{height: auto; max-width: 100%;}

    This will cause issues to the cropping as well.

    I have been tinkering with Responsive Templating, and that is a problem I battled for several hours with, until I found the reason causing the additional css, and then added my own css to my child template to solve the problem.
    #avatar-upload-form img {max-width: none;}

    VeeBee


    lyricsandlines
    Member

    @lyricsandlines

    @djpaul How do I check for that?


    VeeBeeGlobal
    Participant

    @veebeeglobal

    Using Firebug can do it..
    It is an addon for Firefox. (and Chrome too)

    VeeBee

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Avatar can’t crop’ is closed to new replies.
Skip to toolbar