When using image_path_flush, image caches of styles where adaptive effect is using do not clear. That is because of this module creates few folders for each resolution.

Comments

sickness29’s picture

Fixed by patch that provide adaptive_image_path_flush function.

sickness29’s picture

Status: Active » Needs review
gaëlg’s picture

Status: Needs review » Needs work

Where is this function called?

sickness29’s picture

Status: Needs work » Needs review

This function do not used anywhere. But when you use this module, image_path_flush function don't works good. You can just apply this patch and use adaptive_image_path_flush function instead.

filburt’s picture

Hi,

I use this patch but unfortunatelly nothing has changed.

Any ideas? - Thanks

ruslan piskarov’s picture

Hello @filburt, you can use a my solution https://www.drupal.org/node/2264285#comment-10509258.

ruslan piskarov’s picture