• Resolved wpni

    (@wpni)


    Firstly, this is not an issue as such, with the plugin – but caused by a rubbish host.
    The plugin is working 100% on WP4.2.

    The problem is that the current host does not allow me to set the CHMOD for the cache directory, a support ticket has been raised with the host, but we have been waiting since Friday for them to change the access rights.

    So my question is: Until the site is either moved to a better host, or the existing host get their act together, is there code I can place either in Functions.php or elsewhere (in plugin) to set the thumbnails to load from their original location (not the cache folder).

    https://ww.wp.xz.cn/plugins/foogallery/

Viewing 1 replies (of 1 total)
  • Plugin Author bradvin

    (@bradvin)

    Under the hood, FooGallery uses WPThumb.

    Looking at that code, it seems you can hook into the filter ‘wpthumb_cache_file_path’ to override where it points.

    Try overriding that in your functions.php and see if you come right

    cheers

Viewing 1 replies (of 1 total)

The topic ‘Thumbnails not loading from cache directory’ is closed to new replies.