Re: Image Handler 2 Support
Quote:
Originally Posted by digidiva-kathy
The reason your small image and zoom image are the same is because your small image and product image size are set exactly the same.
You can change this by going to Admin -> Configuration -> Images and change the setting of Product Info - Image Width and Product Info - Image Height to something else.
You do not have to change this setting if you really want you product image to be 120 X 120 just keep in mind that the zoom is using the product image as the display of the enlarged image.
Hope this makes sense.
Re: Image Handler 2 Support
I have installed ZC 1.3.2 and IH2, now i have the problem that only small images are visible :-( All these pictures are in the standard /images path. If i klick to enlarge, a popup window is displayed but the image is missing. I copied the graphic link address and found out that this medium image should be located in images/medium/XXX_MED.jpg
But this image is not available in the medium directory :-(
Whats wrong there? Permissions are set to 777, resize is enabled but the medium and large pictures are not automatically generated. Can anybody help?
Re: Image Handler 2 Support
Hello,
for some of my contributions, I need the picture attributes se to chmod 755 or 777. The imagefolder and all folder in it are set to 777.
When I load up a picture with the categories.php - site the attributes are o.k. when I load up additional pictures with the image-handler, the attributes of this picture are set to chmod 650 and are not viewable in the "whats new" - Scroller or in the lightbox contribution, sice I change the chmod via FTP.
Does anybody know, hhow I can fix this problem.
Michael
Re: Image Handler 2 Support
I want to copy my old cart install to my C: drive and do a clean install of 1.3.5. Can I do without copying the bmz_cache directory?
Re: Image Handler 2 Support
Ah. I get what is happening. I had loaded some images manually and assumed the rest were in there.
Re: Image Handler 2 Support
Quote:
Originally Posted by DrByte
Based on your settings, I believe it can and will produce the multi-sized versions of your uploaded images.
But it keeps the file size the same. So your thumbnail is the same size in kb as your LRG image. How do you add small images i.e. imagea=2kb then an eanlarged image of imagea=50kb. When i go to add an image in ZenCart I only have one option to add one image. Is there another place I can go to add the "thumbnail version i.e. the 2kb version" and the MED version i.e. the 12kb version, and the LG Version i.e. the 80kb version?
Re: Image Handler 2 Support
Quote:
Originally Posted by vfcoup70
But it keeps the file size the same. So your thumbnail is the same size in kb as your LRG image. How do you add small images i.e. imagea=2kb then an eanlarged image of imagea=50kb. When i go to add an image in ZenCart I only have one option to add one image. Is there another place I can go to add the "thumbnail version i.e. the 2kb version" and the MED version i.e. the 12kb version, and the LG Version i.e. the 80kb version?
yeah.. go into Admin -> Tools -> Image Handler 2 ... then choose your product, display it.. and go from there
Re: Image Handler 2 Support
Quote:
Originally Posted by BlessIsaacola
Okay, I am confused, can someone that knows what they are doing please verify if \includes\modules\additional_images.php should have ?> at the end of the file or not. I just noticed that Tim's original file is missing the ?> at the end too.
Okay \includes\modules\main_product_image.php is also missing the ?> tag at the end. Is this normal?
As well as \image-handler_2.0-zc135\includes\modules\pages\popup_image\header_php.php
For anyone that is interested, this is accepted PHP prpgramming pratice.
It solves any white-space errors if you close the PHP statement off and there is any white space sfter it.
Re: Image Handler 2 Support
Does anyone know when large image zooming is going to be implemented?
Re: Image Handler 2 Support
has anyone installed the latest version of IH2 on ZC1.3.5?
the zoom/hover feature is generating jscript errors in ie. is there more formal documentation on this codeset somewhere? thanks.