Re: Image Handler 2 Support
Quote:
Originally Posted by
poosk
I'm really not a fan of the zen logic how to handle images.. What I'm trying to achieve is get rid of those annoying med and lrg extensions and only have productimage.jpg, productimage_detail.jpg, productimage_detail2.jpg etc.
- I wouldn't use large images at all.. only the medium sized product images
- Additional images could be changed via mouseclick (I know there is a mod for this but it does not work with IH2 - at least i don't know how)
- What I'd need IH to do is to create thumbs just for the product listings etc..
Any help on this matter would be really appreciated..
The best way to add additional images is using the actual Image Handler interface as it will rename your images appropriately.
Keep in mind that you must keep your "Main Image" names from being to similar:
- productimage_1.gif and productimage_2.gif if assigned to two different products would give you an additional image on product 1 using product 2's image. They're too closely related, instead try the following.
- greenproductimage_1.gif, blueproductimage_2.gif
Hope that makes sense.
Re: Image Handler 2 Support
I sent all of the files over via FTP and ImageHandler is not listed under the Admin Tools menu. I tried a few times and also check the permissions. I am using the Silverfish Template.
Can anyone help?
Re: Image Handler 2 Support
Quote:
Originally Posted by
Hank3rd
I sent all of the files over via FTP and ImageHandler is not listed under the Admin Tools menu. I tried a few times and also check the permissions. I am using the Silverfish Template.
Can anyone help?
You need to make sure you got all the files uploaded under the admin folder :shocking: pay special attention to the boxes folder in order to enable the link in the admin menu.
Re: Image Handler 2 Support
I think that the third time was the charm. FOr some reason it showed up now!
Thanks!
Re: Image Handler 2 Support
Quote:
Originally Posted by
blackhalo
Everyone else must be having this problem...anyone fix it?
The hover image seem to 'pop' underneath my dropdown menus (attributes), but only in IE6...it works fine in Firefox.
Help!?!?
---------------------------------------------------------------------
SIG: Microsoft is a never-ending bane to my existance.
Still looking for a fix on this...
it really ruins the effect when the attribute menus are ABOVE the hover image.
Works fine in Firefox...but IE is a problem. ??????
Re: Image Handler 2 Support
Quote:
Originally Posted by
blackhalo
Still looking for a fix on this...
it really ruins the effect when the attribute menus are ABOVE the hover image.
Works fine in Firefox...but IE is a problem. ??????
Not a IH problem (a IE problem).
Check your style sheet.
Do a search as there a few threads with this problem with fix.
M
Re: Image Handler 2 Support
I have a problem with this wonderful image handler with the additional images.
When i have a new product and i put 3 additional images to theat product it works wonderful.
But when I delete the images and i want to upload another image(s), the images won't show up in the frontend.
In the backend the images are shown perfectly.
So when i have changed or delete an additional image i can't use for that product an additional image. Why?
I am using image_handler__for_vx_2-0_for_137 on ZC 138
Re: Image Handler 2 Support
Sorry if this question has been answered but I can't find any posts with my particular problem and I have tried various fixes to no avail. I have checked all my files to see if they are there and in the right place.
My problem is everything looks great in IE, but when using Firefox the additional images stretch across the right side, pouring into my right side tables and if I have any more than 3 images the rest dissappear. In IE they are under the main image and staying within the center table (which is how I would like it to look in Firefox) I haven't even tried other browsers yet, one problem at a time :blush:
Here's a good example (opened in firefox of course):
http://www.luxevintage.com/store/ind...products_id=14
I am using Cherry Zen Template and don't have a ton of other mods. None that would effect images or tables. Please help =(
Re: Image Handler 2 Support
Oh nevermind just fixed it in my tpl_product_info_display file by moving the:
PHP Code:
<!--bof Additional Product Images -->
<?php
/**
* display the products additional images
*/
require($template->get_template_dir('/tpl_modules_additional_images.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_additional_images.php'); ?>
<!--eof Additional Product Images -->
UNDER:
PHP Code:
<!--eof Reviews button and count -->
<br style="clear:left" />
<br class="clearBoth" />
</div> <!-- end of leftFloat -->
<div id="rightFloat">
I had this right under the Main Image code which was pushing it to the right for some reason :oops:
Quote:
Originally Posted by
luxevintage
Sorry if this question has been answered but I can't find any posts with my particular problem and I have tried various fixes to no avail. I have checked all my files to see if they are there and in the right place.
My problem is everything looks great in IE, but when using Firefox the additional images stretch across the right side, pouring into my right side tables and if I have any more than 3 images the rest dissappear. In IE they are under the main image and staying within the center table (which is how I would like it to look in Firefox) I haven't even tried other browsers yet, one problem at a time :blush:
Here's a good example (opened in firefox of course):
http://www.luxevintage.com/store/ind...products_id=14
I am using Cherry Zen Template and don't have a ton of other mods. None that would effect images or tables. Please help =(
Watermark not working on large or medium images only on small
Hello,
My watermark is not working for large and medium images. I tried reinstalling IH, only with the same result. The large and medium folder under images appear to be hidden. Can somebody please help me resolve this?
Thank you!