• This plugin has problems on WordPress installs using multisite with subfolders. Timthumb won’t be able to load the images on the subsites, because the URL will look like this:

    http://example.com/subfolder/wp-content/uploads/sites/2/2013/06/img-222x167.png

    But there is no real /subfolder/ directory on the server (the path will be rewritten by WordPress), but Timthumb doesn’t know that, so it can’t find the image.

    My solution was to modify the foreach loop in BJLL::_filter_images() like this.

    http://wordpress.org/extend/plugins/bj-lazy-load/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Bug on multisite with subfolders’ is closed to new replies.