Yes Search for Image Handler in the download section.
Yes Search for Image Handler in the download section.
Image Handler 2 is in use on the Holzheimer site in my sig, if you want to see what it does. There's also Lightbox, but I'm not familiar with how it works.
Thanks
I'm test running an installation of Zen Cart with this addon. So far so good. I just cant figure out if Image Handler2 can choose a thumbnail and then when you hover over the thumbnail a different image appears.
Also it seems as if the image box that appears when you hover over the thumbnail is located at the top left of my site. I would like it to be right by the mouse but I don't see any options for that.
You can set the position in the configuration>images in your site admin.
Glamorousshoe is correct. If you look in admin>configuration>images, there'll be settings at the bottom of the list that begin IH and correspond to Image Handler 2.
IH2 can't display a different image, but you can have multiple images for a product. https://www.zen-cart.com/tutorials/index.php?article=58
I see the IH image options under config>images, but I don't see the positioning for the hover image.
The upper part of my products displays the hover image next to the thumbnail (good).
The lower part of my products displays the hover image out of the screen or way up top of the screen (bad).
I play around with the postiioning of the hover image under jscript_imagehover.js in the follwing code, but no luck
Any suggestions?Code:var offsetfrommouse=[0,0]; //image x,y offsets from cursor position in pixels. Enter 0,0 for no offset
Thanks,
JE
I didin't explain my last post correctly, so let's try again.
I see the IH image options under config>images, but I don't see the optioon to change the positioning for the hover effect.
In the upper par of my page, (first 5 products) the mouse over displays the hover image next to the thumbnail (good).
In the lower part of my page, (if more than 5 products) the mouse over displays the hover image out of the screen or way up top of the screen (bad).
I play around with the postiioning of the hover image under jscript_imagehover.js in the follwing code, but no luck
Any suggestions where I can change the hover image positioning? problem occurs in all browers I tested (IE7,firefox,chrome)Code:var offsetfrommouse=[0,0]; //image x,y offsets from cursor position in pixels. Enter 0,0 for no offset
Thanks,
JE
Try tinkering with the Zoom Gravity (should be the last item on the list in admin>configuration>images).