Replies
- Brajesh Singh on May 8, 2020 at 3:26 pm in reply to: [Resolved] Mediapress Unable to upload media in iOS Mobile using Aardvark Theme #29607This reply has been marked as private.
- Brajesh Singh on May 8, 2020 at 3:25 pm in reply to: [Resolved] Recent visitors with an avatar and active #29606
Hi Laurent,
I am sorry, your access expired as you had only purchased 1 month access.Since this is a bug fix, Please share your email and I will share a copy of the plugin via google drive.
PS:- Please feel free to use private reply for sharing email.
Regards
Brajesh - Brajesh Singh on May 8, 2020 at 3:23 pm in reply to: [Resolved] BuddyPress Multi Network. Setup issues \"No member found\" #29605
Hi Issam,
Thank you for the question.There are 2 possible reasons for it:-
1. The tables were not created. Please use phpmyadmin and check if tables were created for the sub site(prefix_number_bp_xyz where xyz is table name)
2. If yes, You most probably haven’t added any one to this this sub site. Please add a user to this sub site and then make sure that user visits it at least 1 time(last active time needs to be recorded).
PS:- I am sorry but I could not understand what you meant by activating BuddyDev support option? Please clarify.
Regards
Brajesh Hi Hugo,
Are you using any plugin or something else to redirect/restrict access? I don’t see any reason for it(unless you restricted it in BuddyBlog settings).Regards
Brajesh- Brajesh Singh on May 8, 2020 at 3:18 pm in reply to: Branded Login Plugin – Can't get it to work #29602
Hi Justin,
Thank you for the update.The BuddyPress page templates follow a different structure.
To override registration page, Please create buddypress/members/index-register.php and this page will be used for registration page.
Regards
Brajesh Hi Clea,
Thank you for confirming the fix. I will check the issue on profile and get back to you in couple of hours.Regards
BrajeshHi Hugo,
I am sorry for the trouble.Please visit Dashboard->settings->BuddyBlog and make sure that a post type is selected and some taxonomy is selected.
Please save and it will go away.
Regards
Brajesh- Brajesh Singh on May 7, 2020 at 10:21 am in reply to: [Resolved] Recent visitors with an avatar and active #29583
Hi Laurent,
Thank you for the patience.Please upgrade to 1.6.2.
It will cleanup visits for any user who get deleted in future. For already deleted users, It will not show them in the list but the count will be different.
Regards
Brajesh - Brajesh Singh on May 7, 2020 at 2:01 am in reply to: [Resolved] Error on autocomplete mention on private message – Community Builder Pro theme #29581
Hi Sotiris,
Thank you for confirming.
The suggestion is a service provided by BuddyPress and only client side is enabled by the theme.
It is possible to make it friends only but that will make the suggestions at other places friends only too.
Here is a couple of line you can put in bp-custom.php or your child theme’s function.php
/** * Make suggestions friends only. */ add_filter( 'bp_members_suggestions_args', function ( $args ) { $args['only_friends'] = true; return $args; } );Regards
Brajesh Hi Clea,
Thank you for the patience.Please upgrade to 1.1.1 and let me know if that resolves your issue or not?
Regards
Brajesh