Replies
- Brajesh Singh on July 7, 2018 at 4:33 pm in reply to: [Resolved] BuddyPress Auto Activate Auto Login email login problem #16191
Hi Tosin,
I am glad it worked.Thank you for your patience.
Marking as resolved.
Regards
Brajesh Hi David,
I know it is too late for it but we have finally created and released the plugin.I hope it will be helpful for anyone else looking for the same.
https://buddydev.com/plugins/buddycircles/
Regards
Brajesh- Brajesh Singh on July 7, 2018 at 10:01 am in reply to: [Resolved] Browse profile pic and crop fixed and broken! #16187
Please rename the file to something else. BuddyPress will load the uploader from your currently active template pack(which version of BuddyPress are you using?) and it will work.
The input type file should not be wrapped inside the bp-screen-reader text.
- Brajesh Singh on July 7, 2018 at 8:58 am in reply to: [Resolved] Browse profile pic and crop fixed and broken! #16184
Yes. Even better, just rename this file if it is in your child theme. You most probably don’t need it.
- Brajesh Singh on July 7, 2018 at 8:20 am in reply to: [Resolved] Browse profile pic and crop fixed and broken! #16181
T^hank you.
You don’t need any css changes.
Your problem is someone has editd your template in past and have put
the button inside the label. Which is incorrect and leading to the problem.Please change this
<p class="drag-drop-buttons"><label for="bp-browse-button" class="bp-screen-reader-text">Select your File <input id="bp-browse-button" type="button" value="Select your File" class="button" style="position: relative; z-index: 1;"> </label> </p>to
<p class="drag-drop-buttons"><label for="bp-browse-button" class="bp-screen-reader-text">Select your File</label> <input id="bp-browse-button" type="button" value="Select your File" class="button" style="position: relative; z-index: 1;"> </p>and everything will work fine.
Regards
Brajesh - Brajesh Singh on July 7, 2018 at 8:14 am in reply to: [Resolved] Browse profile pic and crop fixed and broken! #16179This reply has been marked as private.
- Brajesh Singh on July 7, 2018 at 8:11 am in reply to: [Resolved] Browse profile pic and crop fixed and broken! #16177This reply has been marked as private.
- Brajesh Singh on July 7, 2018 at 7:59 am in reply to: [Resolved] Browse profile pic and crop fixed and broken! #16174
Hi Audiomonk,
That is a generated file input.
Can you please provide me a temporary login(normal subscriber user) and link me to the page having issue.
I can check and should be able to help.
Thank you
Brajesh Hi Yoser,
Welcome to BuddyDev.I am sorry but the REST API is not available for MediaPress.
Creating the REST API will need significant commitment of time and at the moment, the number of active installs does not justify that.
We hope to work on it once the active install reaches 5000.
There are two other possibilities before that:-
1. Either Someone contributes the code on our github repo
2. Or someone sponsors around 20 hours of time.We do have a long term commitment to MediaPress but the planned features are based on how the plugin grows.
Regards
BrajeshThank you for the details.
I am sorry, I had assumed that you were using one of the oembed providers.Since you are using
streamable.comI can see that it does not support oembed.
I am not sure how this service works but it seems they link to direct url. I will give it a try next week and let you know the results.
Regards
Brajesh