Replies
- Brajesh Singh on July 22, 2021 at 8:10 am in reply to: Loading Mathjax dynamiquement just working in local #39672
Hi Nestor,
Welcome back.is there any chance you have different template packs enabled on local and the server?
Also, I am sorry, I am unable to assist you with debugging it currently. It has been quiet some time(around a year) since I looked into Mathjax for you. At the moment, I am lacking time to investigate it.
If the template packs are same, I will recommend getting in touch with your theme author and showing them my recommendations. There might have been some layour/structure changes causing the code to fail.
Regards
Brajesh - Brajesh Singh on July 22, 2021 at 8:06 am in reply to: [Resolved] Branded login pages settings not saving properly #39671
Thank you Tosin.
That’s good to know.Regards
Brajesh - Brajesh Singh on July 22, 2021 at 8:06 am in reply to: [Resolved] How To Make Activity Feed Public? #39670
Hi Mike,
Any chance you are using a plugin like BuddyPress Activity Filter or some code to filter activity stream?If not, Please provide me access to the site dashboard and I can quickly check the reason.
Regards
Brajesh - Brajesh Singh on July 22, 2021 at 8:04 am in reply to: Issue with member types pro assigning all available member types to new user #39669
Hi,
Thank you for using our plugin.Please share the following details:-
1. BuddyPress Version
2. WordPress version
3. Theme name and version
4. Which template pack are you using?
5. Member types pro version
6. Member type Pro field type used for registration(is it single member type or multi field).Thank you
Brajesh - Brajesh Singh on July 22, 2021 at 8:02 am in reply to: comment button for “WordPress activity post” in stream missing #39668
Hi Toury,
On the BuddyDev site, we have intentionally disabled the ability to comment on the blog posts in activity stream. we did not want the comments to be split at 2 places.
Here is a screenshot showing it working.
https://i.imgur.com/AxW154j.pngThe problem is either your theme is not supporting it or the comments are closed for the post. Since you are using a premium theme, I will request approaching them for the solution.
Regards
Brajesh - Brajesh Singh on July 21, 2021 at 9:42 pm in reply to: [Resolved] Auto join groups – cron job #39658
That’s strange. Ravi or I will test it again and get back to you.
Regards
Brajesh Hi,
Thank you for the patience.I am posting 3 snippets for 3 different positions of the button. Please let me know which one is more suitable and I can assist you with css(all of them need css to put on the same line as other content).
// after activity header actions(first line). add_action( 'bp_get_activity_action', function ( $action ) { if ( ! is_user_logged_in() ) { return $action; } return $action . bp_get_add_friend_button( bp_get_activity_user_id() ); } );or
// Before delete button. add_action( 'bp_activity_entry_meta', function () { if ( ! is_user_logged_in() ) { return; } echo bp_get_add_friend_button( bp_get_activity_user_id() ); } );or
// after activity content add_action( 'bp_activity_entry_content', function () { if ( ! is_user_logged_in() ) { return; } echo bp_get_add_friend_button( bp_get_activity_user_id() ); } );Please put this in child theme’s functions.php (any one of these) and let me know which one you want to use. I will provide some css for it then.
Regards
Brajesh- Brajesh Singh on July 21, 2021 at 6:49 pm in reply to: [Resolved] Remove Profile Tabs Dropdown Menu #39654
Hi Lisa,
Do you want it to be removed from the top main menu too?(I am not sure if you have it). I will post the code after your reply.Regards
Brajesh - Brajesh Singh on July 21, 2021 at 6:35 pm in reply to: [Resolved] Auto join groups – cron job #39650
Hi Darshan,
Try using 12,13 instead of putting it inside a quote and then try.Regards
Brajesh - Brajesh Singh on July 21, 2021 at 6:34 pm in reply to: [Resolved] Redirect after Registration #39649
Hi Gianluca,
Thank you for the question.
You may use this plugin.https://buddydev.com/plugins/bp-auto-activate-auto-login/
You can configure the redirect after activation/login etc with this plugin.
Please have a look.
Regards
Brajesh