Re: Image Handler 2 Support
Quote:
Originally Posted by
tophand
The watermark image needs to be either in a gif or png format.
There is no setting in admin other then no/yes for watermarking.
Since you have watermark on the small image, you have it turned on.
What about the medium and large settings? Do you it set to "Yes" for watermarking?
What about watermark_MED image? Is it in the images/medium folder?
What the watermark_LRG image? image/large folder.
Also have you check the permissions both on the folder and image?
We know that the watermark.png small is fine so copy it the medium folder and rename to watermark_MED.png.
M
Thank you, I had checked these settings as per the installations instructions but could not get it to work "out of the box".
So on a whim, I opened the _MED and _LG watermark .PNG files and "Save for Web" as a GIF instead and uploaded to the appropriate folders on the server. I told IH2 to use the "no_change" format (not realizing this was referring to the watermark) and it worked. :clap:
Thanks folks
Robert E
Re: Image Handler 2 Support
IH watermark is not working on some images. Watermark is enabled for medium, large images in options. Any help is appreciated!
Re: Image Handler 2 Support
Quote:
Originally Posted by
james739
IH watermark is not working on some images. Watermark is enabled for medium, large images in options. Any help is appreciated!
I had a similar issue. The small image would watermark but the med and large would not.
The way I found that it started working for me was to change the .PNG watermark files, (_MED and _LRG) to .GIF and upload those to the appropriate folders. I opened up Photoshop, loaded the .PNG and then did a Safe for Web as a GIF for each of the two files.
Not sure why this fixed it since the small image is still using the original .PNG watermark file, but it works. :smile:
I have watermark small, medium and large set to "Yes"
I have the file type for small, medium and large set to "no_change"
I have watermark gravity to Center (default)
I have also found that since adding my first second image for a product as an inset using IH2, it now seems to add all the xxxinset.jpg files itself when I add the image xxx in inventory, gotta love that. (If you have a need for it that is.)
Hope this helps.
Robert E
Re: Image Handler 2 Support - Small Zoom Not Working
I just installed IH2 in a testbed, installed two images and seemed to work, changed the images and the small zoom stopped working. I checked the settings under the Config-Images small zoom is set to true. At the moment I have tracked it to the point where the get_additional_parameters function asks whether the $this->sizetype variable is set to small, it is not on any small image it is set to generic, on the medium and small images it shows correct as medium and large. Any one more familiar with this code know where I should be looking for this 'small' to be set?
thanks in advance.
-sean
Re: Image Handler 2 Support - Small Zoom Not Working - Resolved
ok, found the problem.
-seab
Quote:
Originally Posted by
srw134
I just installed IH2 in a testbed, installed two images and seemed to work, changed the images and the small zoom stopped working. I checked the settings under the Config-Images small zoom is set to true. At the moment I have tracked it to the point where the get_additional_parameters function asks whether the $this->sizetype variable is set to small, it is not on any small image it is set to generic, on the medium and small images it shows correct as medium and large. Any one more familiar with this code know where I should be looking for this 'small' to be set?
thanks in advance.
-sean
Re: Image Handler 2 Support
Sean,
Please share your solution - thank you.
jund
Re: Image Handler 2 Support
EDIT: Disregard! I just noticed the IH2 plugin is listed for 1.3.5, so i'll assume the files are from there.
I've got the latest IH2 at the time of writing - 2.0 v0916
I'd like to know what version of ZC did the files that get overwritten come from (ie main_product_image.php, additional_images.php, header_php.php, etc.)?
I'd like to do a winmerge comparison of the IH mod compared to the original file, then apply those mods to the ZC 1.3.7.1 files.
Is this overkill? It seems like the best way to have IH2 and make sure all files are current.
1 Attachment(s)
Re: Image Handler 2 Support
Those who are haveing trouble with the hover images should try this replacement javascript.
Re: Image Handler 2 Support
I had enlarged the small image width and height but not the other ones lower on the images config (product listing, new product listing...). Because of this the image on the main screen was 80x80 but the small width and heights were set to 100, this made the image show as a 80x80 picture on the main screen, however, in the im2 code there is a statement matching the image dimensions to the small settings if they didn't match (image dim = small image dim) the $this->sizetype variable is set to 'generic'. since later in the code this variable is used to insert the popup code ($this->sizetype == 'small') the popup code didn't get inserted. Once I changed all of the other values to 100 the images was changed from 80x80 to 100x100 as I wanted and the popup code was inserted correctly. thus problem solved.
hope this help anyone having similar problems.
-sean
Quote:
Originally Posted by
jund
Sean,
Please share your solution - thank you.
jund
Re: Image Handler 2 Support
Hi, please forgive me if this is the wrong place to post this.
I have IH2 running right now and it looks great except it looks like I need to only use a single original because my current images are being converted into exact same dimentions but 50x larger file size.
Unfortunately my small images are actually not clones of the MED and LRG so I'm thinking i'll just continue making 3 images per product, BUT this zoom feature is great and i CANT forget about it. I've been searching for a few hours but cant find any information on using ONLY the zoom.
Is there a quick way to edit this contribution to skip the "IH resize images" true/false check? I dont want it to resize images but I want the zoom function working with the images I already have...
Should I just post this in the general forum because i guess it could be more about templating in general?