Replies
- Brajesh Singh on June 6, 2024 at 2:51 pm in reply to: WordPress Restrict Email Domains plugin issue #52693
Hi Atul,
Thank you for the reply.
We have issued the refund as requested.Regards
Brajesh - Brajesh Singh on June 3, 2024 at 4:36 pm in reply to: [Resolved] How to remove “send friend requests #52680
You are welcome.
Regards
Brajesh - Brajesh Singh on June 3, 2024 at 4:23 pm in reply to: [Resolved] How to remove “send friend requests #52678
Hi James,
Yes, that page is added by Profile Visibility Manager plugin.
You have already disabled, so that’s good. Anyone else looking for similar solution, It can be disabled from dashboard->Settings->BP Profile Visibility Manager -> “General Settings” and looking for “Enable Friendship Request preference?”Regards
Brajesh - Brajesh Singh on June 3, 2024 at 3:22 pm in reply to: [Resolved] How to remove “send friend requests #52675
Hi James,
This is the plugin.
https://buddydev.com/plugins/bp-profile-visibility-manager/Can you please check and let me know if you are using this?
Regards
Brajesh Hi Katrine,
Thank you for the reply.Though we are going to look into it, you can just think it in reverse too. Our plugin does not cause any issue if RT Media is not enabled. So, we do consider that they are doing something to cause it(most probably malformed ajax query string).
I will update you within 24 hours with a reason/solution from our end(if feasible) or suggestions for the resolution.
Regards
Brajesh- Brajesh Singh on June 3, 2024 at 12:24 pm in reply to: Mediapress – Predefined User Galleries with Buddyboss #52669
Hi Herra,
Welcome back to BuddyDev support forums.MediaPress is for BuddyPress and will not work with BuddyBoss.
Please contact BuddyBoss support and ask them if they can assist you with it. BuddyBoss has their own media system.
Regards
Brajesh Hi Katrine,
I am sorry, the problem is RT Media uploaded activity can not be marked as anonymous/should not be marked as anonymous.do you have issues when the RT media activity is not marked as anonymous?
Regards
Brajesh- Brajesh Singh on June 3, 2024 at 12:19 pm in reply to: [Resolved] How to remove “send friend requests #52667
Hi James,
Thank you for the reply.If you are not using any of our plugins, It can not be caused by our plugin then.
Please inform BuddyBoss support that you are not using any of our plugins and they will assist you further.
Regards
Brajesh - Brajesh Singh on May 31, 2024 at 2:14 pm in reply to: [Resolved] How to remove “send friend requests #52629
Hi James,
Thank you for reaching out.Are you using our plugin? I don’t see any plugin attached with your account. Please confirm and we will look into it.
Regards
Brajesh Hi Mike,
Around BuddyPress 11.0, The loading of assets(css/js) were limited to BuddyPress pages only.You can re-enable loading on all page using the following code
/** * Load BP Assets on all pages. */ add_filter( 'bp_enqueue_assets_in_bp_pages_only', '__return_false' );
That will fix your issue.
Regards
Brajesh