• Odd bug, if I disable the woocommerce thumbnails and regenerate all of them for an image then some process runs that then removes “all” the thumbnails leaving only the full image, if I don’t disable woocommerce thumbs and regenerate all the thumbs remain. At first I thought it was this filter “woocommerce_background_image_regeneration” but disabling using code below does not fix things

    add_filter( ‘woocommerce_background_image_regeneration’, ‘__return_false’ );

    Any ideas?

    WP Version 6.8.3
    Woocomerce: Version 10.3.4 

    • This topic was modified 4 months, 3 weeks ago by spindreams.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Katsushi Kawamori

    (@katsushi-kawamori)

    Is this an issue where Disable Generate Thumbnails is running?

    Thread Starter spindreams

    (@spindreams)

    So yes the plugin is enabled and I normally disable all but Thumb, Med, Large and full, so with woocommerce installed it iass the three woocommerce_ thumbs so I normally disable them as they are mostly covered. To regenerating the thumbs works but when I then go to see the image details to see what thumbs are actually generated it shows me the correct ones I have chosen but then if I refresh it seems that something deletes all, the thumbs except for full. Here is an explainer video to see the issue.

    https://jam.dev/c/2949a41a-8567-4a2d-b00f-e7dfa5dd8747

    Plugin Author Katsushi Kawamori

    (@katsushi-kawamori)

    WooCommerce thumbnails are not generated by default. They are generated by modifications made to your theme. What theme are you using? Also, there are sections displaying media folders and thumbnails—are you using any plugins, or is this a feature of that theme?

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

You must be logged in to reply to this topic.