• Hey Marcin,

    great plugin so far!
    Please add a feature to deactivate the display of the post thumbnails in backend. For my taste it shouldn’t be a main feature of this plugin to do so. Other plugins that are only thumbnail related already do this and it is robbing me space to have two thumbnail columns in backend.

    Kind regards
    Norman

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

    (@iworks)

    Hey Norman,

    This is a nice suggestion.

    You can do that temporary using CSS:

    
    .upprev_thumbnail {
        display: none;
    }
    

    cheers,

    Marcin

    Thread Starter Norman Höhne

    (@reeve)

    Hey Marcin thanks for your reply,

    actually I couldn’t find an HTML Element that carries this class on the posts table (wp-admin/edit.php) in backend but I could manage your idea with the following css class:

    .column-thumbnail {
        display: none;
    }

    Thank you so far, I would be glad to see my idea in your plugin someday! 🙂
    Wish you a healthy start into the new year.

    Kind regards
    Norman

    Plugin Author Marcin Pietrzak

    (@iworks)

    I’m sorry @reeve.

    I did not understand your question. Please go to post list screen, click on “Screen Options” and turn off the column with thumbnails.

    Marcin

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Deactivate Thumbnail in backend’ is closed to new replies.