Overlay issue in File Manager
Permalink
I click the upload button and get the attached screen where the white overlay is over the top of the modal box so I can't select anything.
Do I need to change a stylesheet tag somewhere so the box is upper most so I can select files?
Do I need to change a stylesheet tag somewhere so the box is upper most so I can select files?
MrK helped me fix this same issue some time ago:
https://www.concrete5.org/community/forums/usage/overlay-popups-appe...
https://www.concrete5.org/community/forums/usage/overlay-popups-appe...
Hi trixiemay,
Please include the specific steps to reproduce the issue.
Please include the specific steps to reproduce the issue.
1. I go to Add Image
2. Browse server
3. Upload button to select a new file
then...
Whole screen gets covered with white overlay over the top of the dialog box so I can't select anything
My templates are clean and don't include lots of statements and the includes are correct.
2. Browse server
3. Upload button to select a new file
then...
Whole screen gets covered with white overlay over the top of the dialog box so I can't select anything
My templates are clean and don't include lots of statements and the includes are correct.
If its the same cause, it's due to jquery calculating the wrong screen height.
Supposedly they don't happen if your php is clean within a theme.
But I'm having it happen more often now as well.
My page templates typically have a lot of if statements in them.