Currently no its not compatible.
Printable View
Hi,
Let me start off with an apology if this has been asked and answered and I missed it.
I am using the latest version of Zen Cart 1.3.5. I have the the image handler 2 installed as well. I notice when I visit a page on my site with 6 or more products listed, when you scroll down the page, the medium image pops up at the top of the page and out of sight.
http://www.kellyscountrycorner.com/s...e=products_new
This only happens, as far as I know, in IE. FireFox is fine.
Is anyone else having this issue? If so is there a fix?
Thanks,
Kelly :smile:
Hi there,
Are you using the latest version (has 0916 at the end)? If not, its because of some javascript errors. If you are using this version, please let me know and I'll look into it a little deeper (or if someone else jumps on it.. thats cool too :))
http://www.zen-cart.com/index.php?ma...roducts_id=117
Js error in IE
Try changing line 124 in
includes\templates\template_default\jscript\jscript_imagehover.js
From This:
ycoord += event.clientY - Math.max(0,(0 + zoomimg_h + (5 * padding) + event.clientY - docheight - truebody().scrollTop));
To This:
ycoord += event.clientY - Math.max(0,(0 + zoomimg_h + (5 * padding) - docheight - truebody().scrollTop));
Hope this helps
did tim get deported to somewhere without a connection? or did he find something better to do than IH2?
i think this is pretty good image handling: flash image handler
...it hasn't been tested with IH2.
but hey, good image handling n'est-ce pas?
since flash player handles images as vectors, it's a natural at scaling them. anyone up for developing a zen flash forum?
will bumping get me arrested?
Hello,
i have a strange behavior with zooming images. I can get it working only in a scolling news sidebox all others donīt zoom. Take a look:
http://www.patronenpartner.de/index.php
The Site is german only! Any thoughts about that?
Stefan
Hi,
I am using the latest version of IH2. I also tried the suggested fix in a later post by fweb. Unfortunately it didn't work.
Thanks again,
Kelly
sorry Kim. it was an accidental bump; didn't mean to bump you ^.^ ... i had ctrl+n on that reply window and forgot that i had already posted. i submitted to find it already posted, and went back to edit it with something else... et voila!
i guess my open window multitask memory cannot exceed a dozen pages or so.