Re: Image Handler 2 Javascript Bug
Note: The problem appears to be on line 124...
ycoord += event.clientY - Math.max(0,(0 + zoomimg_h + (5 * padding) + e.pageY - docheight - truebody().scrollTop));
For some reason, pageY is not being included as an attribute of the event being passed to the function. I am at a loss for why this would not be present under the circumstances.
Re: Image Handler 2 Javascript Bug
Here is how we bypassed the problem temporarily until someone can help determine how to fix the pageY issue in IE7...
Code:
/* BYPASS IE7 pageY BUG
if (docwidth - event.clientX < zoomimg_w + (3 * padding)) {
xcoord = event.clientX - xcoord - zoomimg_w - (2 * offsetfrommouse[0]);
} else {
xcoord += truebody().scrollLeft+event.clientX;
}
if (docheight - event.clientY < zoomimg_h + (2 * padding)){
ycoord += event.clientY - Math.max(0,(0 + zoomimg_h + (5 * padding) + e.pageY - docheight - truebody().scrollTop));
} else {
ycoord += truebody().scrollTop + event.clientY;
}
*/
xcoord += truebody().scrollLeft+event.clientX;
ycoord += truebody().scrollTop + event.clientY;
Re: Image Handler 2 Javascript Bug
ebspromo, I thought we were experiencing the same thing, but when I used your code, my hovers stopped altogether :( .
Re: Image Handler 2 Support
I installed IH2 on 1.3.8. It was working great (hovers and all) until I changed the size of my images.
I changed the size of my small images & product listing images from w150 h120 to w0 h160 and my product info size from w300 h240 to w200h0. Now, the image hover icon shows up, but the hover images do not come up when I pass over the hotzone. I cleared the bmz cache and that did nto fix my problem. I changed all my image parameters back to the same size and it did not resolve the problem.
Any ideas?
Re: Image Handler 2 Support
Quote:
Originally Posted by
lukemcr
Make sure you upload "All" the files for IH (you are missing one).
M
Re: Image Handler 2 Support
Quote:
Originally Posted by
ebspromo
Here is how we bypassed the problem temporarily until someone can help determine how to fix the pageY issue in IE7...
Quote:
Originally Posted by
digidiva-kathy
I have searched, but if you search for IE hover position you get like 200 posts so I thought I'd just ask...my hovers are positioned fine in Firefox, but in IE, it's way too high. I have not changed the style_imagehover.css file at all. The further you get down the page, the worse the location of the hovers is. In the bottom row on the front page, you can't see the popups at all.
http://www.shabbymissjenndesigns.com/shop
Help? Thanks!!
http://forum.zen-cart.com/showpost.p...postcount=2340
Looks like ebspromo find the fix. See the above link to the file I use.
Works for IE & FF.
M
Re: Image Handler 2 Support
Quote:
Originally Posted by
thesaintjim
Anyone see IM2 do this..when I puyt my cursor over an image, it puts the enlarge dimage in the upper right corner?? I been tryin to igure this one out and I am stuck.
Did you make sure that you unloaded "All" the files for IH?
Sounds like you are missing 1, style_imagehover.css
M
Re: Image Handler 2 Support
Quote:
Originally Posted by
dcrosbie
I installed IH2 on 1.3.8. It was working great (hovers and all) until I changed the size of my images.
I changed the size of my small images & product listing images from w150 h120 to w0 h160 and my product info size from w300 h240 to w200h0. Now, the image hover icon shows up, but the hover images do not come up when I pass over the hotzone. I cleared the bmz cache and that did nto fix my problem. I changed all my image parameters back to the same size and it did not resolve the problem.
Any ideas?
Figured out the problem. Turns out it was a problem with my internet option settings. I guess something got disabled. I reset to default and everything started working fine again.
Re: Image Handler 2 Support
I've searched and cannot for the life of me find the fix to additional images not showing up on products page. I have 4 images for the baskets and only 3 are showing up.
Any ideas???
http://nolahairjewelry.com
Re: Image Handler 2 Support
I did a Site redesign and now my Image that pops up when I mouse comes up in a strange place here is a what it looks like http://208.69.127.226/store/index.ph...74_76_78_81_84
Just mouse over it. I want the mouse over to just show up right over the thumbnail image.
Can some one help me out??