• Can u plz add some more ViEW STYLES ( LIST VIEW & COMPACT VIEW ) so that we can view more easily and loading takes less time. If the file name is large, the current view hides a portion of it, Have a look HERE

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author AlanP57

    (@alanp57)

    We understand your frustration drkfuture15.

    For now, this function, which you can add to your theme’s functions.php file, will allow you to increase the space for the file name:

    add_action('admin_head', 'mlf_custom_filenames');
    
    function mlf_custom_filenames() {
      echo '<style>
      ul.mg-media-list li {
        height: 210px;
      }
    </style>';
    }

    You can increase the amount of the height is necessary.

    • This reply was modified 6 years, 6 months ago by AlanP57.
    Thread Starter drkfuture15

    (@drkfuture15)

    Thank u very much, it worked, but dont u think A list view wud load faster ?

    Plugin Author AlanP57

    (@alanp57)

    It might. We will have to consider adding this feature to your road map of future enhancements.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘There is no LIST style VIEW’ is closed to new replies.