• 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:

    https://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.

    https://www.ads-software.com/extend/plugins/bj-lazy-load/

Viewing 1 replies (of 1 total)
  • Plugin Author Bj?rn Johansen

    (@bjornjohansen)

    Hi

    Thanks for reporting this. I just released version 0.6.10 which now should handle multisite with subfolders.

Viewing 1 replies (of 1 total)
  • The topic ‘Bug on multisite with subfolders’ is closed to new replies.