Re: Image Handler 2 Support
Quote:
Originally Posted by timkroeger
Just a short notice, as I'm very busy: MM has posted a few quick fixes for IH2 which will be in the next bugfix release (which is still a bit out) at the
breakmyzencart forums. You might want to check it out as it fixes the
IE javascript error and the wrong referenced images in admin/preview. The tip with the png-compression should be
Code:
$quality = (int)$quality/10;
though (intead of 100), I think. (No guarantee, not tested).
Cheers,
Tim
I've done the changes at breakmyzencart.com (replaced line 126), changed the pageY's to clientY's and I'm still getting the error. Only now it says clientY instead of pageY. Anyone found a way to stop this???
Thanks, grneyes
Re: Image Handler 2 Support
Quote:
Originally Posted by Berserker
Isn't changing the admin folder one of the security recommendations?
Yes and I don't really recall changing anything. You could try using the Developers Tool Kit to search for the word 'admin' and see if anything related to IH2 files is found.
Re: Image Handler 2 Support
Quote:
Styledata:
But I do not have the fancy hover effect. All zooms and hotzones are to yet, resize to yes, etc. Anyone have any ideas?
This is an incomplete explanation but might give you a place to look.
I had something similar, when I displayed my specials listing, the images had the hover popup effect, but when I displayed 'all' or 'featured' they wouldn't.
I went into admin/config/images and worked to get all the small images to be uniform in dimensions. IH has a cool feature that will add a background color to an image so that they will all dimension out the same - i.e odd sized, cropped images etc - I used height 100! and width 100! for my small images. the "!" tells IH to use the background color. I also freed up the other images to only have a set width and free floating height.
I suggest looking into this topic and playing around with image dimensions to get them uniform.
Re: Image Handler 2 Support
Thank you Wasana and BlessIsaacola. I changed the permissions and reloaded the file but I'm still getting the same error.
Any other suggestions?
Quote:
Originally Posted by BlessIsaacola
Your problem is actually easy to fix because it's a folder permission issue. Change permission on your bmz_cache folder and the subfolders to 777 which I believe is the same permission on standard image folder for ZC install.
That will fix the problem.
Re: Image Handler 2 Support
Quote:
Originally Posted by Berserker
Isn't changing the admin folder one of the security recommendations?
yes...
you shouldn't need to move anything to/from the new admin folder unless you are uploading IH again. I ususally change the "admin" folder in mods to the name of my admin folder before upload.
Re: Image Handler 2 Support
Urgently, desperately seeking help.
IH is uploading images OK but on the product page for the item some of the img src attributes are not correct.
IH is uploading to my /cart/images dir. OK.
(ZC is one dir. down in "cart/")
On the category listing page the image shows up OK.
But on the product page the main image (in the "bof Main Product Image" section)
the image is broken, it's trying to go to "src="images/medium/lotus_MED.jpg"
But!... the 'larger image' link does work.
But! with an add'l image uploaded through IH,
("bof Additional Product Images" section)
it does show up on the product page...
But here, the 'larger image' link does not work! (Huh?)
(tries to go to src="images/large/photo_2_LRG.jpg")
Under the gun to have it working in the next couple hours--Ack!
Any help would be greatly, greatly appreciated!
Re: Image Handler 2 Support
re last post: Solved. Thx, anyway!
Re: Image Handler 2 Support
It would be very nice if you could post what you did to solve so if anyone else has this problem they too can solve it :thumbsup:
Re: Image Handler 2 Support
Just an FYI - If you are out of disk space you will recieve an error that'll lead you to believe your permissions are not set correctly.
Re: Image Handler 2 Support
I have strange problem i added additional images and when i clicking on the image i see large image but from main image not from additional
This is product with additional image.
http://golfgarb.co.uk/index.php?main...&products_id=4
Please help