Replies
- Ravi on August 19, 2020 at 10:46 am in reply to: Change BuddyPress Force Profile Photo plugin redirection #32589
Hello Tosin,
I am looking at it and will update you soon.
Regards
Ravi - Ravi on August 17, 2020 at 9:44 am in reply to: [Resolved] Remove: Registering for this site is easy….. #32504
Hello Carsten,
Thank you for posting. Please check the following thread with similiar issue.
https://buddydev.com/support/forums/topic/hide-register-text-in-bp-regsiter-form/
Regards
Ravi Hello Tosin,
PLease update the plugin. Notice is fixed now.
Regards
Ravi- Ravi on August 15, 2020 at 11:07 am in reply to: [Resolved] Hide Register text in BP Regsiter form #32463
Hello Daniel,
That was expected. You can not hide this message using css. Try the following code if you are using Nouveau template pack
add_filter( 'bp_nouveau_feedback_messages', function ( $args ) { if ( isset( $args['request-details'] ) ) { unset( $args['request-details'] ); } return $args; } );
Regards
Ravi - Ravi on August 15, 2020 at 9:39 am in reply to: [Resolved] Hide Register text in BP Regsiter form #32459
Hello Daniel,
Thank you for posting. With BuddyPress Nouveau template it can be easily done as it provide a filter ‘bp_nouveau_feedback_messages’ so that you can use this and return empty string for the case. If you are using BuddyPress leagacy then it bit difficult using CSS as there is no specific id or class is added to the rendering element in that case you have to override the register.php into your active theme and remove that line.
Please do let me know if you need further assistance.
Regards
Ravi Hello Ankit,
Please try after disable all other plugins except BuddyPress and switch to default WordPress theme temporarily and check if the issue still persists or not.
Regards
RaviHello Ankit,
Is there any plugin or custom code you are using that restrict group creation?. I am able to access group create menu with Whitedot theme.
Regards
RaviHello Ankit,
Thank you for posting. To enable group creation you first need enabled group component. If you have already enabled this component please check setting with name “Group Creation” is enabled. you can find this under BuddyPress settings > Options Tab > Group Settings section.
Regards
RaviHello Ankit,
Thank you for posting. Try the following
In Top Level Component case:
Create a custom link and add a link like “http://yourdomain.com/members/me/circle/” use this link if you have added circle tab as “Top level component”
In Under Friends Tab case:
Create a custom link and add a link like “http://yourdomain.com/members/me/friends/circle/” use this link if you have added circle tab as “Friends Tab”
Please check
Regards
RaviHello Ankit,
Thank you for posting. Please do not create duplicate threads for the same issue. I am closing this in regards to the following.
https://buddydev.com/support/forums/topic/private-account/
Regards
Ravi