Re: Image Handler 2 Support
Quote:
Originally Posted by
zafer
Hello
I am trying to figure out why image handler does not enlarge images on my site.
I tried a few things like checking permissions, applying Post #999, deleting folders in BMZ Folder, checking image sizes. If anyone can give me advise, it would be much appreciated.
I answered your question in post #2470.
You are still missing a file.
M
Fix for and multiple images not showing in 1.3.8
The problem: multiple images would not show up even though they're named and placed correctly.
This affected my install of 1.3.8 install 3/25/08.
These contribs are installed:
editor__fckeditor_plugin_2-5
image-handler_2.0-zc137
ultimate_seo_urls_2-106
fast_and_easy_checkout
short_description
zen_lightbox_1-4
Around line 25 of additional_images.php:
$products_image_base = str_replace($products_image_extension . '$', '', $products_image);
replace with...
$extensionReg = '/' . $products_image_extension . '$/';
$products_image_base = preg_replace($extensionReg, '', $products_image);
str_replace doesn't accept regular expression args... preg_replace does.
Re: Image Handler 2 Support
Quote:
Originally Posted by
jgarrotef
still not working
doubble check and my image/medium and image/large folders have the watermarks includedd in the IH2 download
no pictures are created at bmz_cache folder, only folders were created i i delete thouse folders they are created again but only folders, no pictures
:(
Now is working !!the zen-cart!!! i re-install all components recomended during installatino setup and now IT'S WORKING !!!! :DDD
Only one dude when you pass your mause over aditional images it's use correct watermark (mdium) but whe you pass your mouse over "New Items" box pictures it uses wrong watermark
Could any one tell me what to change to fix it?
Really thanks it works so good ;)
my url: http://www.tecnorincon.com
Re: Image Handler 2 Support
Quote:
Originally Posted by
jgarrotef
Now is working !!the zen-cart!!! i re-install all components recomended during installatino setup and now IT'S WORKING !!!! :DDD
Only one dude when you pass your mause over aditional images it's use correct watermark (mdium) but whe you pass your mouse over "New Items" box pictures it uses wrong watermark
Could any one tell me what to change to fix it?
Really thanks it works so good ;)
my url:
http://www.tecnorincon.com
SOLVED, Just i need to delete the bmz_cache contents and now it works PERFECTLY !!!!!
ITS REALLY GREAT MOD
VERY MUCH THANKS !!!
Re: support for Image Handler 2
Quote:
Originally Posted by
tophand
Well, you didn't double check to see if you uploaded all the IH files.
You are missing one.
Code:
includes/templates/comstock/jscript/jscript_imagehover.js
Take care of this then see were how things work.
M
---------------
Thank you for advise
Image Hover Works now, but the image is still small, is there a way to enlarge the image?
Thank you again
Re: support for Image Handler 2
Quote:
Originally Posted by
zafer
---------------
Thank you for advise
Image Hover Works now, but the image is still small, is there a way to enlarge the image?
Thank you again
Admin/Configuration/images
Make changes at:
Product Info - Image Width
Product Info - Image Height
Note that Product Info is the setting for Medium images so this is a global effect.
M
Re: Image Handler 2 Support
Quote:
Originally Posted by
hottytoddysummer
i understand that it only works on the small images but shouldn't it work on the "New Products for March" on my homepage and when you click on a category, shouldn't it work on those image?
So what did you have to do to get it to work?
M
Re: Image Handler 2 Support
On Summer's cart, the small image size was different than the new products image size and some of the other small sizes that should have the hover effect. They have to match the small image size for it to work :) .
Re: Image Handler 2 Support
Quote:
Originally Posted by
digidiva-kathy
On Summer's cart, the small image size was different than the new products image size and some of the other small sizes that should have the hover effect. They have to match the small image size for it to work :) .
:D Knew that, tried to point Summer that way in a early post.
M
Re: Image Handler 2 Support
Wonder why, though, it doesn't work on the "Customers who purchased this item also purchased" images...the little plus sign is there, but I don't get the hover. It works on additional images on the same page.