Are you the administrator?
was it working before the update?
I have only just installed for first time, I can if you want install a previous ver, to see if that’s required
yes maybe try that, and let me know the results.
is there a particular stable version I should try ?
I’ve updated to 3.014 , I thought mayde it was because I am down as a developer not an admin on the backend , so I created a new admin user and logged in and after a few refreshes – hey presto it appeared, deleted that user and logged in myself again and all seems fine , I tested some uploads, previews etc., and all seems good…
hmm very weird, so your account was not an admin account it was an developer?
Yes using developer mode plugin, all is nearly perfect ;-(
when i try to preview or view description the pop up freezes and cannot be closed , try here , for an example
yes there is a lot of css issue, looks like the z-index for the mdocs-modal is to low. Testing your site i set it to z-index: 99999; and functionality return.
If I remove the z-index value from .modal-backdrop , full functionality returns…
i would change these css values
.mdocs-modal: { z-index: 99999; }
.modal-backdrop { z-index: -1; }
Soory can’t find the values, so added them to a custom css manager , worked great.