Fixed the footer typo, thanks. Anyone with an idea about the large image link disappearing?
Printable View
Fixed the footer typo, thanks. Anyone with an idea about the large image link disappearing?
tst...
Basically if you alter any image size setting in zencart admin, after you have some cart pages working, it may upset IH2 because IH2 may use the required image's actual pixel dimensions to decide on whether its medium large or small, and IH2 only switches on the popup or watermark if it can decide what image size (small/med/large) it is, by reference to its own config settings.
Check in the images section in admin, for sizes (I think maybe the IH2 settings need to match zencart settings for a specific size) and clear the image cache manually anyway if you alter any size setting whatsoever.
Re another post, pages will hang or be blank specially in product listing, if the image gd/image_magick uses up all the server allocated php memory when IH2 resizes any single image.
Go find that image you uploaded that was a bit too big, upload a smaller one. My host server's processing size limit is about 900px/900px jpg, with allocated memory of 8Mb.
Well, I have determined that this is a template issue, it doesn't have anything to do with admin settings or IH2. When I switch to the classic green template, the link for the large images returns. So i need to find out which file controls this behavior so I can fix it in my custom template. Anyone know what file controls this?
Hi all,
I am sorry if this has been asked many times and surely answered, but after reading all morning I just cant find any solution.
Please take a look at www.clickyshop.com
The images at the Featured (productos destacados) sidebox on the right do pop up and show a bigger image, but how can I accomplish this for the images in NEW PRODUCTS FOR JUNE (nuevos productos en junio), FEATURED and SPECIALS in the middle.
Did I miss something?
Thanks a lot in advanced.
Best regards,
Kruna
Found the problem. It was the tpl_modules_main_product_image.php file. I don't know which mod changed it (it doesn't appear to be IH2), but it was the culpret.
hi,
i have IH2 installation, and it works on any
default zen template, but on my custom - does not!
I followed instructiones, and copied the contents of includes/templates/template_custom into my custom
template’s folder, but still does not work.
have u any ideas ?
thank You for help,
Hi, we're having some problems editing or deleting images that have already been uploaded to Image Handler. We can upload images without error, but when we try to delete them this message comes up:
"*Not Acceptable*
An appropriate representation of the requested resource /admin/image_handler.php could not be found on this server."
The images and bmz_cache directories are set to 777, but my client says that the permissions on the additional images end up being set to 666 when she uploads them, and the pop-ups of the additional images aren't viewable unless she goes into CPanel and manually changes the permissions.
Does anyone know what's causing this?
I also have a general question about setting the permissions on these files and directories to 777. I didn't see what they said, but apparently the host of this site wasn't happy about us setting these permissions because of the security risk. It's required that these directories be set to 777, right? Is there any way to lessen the risks of making them world-writeable?
Thanks!
Yes, those directories HAVE to be writable. If that hosting company is worried about those folders compromising their security, then they aren't much of a hosting company, or they have VERY little protection.
If your client has the "hot link" protection turned on in cPanel, then that will cause problems. Make sure they have that turned off, as that denies access to ANY image file.
Hope this helps.
The modules/pages/popup_image_additional/header_php.php does not have the ?> php end code.
That gives an error in some cases.