Viewing 1 replies (of 1 total)
  • Thread Starter EPICWP Solutions

    (@robbert-v)

    After checking other browsers, I found out that it was a Chrome problem. It looks like it has something to do with Google Chrome notifications. I fixed the problem with adding this CSS to my WordPress admin css file:

    /* Chrome media library upload button fix */
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        .modal-open .rdr-notifier {
            display: none !important;
        }
    }

    If someone has a better solution, let me know!

Viewing 1 replies (of 1 total)
  • The topic ‘Cannot click media library button’ is closed to new replies.