Replies
- Brajesh Singh on April 3, 2018 at 9:46 am in reply to: [Resolved] Problems with redirecting after registration [code of Rajesh] #14243
Hi Khol,
Did you create a new bp-custom.php in your wp-content/plugins directory?Also, did your email worked earlier? The code runs after the email gets sent, so It won’t have any effect on email.
Regards
Brajesh - Brajesh Singh on April 3, 2018 at 1:26 am in reply to: [Resolved] Correct add class to Buddypress Register Popup #14237
Hi,
A. Why not keep multiple fields in the base tab or first tab? You can rename it what you want.1. Xprofile Location:- We will check for compatibility and will let you know by early tomorrow.
2. Conditional Profile field plugin’s latest version is not tested with the Ajax Registration plugin. We will need a little time on that to test for the compatibility.
3. You can diable auto activation mode by adidng this codeadd_filter( 'bpajaxr_is_auto_activation_mode', '__return_false' );4. Privacy settings:- You can control it. The default applies to newly registered members. If you allow users to change it, They can control their profile visibility or you can disable for user and manually set for individual users.
I can assist with the code quickly, I need one last answer from you:- Do you want to keep pagination for the 100 users? Here is for with pagination
/** * Only show recent 100 users. * * @param array $args query args. * * @return array */ function buddydev_limit_las_100_members( $args ) { $args['max'] = 100; return $args; } add_action( 'bp_after_has_members_parse_args', 'buddydev_limit_las_100_members' );5. Sorry, there is no special css for it. You may want to customize the ajax-register-form.php file instead by copying it to your theme.
Regards
Brajesh Hi Joseph,
Thank you for purchasing the plugin.In case of BuddyPress Navigation, The icon is not part of the navigation but added via css(at least that’s what all themes have done till now).
The best way to achieve it with the Profile Tabs plugin is to add specific css class to the tabs and then using the Appearance->Customize->Additional CSS section to add css.
If you can link me to the site, I can help better(I am assuming that your theme uses icons for tab or you have an icon font loaded).
Thank you
Brajesh- Brajesh Singh on April 3, 2018 at 1:06 am in reply to: Ajax registration – form has gone whacky #14235
Hi Diana,
I checked on your site.1. On the Top right Register button, the popup seems to be working fine for me.
2. I do see the problem on the wp-login.php page register link where the layout for the registration is bad. It happens since this page is not adding your custom css.
What code have you used to load your custom css for ajax registration plugin? Please let me know and I can update here.
Thank you
Brajesh - Brajesh Singh on April 3, 2018 at 1:03 am in reply to: Display buddypress’s private message button on other theme's listing #14234
Hi Billy,
Thank you for the question.
I have a post lined up on the subject. Will post today and then reply back with the link here.Thank you
Brajesh - Brajesh Singh on April 3, 2018 at 1:02 am in reply to: [Resolved] Gallery Directory Pagination Issues #14233
Hi Keith,
That’s very strange.On the demo, we are using community Builder
http://demos.buddydev.com/mediapress/gallery/and the pagination is working.
I am still not sure of the issue but I am thinking on it. Will get back to you if I find any reason or if you have any more details to share, please do.
Regards
Brahjesh I am glad you found it. We do plan to add it on bulk edit screen too to avoid the the extra issue.
Regards
Brajesh- Brajesh Singh on April 2, 2018 at 11:41 am in reply to: [Resolved] BuddyPress Simple Front End Post Warnings In Code #14218
Hi Dime,
Please visit Settings again and you will see the option to let users upload. Please check that and users will be able to upload media into their posts.Regards
Brajesh - Brajesh Singh on April 2, 2018 at 7:30 am in reply to: [Resolved] BuddyPress Simple Front End Post Warnings In Code #14215
Hi Dime,
Please visit Dashboard->Settings->BuddyBlog Settings and save the settings.The error should go away.
Please let me know if that works for you or not?
Regards
Brajesh - Brajesh Singh on April 2, 2018 at 3:20 am in reply to: Ajax registration – form has gone whacky #14211
Hi Diana,
Your ssl certificate is expired and that’s why the browser is not loading the js from the httmps.Can you please renew the ssl(or avoid using it). Your link is correct. The problem lies that js is not loaded.
Please give it a try and let me know.
Thank you
Brajesh