Re: Image Handler 2 Support
I've been breaking my head over this. I installed IH2 a couple of days ago. I have the watermark turned on for both small, medium and large images but only the the small ones display a watermark. I have created watermark.png and placed it in /images/large.
The watermark does show when I copy a picture gadget.jpg from /images to /images/large and rename it gadget_LRG.jpg.
Any clues? My site is www.mylittletoy.com.
Thanks
Re: Image Handler 2 Support
Warning: require_once(/hermes/web07/b2388/moo.sareefer/shop/includes/extra_configures/bmz_image_handler_conf.php) [function.require-once]: failed to open stream: No such file or directory in /hermes/web07/b2388/moo.sareefer/shop/admin/includes/extra_configures/bmz_image_handler_conf.php on line 12
Fatal error: require_once() [function.require]: Failed opening required '/hermes/web07/b2388/moo.sareefer/shop/includes/extra_configures/bmz_image_handler_conf.php' (include_path='.:/usr/local/lib/php-5.2.1/lib/php') in /hermes/web07/b2388/moo.sareefer/shop/admin/includes/extra_configures/bmz_image_handler_conf.php on line 12
Can someone help with this error please?
Re: Image Handler 2 Support
Ok all sorted I see where I went wrong :P
Re: Image Handler 2 Support
Quote:
Originally Posted by
SIMS-SA
Ok all sorted I see where I went wrong
You need to post what you saw and the solution you found.
Re: Image Handler 2 Support
This forum has helped me out numerous times, but his thread is just ridiculously big. I've asked for help 2 times, but I never got a response because there's 4 or 5 other things being discussed, which is really frustrating.
Re: Image Handler 2 Support
Quote:
Originally Posted by
koenvandamme
I've been breaking my head over this. I installed IH2 a couple of days ago. I have the watermark turned on for both small, medium and large images but only the the small ones display a watermark. I have created watermark.png and placed it in /images/large.
The watermark does show when I copy a picture gadget.jpg from /images to /images/large and rename it gadget_LRG.jpg.
Any clues? My site is
www.mylittletoy.com.
Thanks
In order for watermarking to work for every image dimension the specific corresponding watermark images have to be present. That means, you have to upload files to the following specific locations:
*images/watermark.png
*images/medium/watermark_MED.png (or your specified MEDIUM_IMAGE_SUFFIX)
*images/large/watermark_LRG.png (or your specified LARGE_IMAGE_SUFFIX)
I included some demo watermark images for small, medium and large sized images featuring a slightly modified Zen-Cart logo for a quick start. Nothing more to do, switch on, switch off, just as you like. Image Handler takes care of generating images accordingly. You can specify where you want the watermark to appear on the image canvas by selecting NorthWest, North, NorthEast, West, Center, East, SoutWest, South and SouthEast for the Wartermark Gravity setting.
This came from the authors web site. Hope it will help.
Re: Image Handler 2 Support
Quote:
Originally Posted by
countrycharm
I have a problem with a image link at the bottom of my site that reads - Click Image to Close. This I would like to get rid of, but when I try to my page want load. It did not appear until I installed image handler. Does anybody have any ideas I would be grateful.
You can see my website in my signature. Thank you
Look like you added this along with the google-analytics code to your footer file.
Code:
<body id="popupAdditionalImage" class="centeredContent" onLoad="resize();">
<div>
<a href="javascript:window.close()"><img src="" alt="- Click Image to Close" title=" - Click Image to Close " width="70" height="60" /></a></div>
Re: Image Handler 2 Support
Quote:
Originally Posted by
countrycharm
In order for watermarking to work for every image dimension the specific corresponding watermark images have to be present. That means, you have to upload files to the following specific locations:
*images/watermark.png
*images/medium/watermark_MED.png (or your specified MEDIUM_IMAGE_SUFFIX)
*images/large/watermark_LRG.png (or your specified LARGE_IMAGE_SUFFIX)
I included some demo watermark images for small, medium and large sized images featuring a slightly modified Zen-Cart logo for a quick start. Nothing more to do, switch on, switch off, just as you like. Image Handler takes care of generating images accordingly. You can specify where you want the watermark to appear on the image canvas by selecting NorthWest, North, NorthEast, West, Center, East, SoutWest, South and SouthEast for the Wartermark Gravity setting.
This came from the authors web site. Hope it will help.
Thank you for your help. I had already done did everything you described here, yet only the small images display watermarks. When I copy an image to images/large and add the suffix _LRG to it, then that image does get a watermark when displayed small and big :frusty:. Unfortunately, I will be having to many products to copy every image.
I have all watermark.png and watermark_LRG.png in place and have 'show watermark on large images' set to yes.
If anyone could look into this, I would be very thankful.
Re: Image Handler 2 Support
Quote:
Originally Posted by
koenvandamme
Thank you for your help. I had already done did everything you described here, yet only the small images display watermarks. When I copy an image to images/large and add the suffix _LRG to it, then that image does get a watermark when displayed small and big :frusty:. Unfortunately, I will be having to many products to copy every image.
I have all watermark.png and watermark_LRG.png in place and have 'show watermark on large images' set to yes.
If anyone could look into this, I would be very thankful.
What size is the large images that you upload?
What is the large image size setting here: Admin-->config-->Images?
If you have large images set at 500x500 and you upload a 500x500 image IH will not process that image and so no watermark.
Re: Image Handler 2 Support
Quote:
Originally Posted by
tophand
Look like you added this along with the google-analytics code to your footer file.
Code:
<body id="popupAdditionalImage" class="centeredContent" onLoad="resize();">
<div>
<a href="javascript:window.close()"><img src="" alt="- Click Image to Close" title=" - Click Image to Close " width="70" height="60" /></a></div>
Thank you for that information. I took care of that problem.