Hi nooteam !
I am moving my last request to this card to clearfy problem status.
My last topic https://nootheme.com/forums/topic/woocommerce-product-image-alt-text-set-automatically/
Problem:
Image meta alt works only with product preview image http://prntscr.com/ljab5q , but need to set the same settings for product main image.
Actual result: Product main image meta alt is empty, meta title displays image name http://prntscr.com/ljad7b
Expected result: Product main image meta alt field displays product title like a product preview image (http://prntscr.com/ljab5q)
Your last fix (response):
Hi again.
To add product title to the product image on the single page, you can change the code at file
wp-content/plugins/noo-mebla-core/framework/woo_extensions.php line 100.
and change the code for alt "alt="<?php echo $image['alt']; ?>"" to the product title.
Waiting for your reply, thank you !