• net

    (@krstarica)


    This is the new bug introduced in version 2.

    Steps to reproduce:

    1) Use Classic Editor

    2) Add New Post / Add Media / Media Library / click any image

    3) In the right sidebar “Attachment details”, width of fields Alt Text, Caption and others are too wide.

    The solution is to edit wp-content/plugins/wp-media-category-management/css/wp-mcm-admin-styles.css and change:

    min-width: 267px;

    to:

    /* min-width: 267px; */

    To reflect this change also edit wp-content/plugins/wp-media-category-management/include/admin/class-WP_MCM_Admin.php and change:

    wp_enqueue_style( 'wp-mcm-admin', WP_MCM_PLUGIN_URL . '/css/wp-mcm-admin-styles' . $min . '.css', false );

    to:

    wp_enqueue_style( 'wp-mcm-admin', WP_MCM_PLUGIN_URL . '/css/wp-mcm-admin-styles' . $min . '.css', false, '1.0' );

    Also noticed there is no versioning for this style?

Viewing 1 replies (of 1 total)
  • Plugin Author DeBAAT

    (@debaat)

    Thanks for mentioning this. Especially the inclusion of the solution ??

    Will be fixed in the next version.

Viewing 1 replies (of 1 total)
  • The topic ‘Too wide fields in Attachment details’ is closed to new replies.