Home Forums WoodMart support forum A lot of thumbnails.

A lot of thumbnails.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #193514

    arta2
    Participant

    Good afternoon! We have 18 000 items loaded in our store, these are 18 000 pictures. The Woodmart template creates 6 thumbnails. Total 108 000 pictures. This is a lot! Many of these thumbnails are not used on the site.

    How to automatically delete thumbnails that are not used on the site?

    #193594

    Artem Temos
    Keymaster

    Hello,

    Thank you so much for contacting our support center.

    Our theme has only one extra image size and if you want to disable it need to add the following code to the functions.php file in the child theme. All other sizes are registered by WordPress core and WooCommerce plugin. You can try to find some plugin to clean your Media folder from generated thumbnails.

    add_action( 'after_setup_theme', 'woodmart_add_image_size' );

    Kind Regards
    XTemos Studio

    #193616

    arta2
    Participant

    What image size does the template create?

    #193656

    Artem Temos
    Keymaster

    It creates an extra size that doubles WooCommerce shop page size and used in rare situations when category or product is wider than other on the website. Like on our demo home page.

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)