Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25398

    Hi Tosin,
    I am glad it worked.

    Thank you for your patience.

    Marking as resolved.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25398
    Brajesh Singh on in reply to: Types of Friends #16190

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25398

    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.

  • Keymaster
    (BuddyDev Team)
    Posts: 25398

    Yes. Even better, just rename this file if it is in your child theme. You most probably don’t need it.

  • Keymaster
    (BuddyDev Team)
    Posts: 25398

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25398
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25398
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25398

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25398
    Brajesh Singh on in reply to: Need API Rest for MediaPress #16173

    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
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25398
    Brajesh Singh on in reply to: Problems When Viewing Gallery #16172

    Thank you for the details.
    I am sorry, I had assumed that you were using one of the oembed providers.

    Since you are using

    
    streamable.com
    

    I 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