Hi,
Ok, I understand that so we can certainly test the patch they recommend. Can you please add your FTP details?
They are recommending opening the file: /wp-content/themes/neighborhood/includes/plugins/aq_resizer-1x.php
and after the start of the function, below the debug line adding:
/* WPML Fix for Image issue in Different domain per language */
if ( defined( 'ICL_SITEPRESS_VERSION' )){
global $sitepress;
$url = $sitepress->convert_url($url,$sitepress->get_default_language());
}
/* WPML Fix for Image issue in Different domain per language */
Thanks.