Title: Screen Options Issue
Last modified: December 14, 2018

---

# Screen Options Issue

 *  Resolved [pa4080](https://wordpress.org/support/users/spaszs/)
 * (@spaszs)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/screen-options-issue/)
 * Hello,
    today I found the ‘Screen Options’ drop-down menu appears empty on WordPress
   5.1. I hope this bug will be fixed soon. Meanwhile I’ve created a temporary fix.
   Add the following code to the `functions.php` file:
 *     ```
       /**
        * Fix 'Screen Options' issue of WordPress 5.0/5.1
        * :: https://css-tricks.com/snippets/wordpress/apply-custom-css-to-admin-area/
        * :: https://davidwalsh.name/add-custom-css-wordpress-admin
       **/
       function fix_screen_options_issue_wp5() {
         echo '<style>
       	form#adv-settings {
       		display: block !important;
       	}
       	</style>';
       }
       add_action('admin_head', 'fix_screen_options_issue_wp5');
       ```
   
    -  This topic was modified 7 years, 5 months ago by [pa4080](https://wordpress.org/support/users/spaszs/).

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Author [Andrew Ozz](https://wordpress.org/support/users/azaozz/)
 * (@azaozz)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/screen-options-issue/#post-10988681)
 * The Screen Options are disabled when using the Block Editor (Gutenberg) as they
   do not apply to that screen. They show when using the Classic Editor and the 
   old Edit Post screen 🙂
 *  Thread Starter [pa4080](https://wordpress.org/support/users/spaszs/)
 * (@spaszs)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/screen-options-issue/#post-10989113)
 * Hi, [@azaozz](https://wordpress.org/support/users/azaozz/),
    I’m sure that I’m
   talking about the Classic Editor 🙂 Also this happens on all 4 WordPress instances
   that I updated yesterday to version 5.1. Here is an illustration what I mean:
 * [[
 * Best Regards,
    Spas
    -  This reply was modified 7 years, 5 months ago by [pa4080](https://wordpress.org/support/users/spaszs/).
    -  This reply was modified 7 years, 5 months ago by [pa4080](https://wordpress.org/support/users/spaszs/).
    -  This reply was modified 7 years, 5 months ago by [pa4080](https://wordpress.org/support/users/spaszs/).
    -  This reply was modified 7 years, 5 months ago by [pa4080](https://wordpress.org/support/users/spaszs/).
    -  This reply was modified 7 years, 5 months ago by [pa4080](https://wordpress.org/support/users/spaszs/).
 *  Plugin Author [Andrew Ozz](https://wordpress.org/support/users/azaozz/)
 * (@azaozz)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/screen-options-issue/#post-10989552)
 * Hmmmm, not seeing this here. What is that `injected stylesheet` that has `#top_banner,#
   top-banner, #sponsors, ...`. Don’t think it’s part of WP 🙂
 *  Thread Starter [pa4080](https://wordpress.org/support/users/spaszs/)
 * (@spaszs)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/screen-options-issue/#post-10989655)
 * Thank you for showing me the right direction! 🙂 You are right, _it is not a 
   part of WP_, it is injected by the Chrome extension [AdGuard](https://chrome.google.com/webstore/detail/adguard-adblocker/bgnkhhnnamicmpeenaelnjfhikgbkllg?hl=en).
   I just disable it for _this page_ and now everything looks normal. Strange, AdGuard
   did not behave like this with WP 4.9.8.
 * Best Regards,
    Spas
 *  Plugin Author [Andrew Ozz](https://wordpress.org/support/users/azaozz/)
 * (@azaozz)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/screen-options-issue/#post-10989689)
 * Thanks for letting everybody know. I’m glad this got resolved 🙂
    -  This reply was modified 7 years, 5 months ago by [Andrew Ozz](https://wordpress.org/support/users/azaozz/).
 *  [Chandani Vadaria](https://wordpress.org/support/users/chandani293/)
 * (@chandani293)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/screen-options-issue/#post-11466582)
 * Hello ,
 *  i have update plugin and wordpress version above 5.1 but not showing in screen
   option **Revision**. its show in page and post but wordpress dashboard page not
   showing. i have already try to your above all answer. but not getting solution.
 * if any other solution then let me know.also using wpengine.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Screen Options Issue’ is closed to new replies.

 * ![](https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671)
 * [Classic Editor](https://wordpress.org/plugins/classic-editor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/classic-editor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/classic-editor/)
 * [Active Topics](https://wordpress.org/support/plugin/classic-editor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/classic-editor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/classic-editor/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [Chandani Vadaria](https://wordpress.org/support/users/chandani293/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/screen-options-issue/#post-11466582)
 * Status: resolved