Tagged: , ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #323019

    Hi,

    Sorry if this has been covered before, but I’m getting some issues with all the media Enfold is generating when importing images.
    The clients web space is running out of disk space, and this is before we even started on building a (Woocommerce) web store ;-)

    So, How can I reduce the amount of images generated? Can I easily change this in the functions.php file, and if so, what effects will this have on further adding images? And of the existing images in the Media Library?

    cheers for any tips, web links and such.

    rob

    #323413

    Hi RobWu!

    You can yes, but its typically far cheaper to add more server space than it is to increase bandwidth.

    This plugin allows you to easily modify image sizes http://wordpress.org/extend/plugins/simple-image-sizes/

    Or you can hard delete theme from the functions.php file.

    Cheers!
    Devin

    #323574

    Hi Devin,

    Thanks for the reply! Unfortunately expanding hosting server space isn’t an option, as the packages don’t support that…. :-\
    So I’ll have to do with what’s there…

    I’ll see if I just add to the functions.php in the child theme, that’s the quickest way I guess.

    thanks!

    rob

    #324107

    Hi!

    Do you mind if we take a look at the website? Is this only use as an online shop page? You can delete the thumbnail sizes on functions.php, look for this code:

    /*
     * Register additional image thumbnail sizes
     * Those thumbnails are generated on image upload!
     *
     * If the size of an array was changed after an image was uploaded you either need to re-upload the image
     * or use the thumbnail regeneration plugin: http://wordpress.org/extend/plugins/regenerate-thumbnails/
     */
    

    Below are list of generated thumbnail size. Delete those that you don’t need.

    Best regards,
    Ismael

    #324116
    This reply has been marked as private.
    #324768

    Hey!

    Unfortunately, you can’t deactivate them via child theme. However, you can use this plugin: https://wordpress.org/plugins/simple-image-sizes/

    Set the width and height of the thumbnails that you don’t need to zero. Save changes. All images that you upload will ignore this thumbnail size.

    Cheers!
    Ismael

    #324846

    Thanks! Much appreciated.

    I’ll see whether I’ll tinker with the images code, or use a plugin.

    cheers!

    rob

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Enfold – image import sizes and reductions of sizes generated……’ is closed to new replies.