• Resolved Maxim

    (@maks1192)


    EN Good time. I have a problem of the following nature. When adding one image (file), the download percentage does not break the template. If you move several images (Files) – the plugin breaks the template and goes out of bounds. I don’t know how to fix this, I don’t have enough CSS knowledge.

    RU Доброго времени. У меня проблема следующего характера. При добавлении одного изображения (файла) процент загрузки не ломает шаблон. Если переместить несколько изображений (Файлов) – плагин ломает шаблон и выходит за пределы. Я не знаю как это можно исправить, мне не хватает знаний CSS ??

    Видео:

    https://youtu.be/c5NWZnfTEkI

    • This topic was modified 4 years ago by Maxim.
Viewing 15 replies - 1 through 15 (of 20 total)
  • Thread Starter Maxim

    (@maks1192)

    EN I realized that if the files have a long name, then the progress bar will go beyond the template. I think it needs to be fixed by truncating the file name.

    RU Я понял, то что если файлы будут иметь длинное название, то прогресс бар будет выходить за пределы шаблона. Я считаю что эо необходимо исправить путём обрезки названия файла.

    1 2

    Plugin Author Glen Don Mongaya

    (@glenwpcoder)

    @maks1192 , can you please email me the sample file with a long name?

    here’s my email: glenmongaya@gmail.com

    I tried in my end but I cannot replicate the issue – see https://snipboard.io/WypOEh.jpg

    Thread Starter Maxim

    (@maks1192)

    EN Sent to you by email.

    I have a distorted template from a file with any long file name.

    In another video, where the file name is affected exactly the same as yours. But for some reason you do not have such a problem, but for me it is clearly distinguishable with an error ??

    https://youtu.be/hx_7aX9McPo

    RU Оправил Вам на почту.

    У меня искажается шаблон от файл с любым длинным название файла.

    Во ещё одно видео,где затрагивается имя файла точно схожее с Вашим. Но почему то у Вас такой проблемы не наблюдается, а у меня она явно отличительна с ошибкой.

    Plugin Author Glen Don Mongaya

    (@glenwpcoder)

    @maks1192 , I didn’t received the file can you please send it again?

    Thread Starter Maxim

    (@maks1192)

    @glenwpcoder Sent ??

    Plugin Author Glen Don Mongaya

    (@glenwpcoder)

    Thanks @maks1192.

    Received.

    Plugin Author Glen Don Mongaya

    (@glenwpcoder)

    I tried in my demo site but it seems fine.

    Can you try here ? https://www.codedropz.com/contact/

    Also, Can i see the link to your site so I can check or investigate? maybe there’s specific width of your main container or something.

    Thread Starter Maxim

    (@maks1192)

    @glenwpcoder, EN. Yes, of course, my site is https://bit.ly/38hcvBs. The only moment, the plugin form is on the third step of the contact form (you will need to enter false data ?? )

    • This reply was modified 4 years ago by Maxim.
    • This reply was modified 4 years ago by Maxim.
    Plugin Author Glen Don Mongaya

    (@glenwpcoder)

    Hello @maks1192

    Can you this css inside your theme?

    .pb-claim-file {
    max-width: 510px;
    width: 100%;
    }

    Thread Starter Maxim

    (@maks1192)

    @glenwpcoder , EN. Yes, everything is ready. I have downloaded the given code.

    Thread Starter Maxim

    (@maks1192)

    I have already tried the given code for the class
    codedropz-upload-wrapper
    in the developer panel and it seems .. it works! Now all that remains is to embed the plugin and wow in the template!

    It seems to me that this should be implemented in the plugin of the new version)

    1

    • This reply was modified 4 years ago by Maxim.
    Plugin Author Glen Don Mongaya

    (@glenwpcoder)

    @maks1192 ,

    Thanks but I cannot add specific width on this plugin, every website has different container/wrapper.

    The plugin width is 100% and it should followed with the main container.

    In your case your template did not specify the width of the container (it’s floating) that’s why the upload details overlap.

    Maybe it’s because you are using visual composer.

    Thread Starter Maxim

    (@maks1192)

    @glenwpcoder , EN. Visual composer .. no, I haven’t used one. Now there is something to learn))
    Regarding the markup of the style of your plugin – now I understand, I will mean it.
    Thank. And my problem is finally solved! ??

    danfreudend

    (@danfreudend)

    Hey!

    I have the exact same problem with my site.
    https://theneoncompany.shop/quotation

    The form is useless when uploading files on a iPhone ??

    danfreudend

    (@danfreudend)

    Fixed!

    I used the solution above ^ (Keep in mind that the max-width code makes it useless for the mobile. Only use the code below:

    .codedropz-upload-wrapper {
        width: 100% !important;
    }

    There is one problem that came up when fixing this. It is the problem that you can’t see the image title anymore. So please take a look at that. See it for yourself Problem image.

    Thanks!

Viewing 15 replies - 1 through 15 (of 20 total)
  • The topic ‘Multi-file upload goes beyond template’ is closed to new replies.