Replies
Hi,
Can you please point me to the correct page?Do you mean register on this page
https://allbodyfitness.com/recipes/I don’t see the class applied to it.
Also, on your site, the motopress content editor plugin is throwing js errors, so that may cause some issue. Please point me to the page containing the link and I will be able to help.
Thank you
Brajesh- Brajesh Singh on December 23, 2016 at 1:34 pm in reply to: [Resolved] Want to customize white label login template #6875
Hi Chris,
You can copy it from our plugin to your theme. - Brajesh Singh on December 23, 2016 at 1:01 pm in reply to: BuddyPress Profile Visibility Manager #6873
Hi Joseph,
Thank you for asking.The plugin completely hides the user if visibility is set to hidden. It does not hide individual tab, the complete single user section.
Hope that clarifies.
Regards
Brajesh - Brajesh Singh on December 23, 2016 at 12:59 pm in reply to: Display user role change in Activity stream #6872
Hi Mitch,
You may use this one$action = sprintf( '%s has become %s', bp_core_get_userlink( $user_id ), $role->name );Hope that helps.
- Brajesh Singh on December 23, 2016 at 6:53 am in reply to: [Resolved] Want to customize white label login template #6869
Hi Chris,
I am glad you have modified it in the plugin.
Here is what I was suggesting earlier for having a future proof copycopy bp-branded-login/blogin/login.php to yourtheme/blogin/login.phpThat way, the plugin will load it from your theme/child theme and your changes will always remain there.
Hope that clarifies.
- Brajesh Singh on December 22, 2016 at 6:50 pm in reply to: Question about plugin bp group activities notifier #6864
Hi Aladin,
Thank you for reporting. I just looked at the plugin and as far as I see, It may be an issue with the BP Learndash.Please see the code here
It is using activity action to show the notification text and it seems that the plugin you are using is most probably storing empty actions.
I will suggest checking with the plugin’t developer for more details.
Regards
Brajesh Hi Luda,
I am sorry for the delayed reply.Yes, the plugin will work for any post type having support for comments.
- Brajesh Singh on December 22, 2016 at 6:12 pm in reply to: BuddyPress Deactivate Account member counter #6861
Hi Joni,
Thank you for purchasing.I am sorry about the count issue.
I will be updating the plugin tonight/tomorrow and fix the tottal issue on directory. I am sorry but I will be avoiding that on friends page. BuddyPress does not uses count from the current friends query, It stores statically the count and modifying that makes it extra queries.
There are functions available for seting user account active/inactive
//set the account of $user_id active bp_account_deactivator()->set_active( $user_id ); //to set the account of $user_id inactive bp_account_deactivator()->set_inactive( $user_id );Hope that helps.
- Brajesh Singh on December 22, 2016 at 5:55 pm in reply to: [Resolved] Want to customize white label login template #6860
Hi Chris,
Please copy bp-branded-login/blogin/login.php to your theme/blogin/login.php and put this line<?php do_action( 'wordpress_social_login' );?>Where you want the buttons to appear. The buttons will appear(though yopu may need to do a little css).
- Brajesh Singh on December 22, 2016 at 5:24 pm in reply to: Community Builder How to remove right panel winfow login #6859
Hi Dave,
Please copy template-parts/panel-right.php to your childtheme/template-parts/panel-right.php and remove the login form.Hope that helps.