Re: Image Handler 2 Support
Also - does anyone have an install over IH2 that has the zoom function working?
I just uninstalled the easy rollover add-on, and the broken image problem has gone away but nothing happens when I mouse over the image. I have all the options in the Admin > Config > Images set to enable the image zoom, but nothing.
Problem is, I'm not even sure what it is I'm supposed to be seeing! What does the 'zoom' thing do, exactly?
Re: Image Handler 2 Support
Hello,
Could somebody take a look at my test site and let me know what I have done wrong? The web address is: www.swiker.com/zentest - username/password is test (for both). I have IH2 installed along with HoverBox3. The little + symbol shows up next to images but they never enlarge. The product page for each product has HoverBox3 working perfect.
Is there something I am missing in the HB2 setup?
Thank you
Re: Image Handler 2 Support
OK, well the flickering image thing was worked out - I had to move the .js files to the custom template.
However, when I mouse over the images, I'm not getting that zoom function. I have all the zoom flags set to YES under Config > Images. My server uses GD - what else could I be missing?
TIA.
Re: Image Handler 2 Support
Quote:
Originally Posted by
FatGuyinAZ
Hello,
Could somebody take a look at my test site and let me know what I have done wrong? The web address is:
www.swiker.com/zentest - username/password is test (for both). I have IH2 installed along with HoverBox3. The little + symbol shows up next to images but they never enlarge. The product page for each product has HoverBox3 working perfect.
Is there something I am missing in the HB2 setup?
Thank you
You didn't upload "All" the IH files.
Missing
Code:
includes/templates/cherry_zen/jscript/jscript_imagehover.js
Re: Image Handler 2 Support
Quote:
Originally Posted by
Qwert302
Any reason the hover box doesn't work for my main page featured products? It works on the sidebar, and for my cross sell boxes?
Different images sizes.
In your admin-->configuration-->images set the images (small) to the same size.
Re: Image Handler 2 Support
That was all I needed to do. For some reason the jscript folder wasn't in the MYTEMPLATE folder ... so when I renamed MYTEMPLATE to cherry_zen it never got uploaded. I found the jscript folder in the template_default folder. I am upset with myself for not finding this. Thank you for your help. Since I already feel a little dumb, let me ask ... how would I go about making the image that IH2 displays bigger? All my images are 420x420 but it seems IH2 is only displaying an image about 1/2 that size. When a person clicks to view the item and it's description, they can click the image and get a full size picture. However, I was curious if I could show them a full size image with the mouse-over via IH2?
Re: Image Handler 2 Support
Hi all,
I need HELP..
I've installed IH2 + it works fine with FireFox. When I opened it with IE, my NEW PRODUCTS scrolling sidebox's images were scattered down lower + not being inside the sidebox.
Do guys have solutions on this regarding the IE issue?
Currently, I have deactivated the mode until it is solved.
Thx
Re: Image Handler 2 Support
Quote:
Originally Posted by
manzili
Hi all,
I need HELP..
I've installed IH2 + it works fine with FireFox. When I opened it with IE, my NEW PRODUCTS scrolling sidebox's images were scattered down lower + not being inside the sidebox.
Do guys have solutions on this regarding the IE issue?
Currently, I have deactivated the mode until it is solved.
Thx
http://www.zen-cart.com/forum/showthread.php?t=75257
Previous thread above should help
Re: Image Handler 2 Support
Oh, THX a lot for showing me the thread..
It works like a magic ;)
Re: Image Handler 2 Support
Don't know if this belongs in the Image Handler 2 thread or the easy rollovers thread, so I'll post it in both - not crossposting strictly speaking, as it's a compatibility issue with one or both of them... it really could be argued either way.
When you install the \includes\extra_datafiles\rollover_class_settings.php , it overrides IH2 classes and tries to turn all images into rollover class. Why it thinks images are buttons, I don't know. However when you mouse over them, you get a broken link as it's looking for '_over' image file versions in bmzcache, where of course they don't exist.
The only workaround I can think of is to not install rollover_class_settings.php, and specify individually which buttons have the rollover class. My website is pretty minimal so that's not such a huge pain, but I'm sure there must be a better idea.
Anyone have IH2 and Easy Rollovers installed together? Any ideas?