Replies
- Brajesh Singh on July 11, 2018 at 7:45 pm in reply to: [Resolved] Featured Member: time limit option #16269
Hi Herve, Sanjay,
Thank you for the patience.The plugin is available now from github
https://buddydev.com/expirable-featured-membership-for-buddypress/
Regards
Brajesh Good to know. Marking it as resolved here as you are taking care of it on their forums.
Please check the console. It seems to me that the lightbox has some issue retrieving image from your server.
I haven’t seen it but most probably some issue with mime type. Please check console and see if you can find some detail.Another possibility is something is causing the json reponse to be invalid. Some plugin or code can do it. You can check it from Chrome Console->Network tab when opening the lightbox.
- Brajesh Singh on July 11, 2018 at 7:35 pm in reply to: Contact Form HTML, ReCAPTCHA and Customize #16265
Thank you Sujee.
- Brajesh Singh on July 11, 2018 at 7:33 pm in reply to: Disable activation emails for specific user role? #16264
Hi Will,
1. What is the role?(Is it WordPress role or just a selectbox)
2. How are you allowing it on registration page?
A better and easier option will be to use BP Registation Options plugin which does most part(keeping in pending state).
Regards
Brajesh Hi Andrew,
It seems that some of the attributes for the gallery/media was not set properly while moving.In order to be valid, a gallery/media must have the following things set
component_id( stored as _mpp_component_id in post meta )-> value or user or group to which media/gallery belongs to post_author:- the uploader user id. status(mpp-status taxonomy)- must be set type(mpp-type taxonomy) - must be set component(mpp-component taxonomy)- must be setIf any of these are not set or invalid, They will have issues.
Can you please check and verify.
Thank you
BrajeshHi Oscar,
Can you please share a screenshot and show me what is happening?Thank you
- Brajesh Singh on July 10, 2018 at 9:44 pm in reply to: Contact Form HTML, ReCAPTCHA and Customize #16257
Thank you Sujee.
I did release that plugin on wporg yesterday.
https://wordpress.org/plugins/social-subscribe-box/The mailchimp fields and customizable form hiding is next on the list(how many days to hide on close).
Regards
Brajeshg - Brajesh Singh on July 10, 2018 at 9:34 pm in reply to: Contact Form HTML, ReCAPTCHA and Customize #16255
Hi Sujee,
Hope you are doing well.We have updated the plugin and added support for recaptcha now.
https://buddydev.com/plugins/buddypress-user-contact-form/
The current bp_send_email() function doe not seem to be able to support the file attachments. We won’t be able to use as file attachment is a core feature. I am looking at other option too.
We will have the html email support in next couple of weeks.
Thank you
Brajesh - Brajesh Singh on July 10, 2018 at 7:44 pm in reply to: Buddy Press Member Home Widget Media Press Galleries Issues. #16253
Hi Buko,
There was a bug in the media widget. I have fixed it. It was rewriting the args.I will be pushing an update this week.
For now, you can see the change here.
https://github.com/buddydev/mediapress/commit/bf83add43c7faa125dacc3b2f2539294fa62f780
Thank you
Brajesh