Replies
- Brajesh Singh on August 21, 2019 at 10:52 pm in reply to: Force new members to sign up for a WooCommerce product after registration #24846
You are welcome.
Hi Adama,
Thank you for using MediaPress.I am sorry, we don’t have the option to delete original image currently. I will add it in our future update.
For now, Please use a plugin like
https://wordpress.org/plugins/ewww-image-optimizer/which optimizes image sizes.
Regards
Brajesh- Brajesh Singh on August 21, 2019 at 10:33 pm in reply to: How To Use BuddyPress Member Types Pro for Customizing Member Directory #24843This reply has been marked as private.
- Brajesh Singh on August 21, 2019 at 10:28 pm in reply to: [Resolved] Advice to link Members to 'Models' of keyboards #24842
Hi Mike,
We can use member types for it. My suggestion will be to use only one member type field.You can use “Multi Member Type” field to allow user select multiple member types.
Please do note that if you use Member Type to categorise users by keyboard models, you can not use the member type for another type of classification.
Regards
Brajesh - Brajesh Singh on August 21, 2019 at 10:26 pm in reply to: [Resolved] Best way to add a Member's Bio #24839
Hi Mike,
I do not think you need to sync the data as you will be using the xprofile field only. Still, It is easy to do that.Here is a plugin that allows it
https://wordpress.org/plugins/bp2wp-full-sync/Also, it can be achieved by 4-5 lines of code if we know the xprofile field id.
PS:- Allowing users to edit the field is a good idea.
Regards
Brajesh - Brajesh Singh on August 21, 2019 at 10:23 pm in reply to: Force new members to sign up for a WooCommerce product after registration #24838
The default settings are applied for everyone whose role you do not specify in the custom code. The default settings is the one you configure on Dashboard->Settings->BuddyPress->Options page.
Regards
Brajesh - Brajesh Singh on August 21, 2019 at 10:21 pm in reply to: How To Use BuddyPress Member Types Pro for Customizing Member Directory #24837
Hi Noah,
If bp-custom.php is not present and you are not familiar with php, you can put the code in your current active theme’s functions.phpPlease use a file manager(or ftp) and visit wp-content/themes/your current active theme. Please edit the functions.php and put the code at the bottom.
Or if you want, I can do it for you. Will need ftp access to do that though.
Thank you
Brajesh - Brajesh Singh on August 21, 2019 at 8:23 pm in reply to: How To Use BuddyPress Member Types Pro for Customizing Member Directory #24832
Hi Noah,
Please put the code from here to your bp-custom.php(One of our team members added it today).https://gist.github.com/raviousprime/6a558dc41e0c0a78c2aab0f411b8643a
That will add a member type dropdown on WooCommerce registration page.
Please let me know if that works for you or not?
Regards
Brajesh - Brajesh Singh on August 21, 2019 at 8:20 pm in reply to: [Resolved] Best way to add a Member's Bio #24831
Hi Mike,
The user meta is global, so the bio field is global. If updated on one site, It will reflect on all sites. You do not need bio to sync to BuddyPress xprofile fields.If you want to use bio as BuddyPress field, you can create a multi line text area field and let it be as non required. That will work too.
For basic fields like name and Bio, I think Base group is a good choice.
Regards
Brajesh - Brajesh Singh on August 21, 2019 at 8:06 pm in reply to: [Resolved] Friends only activity stream function loses mentions #24829
Hi Craig,
You are welcome 🙂 I am glad it is fixed.