Welcomed dear reader!
It seems Bootstrap 4 does not use the CSS class .in{...} any more.
This influences blueimp jquery file upload in the way that the list of files to be uploaded will not be shown after pressing the Add files button.
Do I do anything wrong? - Or can this class be added to the blueimp jquery file upload framwork/app?...
Best wishes!
Just add this to your stylesheet
.fade.in {
opacity: 1
}
I may be a little late but I made it work by adding show
after fade
to the <tr>
tags.
<tr class="template-download fade show">
and
<tr class="template-upload fade show">
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With