Hi, ItzBlitz!
Sorry for the problem. Really, the problem is about new version of PHP, i’ll make a new version soon, now you can edit len-slider/lib/lenslider.class.php:386-397: (remove all ampersands &)
public function lenslider_replace_att_url($att_id) {
if($att_id) {
$retObj = new stdClass;
$retObj->absAttUrl = str_ireplace(self::$siteurl."/", ABSPATH, wp_get_attachment_url($att_id));
$retObj->httpPath = str_ireplace(ABSPATH, '/', $retObj->absAttUrl);
$size_array = @getimagesize($retObj->absAttUrl);
$retObj->size = $this->lenslider_size_str($size_array[0], $size_array[1]);
$retObj->mime = $size_array['mime'];
return $retObj;
}
return false;
}
but i dont guarantee about plugin will works well, ok, i’ll make a fix soon. Sorry again..