• Resolved karololszak

    (@karololszak)


    So I couldn’t upload any images to slider – it didn’t copy them, it created all the codes etc but the image wasn’t there (on FTP). I found a fix in function lenslider_resize_image_library() – line 1810, the copy() function – it uses httpPath and it should use absAttUrl.

    To fix replace line 1810 from this:
    @copy($obj->httpPath, $newpath);
    to this:
    @copy($obj->absAttUrl, $newpath);

    http://wordpress.org/extend/plugins/len-slider/

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Banner images not working (I've got a fix)’ is closed to new replies.