BuddyDev

Search

Replies

  • Participant
    Level: Yogi
    Posts: 1105
    calu on in reply to: Organize user submitted images in the Media Library #49720

    Hello Ravi, thanks for coming up with a solution to this issue, which I think would be of great help to all using BP.

    Unfortunately images uploaded with MediaPress still appear in the Media library.

    Regards
    Carsten

  • Participant
    Level: Yogi
    Posts: 1105
    calu on in reply to: Plugin issues #49718
    This reply has been marked as private.
  • Participant
    Level: Yogi
    Posts: 1105
    calu on in reply to: Plugin issues #49717
    This reply has been marked as private.
  • Participant
    Level: Yogi
    Posts: 1105
    calu on in reply to: Blurry-avatar-images #49142

    Hi Brajesh, thanks to Ravi for reporting back. Yes, I’m using BuddyPress Who’s online avatar block.

    I guess I could change the hard coding, else is it possible to overwrite the widget file in my child theme?

    Regards
    Carsten

  • Participant
    Level: Yogi
    Posts: 1105
    calu on in reply to: Slug to use to remove the “profile” subnav menu item. #49038

    Hi Brajesh, sorry for not perceiving this in your reply. So the conclusion is, that it is not possible to remove this tab.

    It is a bit redundant on other profiles, and does nothing good for the design with two profile tabs on top of each other. I guess I can hide it with css then.

    https://imgur.com/Emijrvf

    Regards
    Carsten

  • Participant
    Level: Yogi
    Posts: 1105
    calu on in reply to: Blurry-avatar-images #49036

    Hi Brajesh, yes it is a bit strange, as the same avatar appears in the correct size 110x110px in the other widget.

    https://imgur.com/v8krXFo

    https://imgur.com/oD35fJr

    https://imgur.com/illQGUd

    Thanks, I appreciate Ravi is looking into this issue.

    Regards
    Carsten

  • Participant
    Level: Yogi
    Posts: 1105
    calu on in reply to: Blurry-avatar-images #49032

    Hi Brajesh, the code is in functions.php and is working fine with profile photo and widget avatars, except for avatars in the Who’s Online widget.

    Regards
    Carsten

  • Participant
    Level: Yogi
    Posts: 1105
    calu on in reply to: Slug to use to remove the “profile” subnav menu item. #49030

    Hi Brajesh, I’m sorry, but all solutions breaks my site. Clicking on a profile, directs to the frontpage.

    Regards
    Carsten

  • Participant
    Level: Yogi
    Posts: 1105
    calu on in reply to: Blurry-avatar-images #49028

    Hi Brajesh, thanks for the clarification.

    1. Yes, the avatar thumb size has been changed to 110px.

    
    if ( ! defined( 'BP_AVATAR_THUMB_WIDTH' ) )
        define( 'BP_AVATAR_THUMB_WIDTH', 110 ); //change this with your desired thumb width
     
    if ( ! defined( 'BP_AVATAR_THUMB_HEIGHT' ) )
        define( 'BP_AVATAR_THUMB_HEIGHT', 110 ); //change this with your desired thumb height
     
    if ( ! defined( 'BP_AVATAR_FULL_WIDTH' ) )
        define( 'BP_AVATAR_FULL_WIDTH', 450 ); //change this with your desired full size,weel I changed it to 260 :)
     
    if ( ! defined( 'BP_AVATAR_FULL_HEIGHT' ) )
        define( 'BP_AVATAR_FULL_HEIGHT', 450 ); //change this to default height for full avatar
    

    Regards
    Carsten

    • This reply was modified 1 year, 1 month ago by calu.
  • Participant
    Level: Yogi
    Posts: 1105
    calu on in reply to: Blurry-avatar-images #49012

    Hi Brajesh, thank you again for spotting this issue.
    This is not a custom css, neither from the buddypress.min.css file, so where does this rule belong?

    Apparently it is not possible to overwrite in custom css, so how can I delete or change this?

    img[Attributes Style] {
        width: 50px;
        aspect-ratio: auto 50 / 50;
        height: 50px;
    }

    Regards
    Carsten