Re: How to Auto Generate and Include Image Attributes into IMG Tag?
Okay, I'VE HAD IT! It was working fine, I didn't do a darn thing and now it's stopped again and is setting all sizes of the images to 500 x 500 (the size of the original). I don't understand. You can see there are two images on the front page that are working correctly, but none of the others are. PLEASE help before I scrap this install of the store and start all over :( .
http://www.kaymillerdesigns.com/shoppe
Re: How to Auto Generate and Include Image Attributes into IMG Tag?
Um, please forgive me, we found out the hard way that we can't use images with the _LRG at the end for the default. That's what our problem was, apparently. Sorry for all the posts.
Re: Image Handler 2 Support
You are forgiven, as long as you forgive the rest of us for loosing our patience with so many tools in a small toolbox.
Re: Image Handler 2 Support
Stenrique,
It's true that stating the size is best, however working with so many different image sources, personal choices, and people it would be hard to set the three sizes with a standard.
You can tweak it if you like. You just have to explore the javascript and change the percentages to size. At least that's my guess.
JP
Re: Image Handler 2 Support
Quote:
I hope this helps someone...
I was getting a "fatal libpng error: zlib error in bmz_image_handler.class.php on line 646" in my httpd error log.
In PHP 5.1, the compression factor should be 0 to 9. I fixed the problem by changing the compression factor.
This only affects PHP 5.1 and later, so check your php version in admin -> tools -> Server/Version Info
file: /includes/classes/bmz_image_handler.class.php
Line 646:
change
$ok = imagepng($image, $dest_name, $quality);
to
$ok = imagepng($image, $dest_name, 9);
good luck!
This thread is long, but I found it. I'm running ZC with IH2 locally on XAMPP and encountered this error. Editing that file does the trick. Thanks!
Re: How to Auto Generate and Include Image Attributes into IMG Tag?
Quote:
Originally Posted by
digidiva-kathy
One question, though...I want an additional image on the product info page to display at full size. Right now, it's showing up as the small size with the hover and large image options working. Can I make it default to the large size there?
Thanks!
Can anyone answer this one for me?
Re: Image Handler 2 Support
Edit includes/modules/additional_images.php (lines 88 & 89 from original) and save to includes/modules/YOUR_TEMPLATE/additional_images.php
Re: Image Handler 2 Support
Hello,
Again I have a problem with IH2. Briefly when i upload my site to hosting server IH2 gives the fatal error. In local I use PHP Version 4.3.10 but the hosting company use PHP v5.1.2. I think the different versions of PHP causing the error below.
Code:
Fatal error: Call to undefined method ih_image::resize_imageIM() in /srv/www/vhosts/modastok.com/httpdocs/yeni3/includes/classes/bmz_image_handler.class.php on line 262
Notice: Object of class queryFactoryResult could not be converted to int in Unknown on line 0
Can anybody have a solution for this error,
Thanks from now.
Re: Image Handler 2 Support
Forgive me for asking this but I tried searching and failed.
I noticed that on some sites the IH2 works so that the zoomed image is displayed with varying directionality in relation to the cursor based on where the cursor is within the viewable screen.
If there isn't enough room to open the zoomed image to the south east of the cursor, it opens to the north east, or it will open to the west if there isn't enough room on the east side.
My IH2 isn't that smart.
Did I miss a post or two on how to correct this?
Please, I'm a perfectionist, and I can't stand it when it doesn't work right. It's killing meeeeeeeeeeeeeeee.
~zin
Re: Image Handler 2 Support
O.K., so I was pushed to install Image Handler 2 and now I don't really get it.
I already had Lightbox installed along with basic images for products but not like ones in Medium or Large folders. Lightbox used the basic image to enlarge on the product page just fine.
I did run into a small issue with the very small handful of items that had additional pictures and did add simple copies of the basic images, adding _LRG, and Lightbox worked just fine with the few products with multiple images.
IH2 is in and seems to functioning but what am I missing?
Seems like it is nice for browsing items but I don't really have a big use for that function. It can also load them but I FTP as products are added so can't find a use for that.
It's gotta be me since I see in threads people worrying about Lightbox and IH working well together.
Both great adds but why do I need both?
Thanks!