• net

    (@krstarica)


    When adding media from the post, MCM filter drop-down box is missing if values inside of it are lengthy.

    The solution is to force as important the following CSS:

    .media-frame select.attachment-filters {
        max-width: 30% !important;
    }

    Just noticed using WordPress 5.1, not sure if it has anything to do with it.

Viewing 2 replies - 31 through 32 (of 32 total)
  • Thread Starter net

    (@krstarica)

    We are talking about Classic Editor.

    Try refreshing your browser cache using Ctrl + F5.

    This has nothing to do with number of images.

    How many media filter drop down boxes do you see in “Filter media” section? There should be two default ones: “All media items” and “All dates” and the new one “Show all MCM categories”.

    That’s why we are using max-width: 30% !important; since there are 3 drop down boxes = 100% / 3 = 33% minus some padding.

    @krstarica: ok, we are talking about Classic Editor.

    Anyway, as I said, I’m pretty sure that last week (before the last plugin update) your workaround was also working with Guttenberg editor.

Viewing 2 replies - 31 through 32 (of 32 total)
  • The topic ‘MCM filter drop-down box missing’ is closed to new replies.