Replies
- 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 - Brajesh Singh on March 28, 2018 at 10:36 am in reply to: [Resolved] How to remove buddypress user from all groups #14139
No Problem. Please do let me know when you get a response from them.
Regards
Brajesh - Brajesh Singh on March 28, 2018 at 10:35 am in reply to: [Resolved] BuddyPress User Profile Tabs Creator Pro Version 1.0.7 has SERIOUS ISSUES #14137
Hi Khalid,
Thank you for confirming. I appreciate your patience and support.Thank you
Brajesh - Brajesh Singh on March 28, 2018 at 10:33 am in reply to: Remove link to profile on featured members. #14136
Hi Christopher,
Thank you for asking.You can easily customize the featured members template and remove the link.
Please see this for the detail on how to do it.
https://github.com/buddydev/bp-featured-members/tree/master/templates
There are two templates. members-loop-list.php and members-loop-slider.php. You can copy them to yourtheme/buddypress/members/fetaured directory and then modify it.
Hope that helps.
Regards
Brajesh - Brajesh Singh on March 28, 2018 at 10:29 am in reply to: Is it possible to share and/or embed a media? #14135
Hi Jon,
Welcome to BuddyDev.Please re download the plugin. We had the development going on in another branch. @ravisharma has merged it to main and the plugin will work with lightbox.
https://github.com/mediapress/mpp-social-share
Regards
Brajesh - Brajesh Singh on March 27, 2018 at 12:06 pm in reply to: MPP Media Comment notification – include lin to the item being commented on. #14125
Hi George,
Thank you for reminding.
I could not check it as 1.3.5 got more priority. Please allow me next 2 days to put a solution for this.Congratulations on acquiring new knowledge and the plugin. I am sure it will be helpful in future for all of us.
I am looking forward to see the new things you will bring to life. Don’t forget to link me to the plugin once it is available in release state 🙂
Best Regards
Brajesh - Brajesh Singh on March 27, 2018 at 12:02 pm in reply to: [Resolved] How to remove buddypress user from all groups #14124
Hi Mwale,
The code you have linked is very inefficient. It will do the processing/checking on each page load which is not a great strategy.I will suggest not using the code in its current form.
Also, The solution should be simple like I showed in my previous example, it is all a matter of knowing what action fires when the membership expires/deactivates.
Regards
Brajesh - Brajesh Singh on March 27, 2018 at 11:59 am in reply to: Help with creating an import add-on for WP All Import and Mediapress #14123
Hi Keith,
I am not able to help with the All Import plugin but here is an example of how I had done it for BP Galleryhttps://github.com/mediapress/mpp-bp-gallery-migrator
This should give enough inspiration.
The basic steps are to
1. Create MediaPress Gallery based on your input(mpp_add_gallery())
2. Add media to this gallery(mpp_add_media() )
3. If you are working with existing files, move them to appropriate directory.Please see the plugin for more details.
Regards
Brajesh