• Resolved Guido

    (@guido07111975)


    Hi,

    Are you willing to add a new setting te hide the media page column? I know I can hide column via screen settings, but other users can easily bypass that and resize images.

    Or at least add an extra notification (Are you sure you want to resize this image) when hitting the resize buton? FYI: I have some large header images and I don’t want other users to resize them.

    Guido

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author nosilver4u

    (@nosilver4u)

    You can also suppress it by removing the filter. Something like so:
    remove_filter( 'manage_media_columns', 'imsanity_media_columns' );

    FYI, only other admin users can see the resize actions, specifically those with the ability to activate plugins.

    Thread Starter Guido

    (@guido07111975)

    Thanks.
    This filter can be handy when having a child theme. But if not, I prefer a setting. But it’s not a big issue. Just don’t click the resize button in certain cases.

    Guido

    Plugin Author nosilver4u

    (@nosilver4u)

    You can do it as a simple drop-in or must-use plugin too. See https://ewww.io/2016/03/16/ewww-image-optimizer-filters-part-1/

    Thread Starter Guido

    (@guido07111975)

    Thanks, that’s a good alternative indeed.
    Editor role does nog have the resize option (only sees the size), so in my case that’s good enough.

    Guido

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Imsanity media page column’ is closed to new replies.