Display issue in media modal
-
In WordPress 5.3 some new select box styles have been introduced that seem to conflict with the F4 media taxonomies plugin.
This is how the media modal filters are supposed to look:
And this is what it looks like after activating the F4 Media Taxonomies plugin:
I guess this affects
This is the CSS that seems to be the culprit:
.media-frame select.attachment-filters:last-of-type { margin-right: 0; width: auto; max-width: 100%; }
Changing it to this seems to fix it:
.media-frame select.attachment-filters:last-of-type { margin-right: 0; width: auto; max-width: inherit; }
I have switched to your plugin from the Enhanced Media Library PRO because that plugin has major issues with WP 5.3 and seems to be abandoned.
Fixing this issue would make it a perfect replacement!
Many thanks,
Johan
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Display issue in media modal’ is closed to new replies.