Replies
- Brajesh Singh on March 9, 2020 at 7:24 am in reply to: The 'Active' text in the span.activity has gone. #28177This reply has been marked as private.
- Brajesh Singh on March 9, 2020 at 7:20 am in reply to: [Resolved] Activity Plus Reloaded for BuddyPress #28175
Thank you for confirming Linda.
- Brajesh Singh on March 9, 2020 at 7:09 am in reply to: [Resolved] Activity Plus Reloaded for BuddyPress #28173
Hi JJ,
Thank you for confirming.I am glad it worked properly 🙂
Regards
Brajesh - Brajesh Singh on March 9, 2020 at 7:09 am in reply to: [Resolved] Members without profile picture #28172
Hi Laurent,
Thank you for the patience.Please add this to your bp-cusotm.php and let me know if it works or not?
add_action( 'bp_after_has_members_parse_args', function ( $args ) { if ( bp_is_members_directory() ) { $args['meta_key'] = '_has_avatar'; $args['meta_value'] = 1; } return $args; } );Regards
Brajesh - Brajesh Singh on March 9, 2020 at 7:03 am in reply to: Front End / BuddyBlog – How to separate Category and Tags #28171
Hi John,
I had a look.Since you are using CSS Grid, I do not see a way to move it(as it is inside a different contaioner).
The solution is to modify the posting form yourself.
Please copy form.php form wp-content/plugins/bp-simple-front-ed-post to yourtheme/feposting/form.php
and modify the markup.
Regards
Brajesh - Brajesh Singh on March 9, 2020 at 6:42 am in reply to: [Resolved] BuddyPress Moderation Tools Report Button Issue #28170
Hi Eamon,
Thank you for the patience.Please upgrade to 1.2.9. It adds the markup compatible with BuddyBoss.
Regards
Brajesh - Brajesh Singh on March 9, 2020 at 6:41 am in reply to: [Resolved] Mediapress – padding issue. When clicking on buttons! #28169
Hi,
Please use the following cssbody.mediapress #primary{ padding: 0; }That should fix it.
Regards
Brajesh - Brajesh Singh on March 8, 2020 at 11:12 pm in reply to: [Resolved] BuddyPress Moderation Tools Report Button Issue #28166This reply has been marked as private.
- Brajesh Singh on March 8, 2020 at 10:55 pm in reply to: [Resolved] Activity Plus Reloaded for BuddyPress #28165
Hi Linda, JJ
Thank you for the patience.Please upgrade to 1.0.3
Now, you can select link target from plugins settings(Dashboard->Settings->Activity Plus).
Regards
Brajesh - Brajesh Singh on March 8, 2020 at 1:16 am in reply to: This plugin not work with other themes? #28156
Hi Kino,
Thank you.1. Why we do not use a settings page and instead use the customizer
Please see. This is the recommended way.
https://developer.wordpress.org/themes/customize-api/
2. We can make a control panel like most of the BuddyPress themes do. It is a simple task( most of the themes are using a modified version of the Redux framework(even BuddyBoss uses this)). We did use it in past but it is not something we want to do it in future.
I know this change might not feel good for some who are accustomed of the old framework/panel, but this is for the better.
3. Unlike the plugin, Community Builder advertises itself as a framework and to change the colors/layout/most of the thing, you do not need to know css or modify css.
The live customizer allows you to preview the changes and update.4. I believe You are right, BuddyPress activity experience needs to improve. We have worked on to improve it and in future, we will be doing a lot more.
We plan to change the way BuddyPress themes work. I know that Community Builder is not for everyone, that’s why we have 4 more themes lined up. They will suit the specific needs better as they focus on design and are not framework.I am pretty sure the current set of features we have offered(notifications/messages/profile cover/activity media/emoji/giphy etc), no other theme has(BuddyBoss theme does have emoji/giphy if you use BuddyBoss platform plugin instead of BuddyPress).
We look forward to push this more (and I hope others will follow).
Please keep checking our themes till August this year and be part of the change.
Regards
Brajesh