Thumbnails not showing since WC 3.3+
-
Hi,
since the update to WC 3.3 i’ve got a big problem with the thumbnails on my catalog pages. I’ve changed the thumbnails in customizer to a 4:3 aspect ratio with 300px width. after i did this, everything seemed to work again. but later on WC startet the background thumbnail regeneration. the process never finished and since then thumbnails won’t show up again on the website. instead only the original images are used, no thumbnails anymore.
i stopped the background regeneration process but it didnt change anything.
i also tried the following code in functions.php:
add_filter( ‘woocommerce_background_image_regeneration’, ‘__return_false’ );
add_filter( ‘woocommerce_resize_images’, ‘__return_false’ );that didnt help either. now i’m stuck and i dont know how to get my thumbnails back. could someone help me out?
thanks in advance!
martinThe page I need help with: [log in to see the link]
- The topic ‘Thumbnails not showing since WC 3.3+’ is closed to new replies.