Replies
- Brajesh Singh on March 30, 2018 at 8:14 am in reply to: MP Single image set to "Original" but only displaying large #14168
Hi Jon,
It seems some change sin our last update caused it. I am planning to have the plugin officially available form BuddyDev next week, so I(or my team) will look into the card issue and will have the fix before the release.Thank you
Brajesh Hi Julia,
Like Ravi said above, setting the edit profile will break the screen for the edit profile. It is due to the current implementation BuddyPress has for profile edit page.Regards
BrajeshHi Keith,
We already have that functionality for all non photo media types.I.e you can upload custom cover photo for video, audio or documents. Currently, it is doable from the single media edit page.
https://i.imgur.com/YGUy7Bt.pngWe do plan to allow the same from the lightbox and bulk edit screen in future.
Best Regards
Brajesh- Brajesh Singh on March 29, 2018 at 12:31 am in reply to: Can anyone suggest me a hosting provider ? #14155
Welcome to BuddyDev Jemmy.
Thank you for sharing the insights Christopher. Those are important things to consider while selecting a webhost.
If you are just starting and will avoid working with code and fixes, go for a managed WordPress hosting.
Start with one that suits your budget. You can easily migrate to better/other in future when traffic grows.Kinsta and WP Engine will be the top 2 in that space. Make sure to check their Overage prices though. WP Engine may charge a lot for that.
Other than these two, you can pick any other for starting like Site Ground or Dream Host. Avoid the sites that say unlimited storage or bandwidth.
Also, if you plan to use WooCommerce or BuddyPress and can’t go for a managed WordPress hosting, go for managed VPS or cloud. If you are planning to use only WordPress, shared hosting will be fine too.
All the Best
Brajesh - Brajesh Singh on March 28, 2018 at 11:58 pm in reply to: filter the buddypress members in the list of members #14153
Hi Herve,
Thank you.Can you please post me your xprofile field id. I may be able to put some css.
For posting code here, please wrap it inside backtick(`) . I am not sure form above code .
If you only want to filter on directory, It can have similar condition.
Regards
Brajesh - Brajesh Singh on March 28, 2018 at 11:53 pm in reply to: [Resolved] automatic change of type with Member Types Pro #14152
Thank you Herve.
Have deleted the previous post. Marking it as resolved.Regards
Brajesh - Brajesh Singh on March 28, 2018 at 11:52 pm in reply to: [Resolved] How to remove buddypress user from all groups #14151
Hi Mwale,
In that case, you can use my code from herehttps://buddydev.com/support/forums/topic/how-to-remove-buddypress-user-from-all-groups/#post-13894
and change this line
add_action( 'ms_model_event_deactivated', 'mwale_remove_from_group_on_membership_deactivate', 10, 2 );to
add_action( 'ms_subscription_status-' . MS_Model_Relationship::STATUS_EXPIRED, 'mwale_remove_from_group_on_membership_deactivate', 10, 2 );That should most probably work.
Please give it a try.
- Brajesh Singh on March 28, 2018 at 11:48 pm in reply to: Is it possible to share and/or embed a media? #14150
Thank you.
We are exploring that twitter card. Should be doable.
- Brajesh Singh on March 28, 2018 at 11:47 pm in reply to: BuddyPress Featured Members – Slider view not displaying #14149
Hi Aaron,
Can you please link me to the page where I can see the slider active. There is a possibility that it is a css issue(I have seen it with BuddyBoss’s themes earlier).Thank you
Brajesh - Brajesh Singh on March 28, 2018 at 11:46 pm in reply to: MP Single image set to "Original" but only displaying large #14148
Hi Jon,
That was a bug for single media page.
I have put a fix
https://github.com/buddydev/mediapress/commit/dc015a578de4335eec84b8ac3d8b0f97e710f25bIt will be available in 1.3.6 release.
For the share card, twitter provides us an API for that using the meta tags.
https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/getting-started
So, using card is possible and I will ask my team to look and explore when they can add it.
Thank you
Brajesh