This topic has 1 reply, 2 voices, and was last updated 10 years by sharmstr.

  • Author
  • #30507
     Meeekz
    Participant

    I would like my group avatars to display rectangular at 215px x 185px
    Where can I make this change so the crop tool allows this size?

    Thanks,
    Mika

    #30510
     sharmstr
    Moderator

    That’s a two part answer

    Size: That’s a BuddyPress function. They have instructions for that https://codex.buddypress.org/getting-started/guides/customizing-buddypress-avatars/ The issue you’ll run into is wanting to do it for groups and not for members. You’ll have better luck asking over in the Buddypress forum

    Square: You’ll have to add some custom css to your child theme. This might not get all instances of the group avatar, but try this for the group directory.

    COPY CODE
    
    
    #buddypress #groups-list .item-avatar {
    border-radius: 0 !important;
    }
    
    #buddypress #groups-list .item-avatar.rounded img {
    border-radius: 0;
    }
    
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?