Re: Image Handler 2 Support
Angelbaby whenever I have had trouble with the images it has been with names. Like a designer uploading image called preview and then it adds it to anything else that she has called preview. I would try deleting it from your ftp then go in and add the new one through editing the product. BUT make the name something completely different from the original one you had. I can't tell from your preview cause its little but I am guessing you have several images for the collab. Start over and change the name of the main one - make it completely different. Once you change the name of the main image it will only associate previews with that name structure to the product and hopefully that will fix it.
Re: Image Handler 2 Support
Hi All,
Is there a way to force IH2 to display certain small images instead of it generating diffferent cache small images?
I want my Small images to be the exact same dimensions as they now vary because the large image sizes vary obviously?
That way I can Create Exact Size Thumbnails Images for all the small images and get IH to recognise them as the small images!
Best Regards,
Re: Image Handler 2 Support
Where can i download the Image Handler Rev 8?
I don't find it. :(
Re: Image Handler 2 Support
Hello wihandy,
Quote:
Where can i download the Image Handler Rev 8?
I don't find it.:(
At the top of the page. Below Zen-Cart logo. Click on "Free Software Add Ons." Here you go. Image Handler Rev 8 link
Re: Image Handler 2 Support
Hello from the Great Smokey Mountains
I am using Image Handler 2 on my website and I like it a lot.
http://www.groove-emart.com
The problem that I am having is when I upload more than one additional image the 2 images sit side by side on the product page. :no:
To help you understand what I mean check out this product page from my website. http://groove-emart.com/index.php?ma...ducts_id=70983
Can you see the two images just below "Please Choose Size. I want to spread those images apart.
How do I do that?
Thank you in advanced
David Groover
Groove-eMart.Com
Re: Image Handler 2 Support
Quote:
Originally Posted by
Budgee Bare
Hello from the Great Smokey Mountains
I am using Image Handler 2 on my website and I like it a lot.
http://www.groove-emart.com
The problem that I am having is when I upload more than one additional image the 2 images sit side by side on the product page. :no:
To help you understand what I mean check out this product page from my website.
http://groove-emart.com/index.php?ma...ducts_id=70983
Can you see the two images just below "Please Choose Size. I want to spread those images apart.
How do I do that?
Thank you in advanced
David Groover
Groove-eMart.Com
I think thats a theme issue, but even if it's not you can go into your template folder using FTP and edit this file, tpl_product_info_display.php - if its not located in your template theme then copy the one from template default into your themes template folder to override that one.
Once in tpl_product_info_display.php edit the lumps of code to display the page as you wish, make a backup file first so you can just upload the old file should you make a mistake.
Look for <!--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 -->
As an experiment try moving that code to just above <!--bof Product description -->
That should give you an idea of what you can do with the additional images on the page, you can then experiment with other placements, remember to make a backup of the file you are editing though just in case you mess up.
You can also space them apart using old fashioned html or add line breaks etc etc.
Location to file - your store name/includes/templates/your theme/templates/tpl_product_info_display.php
or your store name/includes/templates/template default/templates/tpl_product_info_display.php
Re: Image Handler 2 Support
As Mal2809 correctly pointed out this is not an issue with Image Handler at all.. If you require further help with correcting your page layout issue, you should create a new topic thread in the layout section of this support forum to get assistance with your template/page layout issues..:smile:
Quote:
Originally Posted by
Budgee Bare
Hello from the Great Smokey Mountains
I am using Image Handler 2 on my website and I like it a lot.
http://www.groove-emart.com
The problem that I am having is when I upload more than one additional image the 2 images sit side by side on the product page. :no:
To help you understand what I mean check out this product page from my website.
http://groove-emart.com/index.php?ma...ducts_id=70983
Can you see the two images just below "Please Choose Size. I want to spread those images apart.
How do I do that?
Thank you in advanced
David Groover
Groove-eMart.Com
Re: Image Handler 2 Support
Using Zen cart 1.38a with the classic template still. Installed IH2 and made sure all my image settings, etc were equivalent with what was recommended. After this I installed it and went into the tools -> IH2, etc.
I for some reason can't get any pictures to hover. When I hover over the product listing picture there is no blown up image that hovers over it(or any image for that mater).
Re: Image Handler 2 Support
Quote:
Originally Posted by
timebombx
Using Zen cart 1.38a with the classic template still. Installed IH2 and made sure all my image settings, etc were equivalent with what was recommended. After this I installed it and went into the tools -> IH2, etc.
I for some reason can't get any pictures to hover. When I hover over the product listing picture there is no blown up image that hovers over it(or any image for that mater).
Sounds like the javascript is missing from your install.. Make sure you've copied ALL the files from IH2 over correctly, make sure there are no FTP errors/issues...
Re: Image Handler 2 Support
Quote:
Originally Posted by
DivaVocals
Sounds like the javascript is missing from your install.. Make sure you've copied ALL the files from IH2 over correctly, make sure there are no FTP errors/issues...
Uninstalled IH2 and downloaded another 1.38 version and uploaded all the files on my FTP. Installed it again and still running into the same problem.
Would this likely be a problem with the hover.jss file?
Went through one by one on each folder on the FTP and compared it to the downloaded folder and made sure all files, etc were there. Had 49 successful transfers and 0 failed on the FTP.