Replies
- Brajesh Singh on April 24, 2020 at 8:12 am in reply to: [Resolved] Activity Shortcode image size increased after update #29187
Hi Philippe,
I am sorry, we haven’t made any change the in update that can cause it.The only change is we addedd a filter to allow others filter our generated class.
Please contact your theme developers and they might have better idea.
Regards
Brajesh - Brajesh Singh on April 23, 2020 at 6:35 pm in reply to: [Resolved] Need some help with CSS and the Community Builder Pro #29179
Hi Jay,
Thank you.I have fixed it.
Here is how it looks on desktop
https://i.imgur.com/NLfjXRU.pngand here is what it looks on mobile devices
https://i.imgur.com/j8Z3CPr.pngSince I do not have any members, I am unable to check the members/groups list there.
If you have some members and groups for the BuddyMeet, can you please provide me guest access. I will like to make sure they look good too before going for the release.
Regards
Brajesh - Brajesh Singh on April 23, 2020 at 5:50 pm in reply to: [Resolved] Recent Visitors For BuddyPress Profile -> Tab in Profile #29175
Hi,
I am planning to add this as an option in the recent visitors setting in next update. Most probably early next week. You can turn it on/off(will be off by default).Regards
Brajesh - Brajesh Singh on April 23, 2020 at 5:49 pm in reply to: Issue in BuddyPress and Breadcrumb Trail Plugin Compatibility – Updated #29174
Hi Mangesh,
Welcome to BuddyDev.I believe things have changed since then. We do have updated code in Community Builder Free/Pro theme for the same. I will extract and share that in a day.
Regards
Brajesh - Brajesh Singh on April 23, 2020 at 5:48 pm in reply to: Double member sorting and member search on single BuddyPress Group page #29173
Hi Torben,
can you please tell me how are you setting members as home page for the group? That might give me some clue. I am looking forward to release another update very soon, so will be glad to have it fixed too.Regards
Brajesh - Brajesh Singh on April 23, 2020 at 5:47 pm in reply to: [Resolved] Community Builder Pro – Profile menu on smartphones #29172
Thank you Christophe,
I am glad it is resolved it 2.0.6.Regards
Brajesh - Brajesh Singh on April 23, 2020 at 5:43 pm in reply to: [Resolved] Adding message count to Messages in a hook element #29170
Hi,
You can use the following code<?php echo bp_get_total_unread_messages_count( $user_id );?>Where you can use following for user id
bp_loggedin_user_id(); // of the logged in user bp_displayed_user_id(); // of the displayed user bp_get_member_user_id();// in members loopDepending on the context.
Regards
Brajesh - Brajesh Singh on April 23, 2020 at 5:34 pm in reply to: [Resolved] TTFB increased by Live Notification #29167
Thank you.
- Brajesh Singh on April 23, 2020 at 5:33 pm in reply to: BuddyPress Member Types Pro: no list in directory etc. #29166This reply has been marked as private.
- Brajesh Singh on April 23, 2020 at 5:26 pm in reply to: [Resolved] Click image in Gallery Lightbox – change to navigate Next? #29164
Hi Shannon
@ravisharma has fixed the changing of the cover. Isn’t it reflecting new image now?Also, he has added a css class to the media which is set as cover, Please try using inspector to check. You can hilight based on that class.
Regards
Brajesh