Re: Image Handler 2 Support
Quote:
Originally Posted by
ckosloff
Question for tophand: what utility are you using to see what files are missing?
The web browser "view source".
Can't see all what is missing but the most common ones that people miss are[FONT=monospace] [/FONT]style_imagehover.css and [FONT=monospace][/FONT]jscript_imagehover.js which can seen by using the "view source".
If using FireFox then install the Web Developer plugin for more tools that can help with Zen Cart.
M
Re: Image Handler 2 Support
You can possess as many extra images as you want. It is just similar commonplace Zen Cart with waiter side resizing and a commodious port to add the convenient images.
##############################################################################################################___
james
Link Building
Re: new install warnings - not working!
Quote:
Originally Posted by
tophand
Have you double check that you uploaded "All" the files for IH?
The error is you are getting is pointing to this file, "bmz_image_handler.class.php". Is it uploaded and in the correct folder?
You are also missing "jscript_imagehover.js"
M
I have re-installed IH and I no longer have error messages however I don't have any of the features of IH on my site.
I do have the bmz_image_handler.class.php file. I'm not 100% sure it is where it should be - I looked it up in the developers tool kit
I don't have the jscript_imagehover.js file according to the developers tool kit. I uploaded the files that I unzipped for IH. Where do I find this file? I really want IH to work! I'm rebuilding my site from another and the idea of resizing my images for zencart is a task I want to avoid.
Thanks for replying! I really appreciate it.
Erin
www.momandbabyboutique.ca/servlet
Re: new install warnings - not working!
I don't have the jscript_imagehover.js file according to the developers tool kit. I uploaded the files that I unzipped for IH.
[/quote]
I was just checking my files using ftp and I do have the jscript_imagehover.js
Any ideas?
Erin
www.momandbabyboutique.ca/servlet
Re: Image Handler 2 Support
Erin,
do you have a copy of the jscript_imagehover.js file in the js folder in your template? I ask because its not loading.
Re: Image Handler 2 Support
Hello all,
Thanks for taking the time to read my problem and possibly suggest a resolution. My large image is 578x550 pixels. I am using Image Handler 2.
The thumbnail, medium and large pictures all look great. When I load a product, and click on the image to get the "larger image" popup window, the window is too small width-wise for the image. In order to view the entire image, I have to resize the window another 10% to 20% or so to view the entire image.
I tried this in Firefox 2. Firefox 3, IE 6, IE 7. Does anyone have suggestions to modify some config option for the "larger image" window from the product info page to open and display the entire image?
Thanks in advance,
-Ed
Re: Image Handler 2 Support
Hey tophand,
Thanks for answer.
I do use "view source" of course, and also Web Dev toolbar.
I thought that you might be using something else, but now I see that it's mainly your knowledge.
Another FF extension that comes in handy is JS view, which lets you view js scripts even when called remotely.
Re: new install warnings - not working!
Quote:
Originally Posted by
erinl
I don't have the jscript_imagehover.js file according to the developers tool kit. I uploaded the files that I unzipped for IH.
I was just checking my files using ftp and I do have the jscript_imagehover.js
Any ideas?
Erin
www.momandbabyboutique.ca/servlet[/quote]
Where did you download Image Handler from?
jscript_imagehover.js should be here.
Code:
includes/templates/mbb/jscript/jscript_imagehover.js
Re: Image Handler 2 Support
Quote:
Originally Posted by
wa11y
Hi
My problem is that when I install IH2 on my local apache web server everything works fine. It doesn't work on my hosted server - images are actually resized and stored in cache directory correctly, but I can't see any pictures in zen-cart.
Something is wrong with file paths - in page source I can see sth like:
<img src="bmz_cache882e49fdbf3ac072b4cb184b4b2a0570d.image.100x56.gif"...
- looks like two slashes are missing - if there was "bmz_cache/8/82e49fdbf3ac072b4cb184b4b2a0570d.image.100x56.gif" everything would work fine.
Seems like it looses slashes at some point and after long research I couldn't find at what point.
had this issue myself, the fix was easy. upload all the files in your cache on your local webserver up to your live site. set all permissions to 777 the use image handler to empty the cache. if you no longer have these files create them then empty the cache.
shoulders
Re: Image Handler 2 Support
Quote:
Originally Posted by
barco57
Erin,
do you have a copy of the jscript_imagehover.js file in the js folder in your template? I ask because its not loading.
Mike: That was the problem! Thanks - it seems to be working fine now.
Erin