• Hi, please add this size to the plugin settings
    The code I used:

    • Disable Scaled Image Size
      / add_filter(‘big_image_size_threshold’, ‘__return_false’); / =================================================================== / /*
    • Disable Other Image Sizes
      */
      function shapeSpace_disable_other_image_sizes()
      {

    remove_image_size(‘post-thumbnail’); // disable images added via set_post_thumbnail_size()
    remove_image_size(‘another-size’); // disable any other added image sizes
    }

    add_action(‘init’, ‘shapeSpace_disable_other_image_sizes’);

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Md.Mustakim Ahmed

    (@mustakim5)

    Hi@3tayesh

    Thanks for your heads up and please accept our apology.

    We’re going to release a newer version very soon. Hope everything will work as expected.

    If you have anything to share you may reach out to us.

    Thank you again!

    Plugin Support Md.Mustakim Ahmed

    (@mustakim5)

    Hi@3tayesh

    Our ThumbPress latest version(4.0.2) has been released. Please update the plugin to the latest version. Hope this will resolve the previous issue.

    Please don’t forget to take a backup before updating the plugin.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable Scaled Image Size’ is closed to new replies.