Replies
- Brajesh Singh on July 30, 2020 at 4:18 pm in reply to: [Resolved] Buddypress Profile page background color change #32033
Hi Dieudonne,
Thank you.
I am glad I could assist. All the best with the site 🙂
Regards
Brajesh - Brajesh Singh on July 30, 2020 at 4:17 pm in reply to: [Resolved] buddypress featured members #32030
You are welcome.
- Brajesh Singh on July 29, 2020 at 8:06 pm in reply to: [Resolved] buddypress featured members #32022
The benefit of translation is that you can use it to change text in the same language. All you need to do it create the translation for your current language(even if it is the default).
Regards
Brajesh - Brajesh Singh on July 29, 2020 at 7:45 pm in reply to: [Resolved] Share Galleries to Instagram #32020
You can share them as normal link. We don’t have any specific sharing feature currently.
Regards
Brajesh - Brajesh Singh on July 29, 2020 at 7:44 pm in reply to: [Resolved] Share Galleries to Instagram #32018
Hi Chelle,
Thank you for the question.No, It is not feasible currently.
Regards
Brajesh Hi,
Thank you for reporting.It is a known issue that the plugin does not allow posting/commenting with BP Nouveau template and BuddyBoss theme.
We do not plat to add any support for it as BuddyBoss is bringing their own block/shortcode for activity listing and so is BuddyPress.We only plan to continue support for the BuddyPress legacy template.
Regards
Brajesh- Brajesh Singh on July 29, 2020 at 6:51 pm in reply to: [Resolved] Buddypress Profile page background color change #32014
Hi,
Thank you for linkingYou may want to set the default background for the user pages like this
.bp-user .elementor-location-header { background: #ccc; /* please change */ }You can add it by visitng Dashboard->Apparance->Customize and putting it in the “Additional Css” section.
Regards
Brajesh - Brajesh Singh on July 29, 2020 at 6:40 pm in reply to: [Resolved] Recent Visitors shortcode creating issues in Blocks #32012
Hi Carsten,
Thank you for confirming.Regards
Brajesh - Brajesh Singh on July 29, 2020 at 6:38 pm in reply to: [Resolved] Create a popup for letting the user know that the account has been deleted? #32011
Hi Daniel,
you may use the following code to do that./** * Redirect user to a page after account deletion. */ add_action( 'bp_core_deleted_account', function () { // $url = "http://yoursite.com/some-page/"; $url = site_url( '/account-deleted/' ); bp_core_redirect( $url ); } );Regards
Brajesh - Brajesh Singh on July 29, 2020 at 6:35 pm in reply to: Maintain Xprofile fields when registering via Google Account #32010
Hi Daniel,
The cover upload worked for me properly. Is there any chance your cover upload was disabled leading to 404?Regards
Brajesh