Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop area not visible #61

Open
PaoloB opened this issue May 30, 2020 · 1 comment
Open

Drop area not visible #61

PaoloB opened this issue May 30, 2020 · 1 comment

Comments

@PaoloB
Copy link
Contributor

PaoloB commented May 30, 2020

The drop area not visible by default.
In the template file fineuploader_uploader.html5 the class qq-hide-dropzone is inserted incorrectly.

Line 6

<div class="qq-upload-drop-area-selector qq-upload-drop-area" qq-hide-dropzone> <span class="qq-upload-drop-area-text-selector"><?= $GLOBALS['TL_LANG']['MSC']['fineuploader.drop'] ?></span> </div>

You can check?
Thanks

@ameotoko
Copy link
Contributor

This is not a class. According to FineUploader docs, qq-hide-dropzone is an attribute, making drop area invisible by default.

To make drop area visible, simply remove this attribute from the template.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants