• ispreview

    (@ispreview)


    Since WP-Polls seems to have been abandoned, as there’s little to no support being provided, I decided to try disabling the plugin. But when I do this it seems to break the Classic Editor layout for ‘New Post’ and ‘Edit Post’. I don’t currently know quite why or how it’s doing this, but it’s all a bit jumbled.

Viewing 1 replies (of 1 total)
  • Thread Starter ispreview

    (@ispreview)

    For what it’s worth, I fixed this by adding the following code to functions.php when WP-Polls is removed/disabled:

    add_action('admin_head', function() {
    echo '<style>
    div#mceu_32 { height: auto !important; min-height: 30px; }
    </style>';
    });
Viewing 1 replies (of 1 total)

The topic ‘Disabling WP-Polls Breaks Classic Editor’ is closed to new replies.