New Zenner
- Join Date:
- Apr 2009
- Posts:
- 54
- Plugin Contributions:
- 0
Image Handler 2 (for ZC v1.3.8 ONLY) Support
jymontoya:
I tried the IE fix, and that fixed IE... go figure! :laugh:
But still no Safari love. Any ideas?
Bumpity bump?:hug:
Views: 2,510,726
New Zenner
jymontoya:
I tried the IE fix, and that fixed IE... go figure! :laugh:
But still no Safari love. Any ideas?
Bumpity bump?:hug:
Zen Follower
I've been trying to create a watermark so ih2 can apply it to all of my images. But I've been having lots of problems creating a simple yet effective watermark. Can anyone assist with this? Or if there's a program I can get to do this for me. Thanks
New Zenner
Is there any info on troubleshooting an IH2 installation? I have tried repeatedly to get IH2 working on my ZC, but despite hav ing started with a clean ZC, I cannot get IH2 to install. No entry on Tools menu, no additional options on Config/Images panel.
I have checked file permissions, copied the appropriate files into my custom template folder - but IH2 just won't show up.
New Zenner
stlnyc:
I've been trying to create a watermark so ih2 can apply it to all of my images. But I've been having lots of problems creating a simple yet effective watermark. Can anyone assist with this? Or if there's a program I can get to do this for me. Thanks
Do you have a copy of Photoshop? There are some good Photoshop pre-built "Actions" (like macros) for creating watermarks for images.
Have a look here, f'rinstance:
http://graphicssoft.about.com/cs/photoshop/ht/apswatermark.htm
You need some kind of image editing program to do this.
Totally Zenned
pixelwrangler:
Is there any info on troubleshooting an IH2 installation? I have tried repeatedly to get IH2 working on my ZC, but despite hav ing started with a clean ZC, I cannot get IH2 to install. No entry on Tools menu, no additional options on Config/Images panel.
I have checked file permissions, copied the appropriate files into my custom template folder - but IH2 just won't show up.
Not all of IH files go into your custom template folder.
Also, have you check the error log?
Totally Zenned
pixelwrangler:
Is there any info on troubleshooting an IH2 installation? I have tried repeatedly to get IH2 working on my ZC, but despite hav ing started with a clean ZC, I cannot get IH2 to install. No entry on Tools menu, no additional options on Config/Images panel.
I have checked file permissions, copied the appropriate files into my custom template folder - but IH2 just won't show up.
Also have you check that you did upload all the files and they are complete?
Zen Follower
Hello! I'm getting this error after the instalation:
Warning: main(.............../store/includes/extra_configures/bmz_image_handler_conf.php) [function.main]: failed to open stream: No such file or directory in ............../store/admin/includes/extra_configures/bmz_image_handler_conf.php on line 12
Fatal error: main() [function.require]: Failed opening required '........./store/includes/extra_configures/bmz_image_handler_conf.php' (include_path='.:/usr/lib/php') in ............../store/admin/includes/extra_configures/bmz_image_handler_conf.php on line 12
any help? thanks in advance...
New Zenner
IH2 problem fixed: Installed to WRONG folder!
Corrupted entire ZC. Reloaded clean /includes folder, all is well. Now just have to figure out how to get IH to do what I need it to do!
New Zenner
This thread is losing effectiveness... it's just too big. How many times have the same support questions been asked because we can't locate the fixes in this monster thread? If we can't have a sub-forum dedicated to IH, wouldn't it be good for the mod contributor to just set up a free Google Group?
I posted a support request for this same issue back in Sept 08. The answer is somewhere in here but I can't locate it, and after upgrading ZC and IH, the problem has returned.
In IE, the large size popup window is not sized to the image, it's only about 100 px high.
Can someone please point me to the fix?
TIA!
New Zenner
I'm using Image Handler with v1.3.8a and am having trouble getting clear images for the small size images.
Most of my images contain a lot of detail as they are cross stitch kits, and these tend to display very blocky or fuzzy in the small size which is not good!
The medium & large images appear perfectly OK.
Can anyone suggest a solution please?
website is: www.b u s y l i z z i e c r a f t s.co.uk
With thanks in advance.
Totally Zenned
I definitely agree with stevensmedia that something should be done to address the unwieldiness of this thread.
Organize it into something like FAQ, fixes, etc.
For example, and this is a question for yellow1912, I see that an updated version of this mod is available for download.
However, I had already updated the file (it was published on the thread), so I don't think that an update is necessary for me.
I also use tophand's version of imagehover, but don't know if this is included in new release.
Contributor has left the forums long ago, so somebody should volunteer for a Google Group.
Hint: I'm already ducking the suggestions thrown at me.
New Zenner
Still unable to figure out why the hover effect is not working. I installed IH2 on another server just to see if a totally clean install would work. Just loaded the standard test products and categories.
IH2 works fine in all respects - all hover/zoom effects work.
On my development site, however, despite the fact that the templates are the same, the hover does not work. The smaller image has that little box with the x that indicates IH2 is working, and the watermark appears correctly on the larger image I get when I click on the product listing image.
But no hover/zoom, anywhere. The Configuration/Image panels are identical, so that's not the problem.
Anyone have any ideas?
Thanks.
Totally Zenned
pixelwrangler:
Still unable to figure out why the hover effect is not working.
Thanks.
Do you have javascripts in your CUSTOM/jscript folder?
New Zenner
Yes - the JS folder and its files are there. T A check of the source code on the different pages also shows the JS references, and they are correct.
I am still investigating, but at this point, I do not have much hope that this problem can be overcome, judging from the other posts on this topic.
Totally Zenned
<script language="javascript" type="text/javascript"><!-- your javascript here //--></script>pixelwrangler:
Yes - the JS folder and its files are there.
All the javascript files in the custom_template/jscript folder need to be enclosed in tags like these:
then change the extension to .php, if prompted about the file name extension say Yes.
The reason is that, according to Dr. Byte, Zen cart will "peek" first into that folder and if it finds any javascript there, it will execute those and then stop looking.
Thus, jscript_imagehover.js in template_default will not be read.
New Zenner
The folder /templates/mytemplate/jscript contains:
onload (folder) - contains only read_me.txt
jscript_imagehover.js
read_me.txt
So, you're saying to take the code from the jscript_imagehover.js
file, put the standard <script> code around it, and write as
jscript_imagehover.php ?
I'm curious as to why some people have gotten the zoom feature to work without having had to report to this, as apparently it's not really documented anywhere I can see.
I also went back and looked at the IH2 documentation. It says to copy the jscript files into the folder of whatever custom template you might be using. Does it then matter if you leave the jscript files in the template_custom folder where they were put during the install? My brief experiment shows no difference in lack of zoom behavior, either way, at least for me.
Totally Zenned
pixelwrangler:
So, you're saying to take the code from the jscript_imagehover.js
file, put the standard <script> code around it, and write as
jscript_imagehover.php ?
No, IH2 installs jscript_imagehover.js in template_default.
IF you have javascripts in your CUSTOM/jscript folder, then those should be surrounded in tags and renamed.
Why do you have readme.txt there? Shouldn't be there, but I'm not sure that is causing your problem.
Try removing all those readmes and see what happens.
Totally Zenned
ckosloff:
No, IH2 installs jscript_imagehover.js in template_default.
IF you have javascripts in your CUSTOM/jscript folder, then those should be surrounded in tags and renamed.
Why do you have readme.txt there? Shouldn't be there, but I'm not sure that is causing your problem.
Try removing all those readmes and see what happens.
:huh:
I do not do this(scripts tags/rename) and it work just fine for me on all my sites.
Can you point me where this posted?
Thanks.
Totally Zenned
pixelwrangler:
The folder /templates/mytemplate/jscript contains:
onload (folder) - contains only read_me.txt
jscript_imagehover.js
read_me.txtSo, you're saying to take the code from the jscript_imagehover.js
file, put the standard <script> code around it, and write as
jscript_imagehover.php ?I'm curious as to why some people have gotten the zoom feature to work without having had to report to this, as apparently it's not really documented anywhere I can see.
I also went back and looked at the IH2 documentation. It says to copy the jscript files into the folder of whatever custom template you might be using. Does it then matter if you leave the jscript files in the template_custom folder where they were put during the install? My brief experiment shows no difference in lack of zoom behavior, either way, at least for me.
A link to your production site helps us help you.
Totally Zenned
pixelwrangler:
Still unable to figure out why the hover effect is not working. I installed IH2 on another server just to see if a totally clean install would work. Just loaded the standard test products and categories.
IH2 works fine in all respects - all hover/zoom effects work.On my development site, however, despite the fact that the templates are the same, the hover does not work. The smaller image has that little box with the x that indicates IH2 is working, and the watermark appears correctly on the larger image I get when I click on the product listing image.
But no hover/zoom, anywhere. The Configuration/Image panels are identical, so that's not the problem.
Anyone have any ideas?
Thanks.
You do have the hover turned on?
Admin--> Config---> Images--->IH zoom small images
Fields marked required must be completed.
Tell staff why this post should be reviewed.