I created 75 product categories in woocommerce (default product_cat, not custom tax), in wpml settings, the 'thumbnail_id' is set to 'copy', I translated all product categories in secondary language, but the product category thumbnail is not copied to the translation, I get the default woocommerce thumbnail png instead.
What did I do wrong ?
Thank you
Please try running the Sync options in Woocommerce > WooCommerce Multilingual & Multicurrency > Status > Troubleshooting. Before you do that, please perform a full backup.
If this doesn't work, navigate to WPML > Settings > Media Translation > Click Start to sync
The main language returns the good resolution, but the secondary language looks for a 425*535 and 850*1070 file, so it returns a 404.
The resolution of add_image_size might have been 425*880 some time ago before I changed it recently, and all thumbnails have been regenerated (regenarate thumbnails).
What could be pulling this resolution and generating this issue?
And as I understood, I don't need wpml_media because I want to always use the same images in all languages. Am I wrong?