Well I'm using 1.3.9d with the latest IH2 right now; all working fine for me :blink:
Printable View
Well I'm using 1.3.9d with the latest IH2 right now; all working fine for me :blink:
How can I get these bits of IH out of my ZenCart?
I have a cart that had been messed about a bit, and now has been upgraded.
Image Handler was not installed on the new upgrade, but there are entries in the Admin > Configuration > Images menu, which look like Image Handler entries. I guess they are from the database. I would like to get these out of my cart to clean it up.
http://i85.photobucket.com/albums/k5...ge-handler.jpg
I had a look at a copy of IH and there is no uninstall sql, so how can I get rid of these entries pleaese?
Is there an uninstall .sql patch?
Is it simple enough to do it manually from php MyAdmin? If so - how?
Thanks
Paul
Hmm.
Have installed this module on a 1.3.8 as per instructions as far as I can tell and it works nicely in zooming the product images, but when I try to go to the manager page in the admin section I just get a blank page. Anyone have any idea where to start troubleshooting this please?
Thanks, Jim
That is to say when I go to admin > image handler 2, I get a blank page. On the front end it is working nicely with the zoom function. :frusty:
When I first installed it, the image handler 2 link in tools worked apart from the 'manager' tab. Now the page doesn't show at all. Sorry for the multiple post, I kept missing the 7 minute expiry on editing :/
FUGGEDABOUTIT!
I reupped all the admin files a second time and it seems it works again. one of the files must have got corrupted on the server somehow. quick bit of corruption that.
Ok anyone who downloaded my Javascript fix, there is a bug in it that may effect you
when you mouse off an image a horizontal scrollbar may appear at the bottom of the page.
There is a dead easy fix for this
around line 86 there is this function
change the 2000 to -2000 that is minus 2000 or negative 2000Quote:
function hidetrail(){
trailstyle = gettrail().style;
trailstyle.visibility = "hidden";
document.onmousemove = "";
trailstyle.left = "2000px";
trailstyle.top = "2000px";
}
my apologies i don't know how I missed this, it's so patently obvious once i noticed the scroll bar.Quote:
function hidetrail(){
trailstyle = gettrail().style;
trailstyle.visibility = "hidden";
document.onmousemove = "";
trailstyle.left = "-2000px";
trailstyle.top = "-2000px";
}
On the bright side even with the bug the script was still an improvement
I am not sure if this is a bug on image handler 2. I found out when you set the images to not proportional or "0" in
admin->configuraton->images->Image - Use Proportional Images on Products and Categories
Image hover won't work and product info image won't display.
I know I am probably being a bit thick, but what setting do I tweak to make the zoom rollover image larger when rolling over a thumb?
Many thanks,
Jim