Acrylian,
with the new build and code added to themeoptions.php, cachemanager does not generate ANY thumbnails for zpArdoise when using gallerific option. I think Vincent needs to take a look at this but he does not appear to be around.
No code I have tried on themeoptions ever shows an 85 x 85px thumbnail in the cachmanager plugin settings, as it does with other themes.
BTW - What process triggers the registration of the theme with the cachemaneger?
The theme might need some changes as well as I mentioned above.
If you define new cacheManager settings you might need to disable and re-enable the theme as those are registered and may not be recognized initially.
BTW - What process triggers the registration of the theme with the cachemaneger?
You can directly see that in the themeoptions.php file of the theme.
Hi
I just discover this thread.
maybe something goes wrong with my theme (not have a look on zpArdoise yet), but in fact, before that, I think something goes wrong between cacheManager/cacheImages functions and template functions.
I tried basic and zenpage themes and the results are the same:
I have 2 cache names and sizes, for custom thumbnail cropping:
*zenpage thumbs:
-with cacheManager:
img_8965_95_w95_h95_cw734_ch734_cx305_cy0_thumb.jpg (~138ko)
-with theme (auto discover from front-end):
img_8965_w95_h95_cw734_ch734_cx305_cy0_thumb.jpg (~4ko)
*basic thumbs:
-with cacheManager:
mg_8965_100_w100_h100_cw734_ch734_cx305_cy0_thumb.jpg (~138ko)
-with theme:
img_8965_w100_h100_cw734_ch734_cx305_cy0_thumb.jpg (~4ko)
for "standard" thumbnail cropping, the name is the same but sizes are quitte different:
-with cacheManager (for basic thumbs):
img_8991_100_w100_h100_thumb.jpg (~5.5ko)
-with theme basic (for basic thumbs):
img_8991_100_w100_h100_thumb.jpg (~3.7ko)
I found an issue: for "standard" thumbnail cropping, cacheManager generates uncropped thumbs rather cropped ones.
me too, of course