BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25090
    Brajesh Singh on in reply to: Blurry-avatar-images #48974

    Please make sure to change this

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

    to

    
    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
    

    That should help you resolve it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25090

    Hi Eric,
    Thank you for your patience.
    we have updated the plugin.
    It partially solves your issue but there is still issue with preview.

    The problem is in /themes/buddyboss-theme/template-parts/unread-messages.php
    there is no hook for filtering excerpt.

    Please request BuddyBoss to add a filter and we can make it work on the preview too.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25090
    Brajesh Singh on in reply to: Blurry-avatar-images #48970

    Hi Carsten,
    Thank you.

    I had a look at the widget. The widget is using thumbnail and the size it uses is 50px but you are using css to force it to be 110px and that is causing the issue.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25090
    Brajesh Singh on in reply to: Buddypress User Contact Form #48968

    Hi Thomas,
    Thank you for your patience and the reply.
    It will be delayed by 1 more day. Our team has managed to implement recaptcha v3 support but there was a lag on submission of form(we fetched token on user clicking submit). We had a discussion and this strategy will be updated to fetch token early.

    We will be pushing the release tomorrow.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25090

    Hi Iain,
    Thank you for the replies.

    Can you please link me to a screenshot and show where you want that field to be ? That will help me assist you better.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25090
    Brajesh Singh on in reply to: Blurry-avatar-images #48966

    Hi Carsten,
    Thank you for the replies.
    Member Types Pro will not have any effect on your css/avatar other than it filters the default avatar.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25090

    Hi Lisa,
    Thank you.

    I am not sure of the issue with the other field groups. Can you please disable the profile completion plugin temporarily and check if that makes it work?
    If you have a staging site, Please do link me. I will be glad to test and see if I may be able to assist.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25090
    Brajesh Singh on in reply to: Blurry-avatar-images #48959

    Hi Carsten,
    You need to make sure that the image dimension that you are using is less than or equal to the cropped image.

    Since BuddyPress sets 2 sizes(thumbnail 50px, full 150px), if you use thumb at larger than 50 and full larger than 150px, they will not look sharp.

    You can use the code from my post to set your own larger avatar sizes.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25090

    Hi webfriend,
    Is there any chance that the site being embed is also a WordPress site?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25090
    Brajesh Singh on in reply to: [Resolved] Activity Shortcode Tweaks #48951
    This reply has been marked as private.