Hi - I'm a comparative newbie, so please be gentle with me!!
I have read the very thorough post by Zinfandel (post No 1222 in this thread on May 19th), but I have some issues with the concept of allowing software to handle the generation of different sized images from one large 'master' file. My primary objection is that I am 100% TOTALLY confident that I can produce better-looking images than the software, so I would prefer to use the 'old' Zen Cart system, but with the added benefits of IH2. By this I mean that I prefer IH2's ability to let me add multiple images to a product, but in my case I specify the medium and large files.
I'm pretty confident that I have installed IH2 correctly (it all shows correctly, and works, in the admin) but I must say that the installation was a trifle confusing because the download from the Zen Cart download section and the download from the the author's web site differ!! One has substantially more files than the other - image-handler_2.0-zc13 has 52 files in 38 folders, whilst image-handler_2.0-zc135 has 46 files in 38 folders!!
It may well be that IH2 isn't working on the web site, because I don't get any 'hovers',
BUT... I do see the additional images!!
I am actually not too bothered about the hover, and the pop-ups certainly work, but, (and I'm getting to the point, finally, I promise) if you go to my unfinished web site here you will see there that the image for the category is located at the left side of the head of the center section, and directly under that is a second identical image.
The second (lower) image is of substantially inferior quality, because, if you look at this snippet of code for the image and pop-up
Code:
<div id="productMainImage" class="centeredContent back">
<script language="javascript" type="text/javascript">
<!--
document.write('<a href="javascript:popupWindow(\'http://www.hohose.exphoster.com/catalog/index.php?main_page=popup_image&pID=367\')">
<img src="images/medium/ElbeoRegentFront_MED.jpg" alt="Regent" title=" Regent " width="96" height="130" />
<br /><span class="imgLink">larger image</span></a>');//--></script>
<a href="javascript:popupWindow('http://www.hohose.exphoster.com/catalog/index.php?main_page=popup_image&pID=367')">
<img src="images/medium/ElbeoRegentFront_MED.jpg" alt="Regent" title=" Regent " height="130" width="96">
<br><span class="imgLink">larger image</span></a>
<noscript><a href="http://www.hohose.exphoster.com/catalog/index.php?main_page=popup_image&pID=367" target="_blank">
<img src="images/medium/ElbeoRegentFront_MED.jpg" alt="Regent" title=" Regent " width="96" height="130" />
<br /><span class="imgLink">larger image</span></a></noscript></div>
you will see that the thumbnail for the image is generated from the medium-sized image!!
This is not what I require at all: I want my pre-made, beautifully optimised thumbnail to be used for the thumbnail,
and the medium for the hover,
and the large for the pop-up!
Does anyone know how to fix this problem, please?
BTW: I have been up and down the admin settings (several times) and I cannot find anything that would modify this 'setting'.
Bookmarks