Hi,
We’re having an issue with one of your php script :
For Dante 2.66
Script Aq_resizer-1x.php
Line 35
//check if $img_url is local
if(strpos( $url, home_url() ) === false) {
$image = array (
0 => $url,
1 => $width,
2 => $height
);
return $image;
}
Everything is ok with the original version of our website which is in English.
Our issue :
We’re using a WPML plugin to get a norwegian version.
Consequently, the url pattern is « customed » with ?lang=nb
>> Because of this, the script doesn’t work and « return » the image without any resize.
>> Consequently the thumbnails and featured images are not in the right size (please check the attached screenshots).
Could you please help us with this ?
Thanks
Attachments:
You must be
logged in to view attached files.