BuddyDev

Search

[Resolved] Strange behaviour in empty post form

  • Participant
    Level: Initiated
    Posts: 19
    doog2229 on #45481

    ok i tested your plugin with master branch of github and i had some problems

    First :

    after i posted a message with the form buddypress and when i clicked in the icone media of your plugin i can’t see the dropzone for putted an image or a doc

    https://ibb.co/xLS2Xv7

    Second :

    I tested the submitted of image. after submitting an image the dropzone disappears. I can’t remove the image. But when i posted the post wit image i can see the image in stream activity

    https://ibb.co/xLS2Xv7

    Thanks

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #45484

    Hi,
    Which custom code are you using? The screenshot does not seem to be representing what we have in the current version.

    Also, which theme and template pack are you using(I am assuming the template pack is nouveau?)

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 19
    doog2229 on #45487

    Hi,

    I’m using the mediapress of your master branch in github.

    what do you mean with theme and template pack ?

    My theme is astra

    Thanks

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2935
    Ravi on #45496

    Hello,

    You can check your activated theme under Dashboard (Site Admin section) > Appearance > Themes

    & for the template pack, if you are using BuddyPress

    Dashboard (Site Admin section) > Settings > BuddyPress > Options > Main Settings > Template Pack

    Please check

    Regards
    Ravi

  • Participant
    Level: Initiated
    Posts: 19
    doog2229 on #45497

    ok thanks for your help

    my theme is astra (a child theme) and my template pack is Buddypress nouveau

    i tested with a template pack buddypress héritage and i can see the same problem. i can’t download an image

    the dropzone is not visible

    regards

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #45498

    Hi,
    I have tested again today and it is working for me with the github version.

    https://www.youtube.com/watch?v=pfLyQCJFPgs

    It does have one bug with Nouveau template pack when you try to post media without any content, It shows error. Other than that, Everything is working fine.

    Please take a look.

    PS:- Is there any chance that you are using the Local Transcoder plugin? That may cause issue with media list some of the time.

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 19
    doog2229 on #45662

    Hi,

    Thanks for your help and your vidéo. I’m so sorry but it doesn’t works normally for me in my environnement.

    My problem is the dropzone area is not visible. A css style display none, directly on element dropzone hide this area

    But i found a solution with a specific css rule. Here my code :

    .mpp-new-media-container-active .mpp-media-upload-container .dz-clickable {
        display: flex !important;
    }

    with this little css rule, i can use your plugin and your functionnality.

    Thanks

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #45670

    Hi,
    I am glad you are able to get it working. I am still not sure why the conflict only happened at your end, but all is well if it ends well.

    I hope you can use MediaPress now.

    Regards
    Brajesh

You must be logged in to reply to this topic.

This topic is: resolved