Quote Originally Posted by mickymix View Post
The first one is about the size of the images I get my items showed in the "specials" page...(main page, not sidebox)
It seems to me that this size cannot be changed if not changing it also in the product info page and I guess I'll have to put my hands in the code directly...
Will this affect how IH3 handles THOSE images ? Is there something I should be aware of ?
At the moment it seems to me that IH3 does not apply anything to those images... is this correct ?
How could I have IH3 take charge to display middle size overing images ?
First problem solved by myself, not being able to find any better solution, but identifying WHERE the problem was.

I got the necessary hint from this post from Ajeh and integrating it a little bit, as I had to change the coded value of

MEDIUM_IMAGE_WIDTH and MEDIUM_IMAGE_HEIGHT
to
SMALL_IMAGE_WIDTH & SMALL_IMAGE_HEIGHT

both in

/includes/modules/_my_template_/specials_index.php (not specials.php which I did not had)

and in

/includes/templates/_my_template_/templates/tpl_specials_default.php

So, for me, that point is solved (and hope this info might be useful for others too), while the second one (not-watermarketed images in bmz_cache) is still a big black hole... :-(