Replies
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- Brajesh Singh on March 28, 2023 at 7:06 pm in reply to: Profanity not working in buddyboss message preview and notification #48973
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 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
BrajeshHi 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- Brajesh Singh on March 28, 2023 at 6:08 pm in reply to: [Resolved] Change Buddypress headers on register page #48967
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 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- Brajesh Singh on March 28, 2023 at 11:38 am in reply to: [Resolved] Conditional Fields + Profile Completion won’t work with required fields #48961
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 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- Brajesh Singh on March 28, 2023 at 11:25 am in reply to: [Resolved] Activity plus reloaded—more than one video will post #48958
Hi webfriend,
Is there any chance that the site being embed is also a WordPress site?Regards
Brajesh - This reply has been marked as private.