Replies
- Brajesh Singh on December 22, 2021 at 11:16 pm in reply to: [Resolved] Buddyblog pro – users follow other users blogs #42215
Hi Daniel,
I was sort of expecting that. BuddyBoss makes the button ineffective outside the directory and profile. The best solution is to ask BuddyBoss either load their script for handling follow on all parts of the site to to avoid making the button no-op.Regards
Brajesh - Brajesh Singh on December 22, 2021 at 11:14 pm in reply to: [Resolved] BuddyPress group admin capabilities – for role, for member type #42214
Hi Vlad,
I am pretty sure the role has no effect in case of BuddyPress.Is there any chance that you are using BuddyBoss? They might have different way to handle it.
Regards
Brajesh - Brajesh Singh on December 22, 2021 at 11:13 pm in reply to: [Resolved] add media to forum post #42213
You are welcome. Please give that a try.
Regards
Brajesh - Brajesh Singh on December 22, 2021 at 12:16 am in reply to: [Resolved] BuddyPress group admin capabilities – for role, for member type #42196
Hi Vlad,
BuddyPress does not use Role for Group admin capabilities.We are not sure what could be causing it. Does it work if you change the role to Subscriber?
Regards
Brajesh - Brajesh Singh on December 22, 2021 at 12:07 am in reply to: [Resolved] Buddyblog pro – users follow other users blogs #42194
Thank you. You can add the following snippet in your child theme to show the follow/unfollow button.
// add follow button below single post content. add_filter( 'the_content', function ( $content ) { if ( is_single() && function_exists( 'bp_get_add_follow_button' ) && is_user_logged_in() && get_current_user_id() != get_the_author_meta( 'ID' ) ) { $content .= '<div class="author-follow-meta">Follow Author: ' . bp_get_add_follow_button( get_the_author_meta( 'ID' ), get_current_user_id() ) .'</div>'; } return $content; } );Regards
Brajesh - Brajesh Singh on December 22, 2021 at 12:04 am in reply to: BuddyPress Auto Join Groups – not updating on profile update #42193
Hi David,
Thank you for reporting. I am sorry for the issue.
Please allow us 1 day to investigate and get back to you.Regards
Brajesh - Brajesh Singh on December 21, 2021 at 11:41 pm in reply to: [Resolved] Update the user xprofile field #42192
Hi Vlad,
You will need to write a form handler. Something that will handle the submission of your form. in order to do that, you need to identify your form.I had a look at your form code above and I am not sure what you want to achieve with it. Can you please help us understand what you are trying to achieve with it? Ravi or I will be able to assist you better then.
Regards
Brajesh - Brajesh Singh on December 21, 2021 at 11:33 pm in reply to: [Resolved] “HTTP error ” when uploading images via Media Press #42191
Hi Chris,
Thank you for sharing the details and solution.Yes, that could have corrupted the image and caused this issue. Thank you for letting us know.
Regards
Brajesh - Brajesh Singh on December 21, 2021 at 11:32 pm in reply to: Elementor Shortcode in Profile tab blows avatar layout #42190
Hi April,
Thank you for the screenshots.
It seems like some kind of css conflict and not a generic issue. Please link to a profile page on your site and we will assist you.Regards
Brajesh - Brajesh Singh on December 21, 2021 at 11:29 pm in reply to: [Resolved] BuddyCommerce – edit addresses will give 404 page #42189
Hi Robert,
I am sorry for the issue. I see that you have marked it resolved. Is it resolved or do you still need assistance with it?
Please let me know and I will assist.
Regards
Brajesh