Re: Image Handler 2 Support
Quote:
Originally Posted by
tophand
By design, the hover doesn't work on the product info page for the product (main) image.
(it is the manual)
(it is the manual) I am not sure what you mean here, It's in the manual or I have to change it manually?
Do you have the watermark for large image turned on?
Yes I do
Do you have the watermark image in the image/large folder?
I rechecked it's there.
Not sure why but if I upload addtional images for a product that image will resize to the larger image with a watermark. But the main product image on my product info page does not have the watermark on the larger image link, the image is not in the cache folder.
Sorry to be your trouble child on this :(
Re: Image Handler 2 Support
Quote:
Originally Posted by
nikki72
(it is the manual) I am not sure what you mean here, It's in the manual or I have to change it manually?
Do you have the watermark for large image turned on?
Yes I do
Do you have the watermark image in the image/large folder?
I rechecked it's there.
Not sure why but if I upload
addtional images for a product that image will resize to the larger image with a watermark. But the
main product image on my product info page does not have the watermark on the larger image link, the image is not in the cache folder.
Sorry to be your trouble child on this :(
In the manual, it says
Code:
Note: Zooming in on medium images is not implemented
The main product image (product info page) is the medium size image.
Have you moved some of the images?
On your additional image link.
The additional images are not named correctly.
One image (just check one)[FONT=monospace] [/FONT]KJGIFTAWNAV_LRG.jpg
File path images/large/KJGIFTAWNAV_LRG.jpg
(http://2antioch.org/store/images/lar...TAWNAV_LRG.jpg) gets me a error page.
Try clearing the image cache.
First turn off IH:
Admin-->Tools-->Image Handler-->Admin
Click the link "Remove Image Handler from database".
Not to worry, this does not delete or remove any files.
Next click the link "Clear image cache".
Some times it is better to ftp or use your website control panel file manager and delete all the sub-folders in the bmz-cache folder.
Ok, now click the link "Install Image Handler".
Re: Image Handler 2 Support
Quote:
Admin-->Tools-->Image Handler-->Admin
Click the link "Remove Image Handler from database".
Not to worry, this does not delete or remove any files.
Next click the link "Clear image cache".
Some times it is better to ftp or use your website control panel file manager and delete all the sub-folders in the bmz-cache folder. Ok, now click the link "Install Image Handler".
I don't remember moving anything, how ever I have to admit I wasn't the most organized with the first few pictures.. I didn't quite understand how the names would cause some additional images I didn't intend. So I erased all pictures and uninstalled image handler.
Now once again I'll go back through all installation files to make sure I properly installed everything.
I will reinstall image handler in admin, then upload pictures through it.
Then I will check back with you when I get this done. Hopefully this will take care of my issues!
BTW how can I get the hover to work with the med pictures or is it not recommended?
Thanks
Nicole
Re: Image Handler 2 Support
Quote:
Originally Posted by
nikki72
I don't remember moving anything, how ever I have to admit I wasn't the most organized with the first few pictures.. I didn't quite understand how the names would cause some additional images I didn't intend. So I erased all pictures and uninstalled image handler.
Now once again I'll go back through all installation files to make sure I properly installed everything.
I will reinstall image handler in admin, then upload pictures through it.
Then I will check back with you when I get this done. Hopefully this will take care of my issues!
BTW how can I get the hover to work with the med pictures or is it not recommended?
Thanks
Nicole
The hover/popup image is the medium sized image so you be hover/popup the same image.
YES, using IH to upload additional image for a product will be named correctly by IH. Pay attention how IH does this and you will see how to do this yourself for bulk uploading images via ftp if needed.
This may be of help:
https://www.zen-cart.com/tutorials/index.php?article=58
Remember with IH you only need to upload only 1 image (main image) which will the largest image you want display.
Re: Image Handler 2 Support
The hover/popup image is the medium sized image so you be hover/popup the same image.
Duh lol OKAY I get it lol
This may be of help:
https://www.zen-cart.com/tutorials/index.php?article=58
I'll check this out. THKS
Remember with IH you only need to upload only 1 image (main image) which will the largest image you want display.
Ok on the first item picture I uploaded from image handler....
Pop-up large still has no water mark, it's set to one in the admin.
I see it's not in the cache. I did un-install and redid everything - checking each file. :(
Second attempt ..... still not working on large image or on the product listing page. seems like the only place my water mark shows in on the product_info page on the main product image listed there! :frusty:
I know it can not be this hard.... geez I just can not see it... What in world did I do wrong?
BTW My image and bmz_cache folders are 777
Re: Image Handler 2 Support
Yes I have put all the files in the right place and it just moces the right side colum and the footer away. Look i have two sites on one it is working and on the other one it's not i can;t find where the problem is
site 1 broken when IH installed www.asiaradiosales.com
site 2 working properly. www.scemploy.com
Please tell me what to do.
Re: Image Handler 2 Support
ok this is what I found so far.... if my main picture for a product has the suffix for the LRG or MED in there name (MED looks better) IH will put the watermark on the picture in every view.... ??
Ok this is crazy lol I have already reloaded half my pictures when I tried this out.
Re: Image Handler 2 Support
Well I have read through most of this thread and havnt seen anything that has solved my issue.
I have installed image handler version 2.0 onto my 1.38a zen-cart store.
When I go to Admin/Tools/Image Handler/Preview
ALL 9 images are exactly the same size 642 X 362 no resizing what soever.
My GD info shows as follows
Code:
GD Support enabled
GD Version bundled (2.0.28 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.2.1
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
I tried editing my bmz_image_handler_conf.php to use 1 to force GD and that did not work either
Code:
<?php
/**
* bmz_image_handler_conf.php
* additional configuration entries for image handler
*
* @author Tim Kroeger <[email protected]>
* @copyright Copyright 2005-2006 breakmyzencart.com
* @license http://www.gnu.org/licenses/gpl.txt GNU General Public License V2.0
* @version $Id: bmz_image_handler_conf.php,v 1.6 2006/04/17 18:22:45 tim Exp $
*/
$ihConf['noresize_key'] = 'noresize'; //files which contain this string will not be resized
$ihConf['noresize_dirs'] = array('noresize', 'banners'); //images in directories with these names within the images directory will not be resized.
$ihConf['trans_threshold'] = '90%'; //this is where semitransparent pixels blend to transparent when rendering gifs with ImageMagick
$ihConf['im_convert'] = ''; //if you want to use ImageMagick, you must specify the convert binary here (e.g. '/usr/bin/convert')
$ihConf['gdlib'] = 2; //the GDlib version (0, 1 or 2) 2 tries to autodetect
$ihConf['allow_mixed_case_ext'] = false; //allow files with mixed case extensions like 'Jpeg'. This costs some time for every displayed image. It's better to just use lower case extensions
$ihConf['default']['bg'] = 'transparent 255:255:255';
$ihConf['default']['quality'] = 85;
Every aspect of IH works except the resizing. When I hover over an image it just shows the original size image I have uploaded. Obviously this is an issue.
I have reinstalled a few times, cleared cache and my bmz_cache folder is 777.
Help would be greatly appreciated.
Re: Image Handler 2 Support
Quote:
Originally Posted by
nikki72
ok this is what I found so far.... if my main picture for a product has the suffix for the LRG or MED in there name (MED looks better) IH will put the watermark on the picture in every view.... ??
Ok this is crazy lol I have already reloaded half my pictures when I tried this out.
You don't need to put any suffix.
Just Browse for the largest image and add it.
Always choose default, not medium or large to browse.
The first image you add will be your main image, that one will not hover.
Then add additional images, IH will rename them according to the name of the main image, adding _01, _02, etc. and will save to the root of the image folder.
You configure the resizing in Admin --> Images, as well as the other settings.
Preview never worked correctly for me, there have been lots of posts for that, but no fixes so far.
I find this mod. extremely easy to use, only users complicate it in their minds, adding suffixes, names, etc.
The gist of IH is that it does all that for you.
Re: Image Handler 2 Support
Quote:
Originally Posted by
asiaradiosales
Yes I have put all the files in the right place and it just moces the right side colum and the footer away. Look i have two sites on one it is working and on the other one it's not i can;t find where the problem is
site 1 broken when IH installed
www.asiaradiosales.com
site 2 working properly.
www.scemploy.com
Please tell me what to do.
Did you edit any Zen Cart files? What about the footer/header files?
I see a lot of html errors.
You have too many <head> </head> , <html> </html> tags.
Fix your code then I think IH will work for you.