• 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 15 replies - 1 through 15 (of 32 total)
  • I am missing the drop-down box when I want to select a highlight picture.
    Maybe de same incident? Just updated to 5.1 also.

    Using the latest version of the plugin and WP5.1

    Not seeing the dropdown box on the ‘add media’ or ‘featured image’ screens. Seems to be working fine everywhere else.

    Love this plugin by the way ??

    Thread Starter net

    (@krstarica)

    Temporary fix is to change in wp-content/plugins/wp-media-category-management/css/admin.css from:

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

    to:

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

    Then update wp-content/plugins/wp-media-category-management/include/class-wp-mcm-plugin.php from:

    wp_enqueue_style( $this->plugin_slug .'-admin-styles', WP_MCM_URL . '/css/admin.css', array(), WP_MCM_VERSION);

    to:

    wp_enqueue_style( $this->plugin_slug .'-admin-styles', WP_MCM_URL . '/css/admin.css', array(), WP_MCM_VERSION . '.1' );

    Not seeing any category selection for the ‘insert media’ screen
    tried the “fix” from net(at krstarica), still no selection possible?

    The Filter does work in the Media Library screen.

    Thread Starter net

    (@krstarica)

    How do you get ‘Insert media’ screen?

    The fix above is for ‘Add media’ screen you get when editing posts and then click ‘Add media’ button.

    Did you change everything I wrote, in the same order – first admin.css then wp-mcm-plugin.php?

    when opening a page for edit and then trying to insert a picture, modern day block editors do that; inserting a shortcode doesn’t work as the the block image expects an image url

    I am afraid it is not an MCM issue really: the block editor plugins show a picture frame that opens the “normal” media window in a popUp allowing you to insert a picture, either by uploading or by selecting an available one. Therefore the question is how to get the MCM functionality from the normal media screen also for such popups?

    Thread Starter net

    (@krstarica)

    MCM filter drop-down box is still missing in version 1.9.4 when adding media from the post using classic editor.

    I have a similar problem when Adding Media from a Post edit. The drop-down filter simply shows two options:- “Smush: All images”, and “Smush: Bulk ignored”. This started happening when Smush updated to version 3.2.0.x.

    However, if I rollback the Smush plugin to version 3.1.1, the problem goes away, and the full list of MCM Categories shows in the drop-down list.

    Is the problem with Smush or WP MCM ?

    Any idea when this is going to be fixed?

    I’m not seeing my MCM Categories in any of the places where I insert media. It does seem to be working properly in the Media Library.

    I did update admin.css then wp-mcm-plugin.php as instructed. Afterwards I cleared all my cache and it’s still not showing.

    WordPress 5.2.2

    Thanks

    • This reply was modified 5 years, 4 months ago by dgervase.

    Lo scrivo in italiano che non ho voglia di sbatti per tradurre.
    Se non compare il filtro dovete modificare come scritto sopra nel file: wp-content/plugins/wp-media-category-management/css/admin.css

    La stringa finale:

    
    /* Fix display attachment-filters */
    .media-frame select.attachment-filters {
        max-width: 30%;
    }
    

    E abbassate la percentuale, ad esempio a me è comparso al 27%

    Ciao.

    Any chance this will be fixed soon? The ability to filter media when inserting images into a post basically is the point of a plugin like this.

    Thread Starter net

    (@krstarica)

    Still experiencing the same issue in version 1.9.5.

    Looks like the author doesn’t care.

    Same for me here: the MCM filter was working fine IN the Media Library, but NOT showing up when you ‘Insert Media’ in a page or post. As others have mentioned this is kinda the main point of using it.

    The fix from net(@krstarica) above with the 2 code changes worked for me! Thanks, it was driving me nuts thinking it was some plugin conflict. If the author is reading, perhaps you can get this in a quick update before coding to support the Guetenberg blocks feature.

    Wordpress 5.4, custom theme.

    Yes. This has been a shortcoming of this plug-in for quite some time. It works well when you are simply perusing all the media you have uploaded and want to filter what you see. However, the time when I think it is needed most is when you want to attach an image to some object on your web page. If the developer would spend a little time adding this to the plug-in, it would be spot-on.

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