• When this plugin is active Screen Options and Help buttons on every admin page is not working. Nothing happens on clock, except the opposite button disappears. Expecting the hidden panel to open as normal.

    Break basic core WordPress functionality. Please fix ASAP.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Knut Sparhell

    (@knutsp)

    Found it, after some further investigation:

    File: admin/css/shutterstock-admin.css:

    .hidden {
    display: none !important;
    }

    When removed, all works as normal.

    Please make your css selectors specific to the pages and the sections of the admin that you add or modify, and want to act on. The hidden class is used many places and should be able to be unhidden by javascript – in general. And, the use of !important indicates something is wrong or over ambigous. I sometimes say, only the site owner should ever use !important – when everythinhg else fails.

    Plugin Author Shutterstock Plugins

    (@shutterstockplugins)

    @knutsp Thank you for reporting it. We released a new version which fixes this issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Breaking Screen Options and Help’ is closed to new replies.