
Originally Posted by
shags38
Ok - I will change IH resize images to yes and then will edit /includes/classes/bmz_image_handler_class.php and run sitemap and post the resultant logs .... in the morning, it has just gone midnight here

Mike, I think I found the source of the issue. Check your site's /includes/modules/pages/sitemapxml/sitemapxmp_products.php, towards the top of the file, looking for
Code:
define('SITEMAPXML_PRODUCTS_IMAGES_FUNCTION', 'false'); // true false
That value defaults to false, which causes the image-generation to bypass any IH processing. If that's the case, update that line to read:
Code:
define('SITEMAPXML_PRODUCTS_IMAGES_FUNCTION', 'true'); // true false
Bookmarks