BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25203

    Hi Peter,
    My apologies.

    Please check your staging site now. I have removed ‘all-activity’ from the default sub nav option in the Tab settings and it is working now.
    It seems that the community activity on profile plugin has some kind of conflict that leads to this.

    For the time being, Please remove ‘all-activity’ from the Activity tab settings.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25203

    Hi Martin,
    Thank you.
    It seems the cache may be a reason. I am still not completely sure.

    Can you please temporarily disable the caching plugin and try registering a new account in incongnot mode(or a different browser to avoid cache) and see if they work. If it does, we can look into the cache plugin settings.

    Please let me know what you find.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25203

    Hi Eric,
    Thank you for the reply.
    I am glad that we were able to add the compatibility.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25203

    Hi Martin,
    Thank you for purchasing from us.

    Do you get logged in after the account activation?

    Also, do you have any of the following two features enabled by other plugin/cose/server:-

    1. User account moderation of new registration(like BuddyPress Registration Options plugin)
    2. Any caching plugin enabled?

    Please share the details and I will assist.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25203
    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: 25203

    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: 25203
    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: 25203
    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: 25203

    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: 25203
    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