Re: Image Handler 2 Support
Quote:
Originally Posted by
DivaVocals
A link to your site we be a LOT more helpful than a screenshot.
If I understand you correctly, are you saying that the product listings on the main index page, whats new page, & featured page display the product images okay, but the product detail page does not display the main product image.
In the meantime, please try turning off IH2 and see if the main product image on the product detail page reappears.
Also here's some additional things to consider when troubleshooting this:
- What other mods have you installed??
- Have any of those mods made changes to or affect the product detail files??
- Does the main product image on the product detail page not appear for ALL products or just certain products??
- Did the main product images on the product detail page work BEFORE installing IH2?
Seems evident by the screenprint that the OP is referring to the main product image on the product detail page..
I got a very similar problems for the details image could not show up, could you please check me at http://silver4sell.com/index.php?mai...1fl8mthem663l6
you will see it can not see the image..
I am not very familiar with Zencart, some people said the image name could not have space, but all my image name have space on it, it is a big job to rename all the image, could I have another way to solve the problem?
Re: Image Handler 2 Support
Newbie needs help with a problem after new install of image handler2 Ver2 Rev 8d. (please excuse if this post does not appear in the right place, I could not find a new thread button ^^)
I am using Zencart 1.39h with a purchased template.
I copied all the image handler2 files as per the instructions and if there was a conflict with an existing file name I renamed the old one to allow the new file to be used.
I can see the image handler2 in the admin>tools section, but when I click to install, I get this error message.
Parse error: syntax error, unexpected $end in /home/mysite/public_html/zc_admin/image_handler.php on line 83
Any help would be appreciated.
Thanks in advance...
Re: Image Handler 2 Support
Quote:
Originally Posted by
ABC2011
I got a very similar problems for the details image could not show up, could you please check me at
http://silver4sell.com/index.php?mai...1fl8mthem663l6
you will see it can not see the image..
I am not very familiar with Zencart, some people said the image name could not have space, but all my image name have space on it, it is a big job to rename all the image, could I have another way to solve the problem?
The image names are problematic, and if you want to avoid some long temr issues I strongly suggest following best practices and renaming all of your images. I know it sounds like a lot of work, but it is worth the effort if you want to minimize your issues later on down the road.. There are plenty of free file renaming tools available and tools that will allow you to mass update all your products to reference the new file names.
That said, you appear to have something else besides IH2 installed which has modified your product pages and the images.. You will need to merge changes between any files these mods have in common so that iH2 will work correctly..
Also suggest reading the readme and making sure all your image settings follow the recommended guidelines for the settings..
Re: Image Handler 2 Support
Not an error I've seen before, and not sure what caused it for you.. Suggest re-uploading all the IH2 files and trying the install again..
Quote:
Originally Posted by
webgear_aus
Newbie needs help with a problem after new install of image handler2 Ver2 Rev 8d. (please excuse if this post does not appear in the right place, I could not find a new thread button ^^)
I am using Zencart 1.39h with a purchased template.
I copied all the image handler2 files as per the instructions and if there was a conflict with an existing file name I renamed the old one to allow the new file to be used.
I can see the image handler2 in the admin>tools section, but when I click to install, I get this error message.
Parse error: syntax error, unexpected $end in /home/mysite/public_html/zc_admin/image_handler.php on line 83
Any help would be appreciated.
Thanks in advance...
Re: Image Handler 2 Support
Quote:
Originally Posted by
dimmyr
Tophand, I seem to see the same issue as Atma did. In Google Chrome browser, with a fresh install of IH2, the popup images during the mouse-over appear at the top of the visible page, in the product listing. I am surprised no one else had the same issue as the two of us. Any ideas yet?
Quote:
Originally Posted by
signs
Don't know if anyone's found the fix for this but I did discover a way to eliminate the problem (not fix it) with a css hack:
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* only webkit-based browsers will read the following styles */
#trailimageid {
display: none;
}
}
That will make hover images not display in Chrome or Safari. Until someone comes up with a better, more appropriate fix, that's what I'm using. I've wasted too much time trying to get the hover images where they ought to be. I'd rather just not have them display in Chrome at all. :smile:
GOOGLE CHROME ISSUE FIXED
:cool: finally i had fixed this issue:cool:
replace jscript_imagehover.js in folder includes/templates/YOUR TEMPLATE/jscript
with this
of course backup before do this action ..:smile:
Re: Image Handler 2 Support
sorry double post connection error :)
Re: Image Handler 2 Support
Ummm.. Dunno what version of IH2 you're running, but the JS in the current version of IH2 addressed the Chrome issues..
So I need to add this for anyone following this support thread..
If you are running IH2 Rev 8d (the current version available), this version includes and updated JS file which supports IE, Firefox, Chrome, and Safari.
The upcoming release of IH2 will include updates to support IE9. Until the new IH2 release is available, you may get the new JS which supports IE9 here:
http://grumpykiwi.com/haeana/index.p...Path=1376_1624
Quote:
Originally Posted by
JokerMOde
GOOGLE CHROME ISSUE FIXED
:cool: finally i had fixed this issue:cool:
replace jscript_imagehover.js in folder includes/templates/YOUR TEMPLATE/jscript
with this
of course backup before do this action ..:smile:
Re: Image Handler 2 Support
Sorry.. Posted the wrong link.. this is it here:
http://www.zen-cart.com/forum/showpo...postcount=6490
Quote:
Originally Posted by
DivaVocals
Ummm.. Dunno what version of IH2 you're running, but the JS in the current version of IH2 addressed the Chrome issues..
So I need to add this for anyone following this support thread..
If you are running IH2 Rev 8d (the current version available), this version includes and updated JS file which supports IE, Firefox, Chrome, and Safari.
The upcoming release of IH2 will include updates to support IE9. Until the new IH2 release is available, you may get the new JS which supports IE9 here:
http://grumpykiwi.com/haeana/index.p...Path=1376_1624
Re: Image Handler 2 Support
Quote:
Originally Posted by
DivaVocals
Ummm.. Dunno what version of IH2 you're running, but the JS in the current version of IH2 addressed the Chrome issues..
So I need to add this for anyone following this support thread..
If you are running IH2 Rev 8d (the current version available), this version includes and updated JS file which supports IE, Firefox, Chrome, and Safari.
The upcoming release of IH2 will include updates to support IE9. Until the new IH2 release is available, you may get the new JS which supports IE9 here:
http://grumpykiwi.com/haeana/index.p...Path=1376_1624
versi 2.0...hmmm:blink:...
Re: Image Handler 2 Support
Quote:
Originally Posted by
JokerMOde
versi 2.0...hmmm:blink:...
okee...i'm sure noww..it's image handler 2 Ver 2.0 rev 7....:blush:
wish this help everyone that need help :smile:
and thx for the link...i'd just upgrade to ver2.0 rev8d and change the new JS for IE9 that i copy from
http://grumpykiwi.com/haeana/index.p...Path=1376_1624
everthing OKE