Re: Image Handler 2 Support
Hey all,
In my search I went back to the site: http://breakmyzencart.com/ih-doc
This upgrade enables you to use GD libraries or ImageMagick (if installed on your server) to generate and resize small, medium and large images on the fly on page request. You can simply upload just one image or you can have different sources for medium and large images.
Am I missing something???
Seems like it should resize the large images as well as the small and medium ones. However, it will not resize the images on the main product page.
Any comments?
Re: Image Handler 2 Support
Quote:
Originally Posted by
4thwave
OK. I found this post and maybe this is the answer to my question:
Re: Product images won't hover
--------------------------------------------------------------------------------
Quote:
Originally Posted by jvanree
On this url
http://www.shona-stoneart.nl I have installed IH2
I have the image hover working on product listing but I can't get it to work on the main product image (when you view a product page)
Can someone please help me out?
With IH, there is no hover function for the main product image on the product info page.
Looks like everything is working correctly.
Is there something (A plugin that will enlarge the product listing image on a roll over?)
A
Quote:
Originally Posted by
4thwave
Hey all,
In my search I went back to the site:
http://breakmyzencart.com/ih-doc
This upgrade enables you to use GD libraries or ImageMagick (if installed on your server) to generate and resize small, medium and large images on the fly on page request. You can simply upload just one image or you can have different sources for medium and large images.
Am I missing something???
Seems like it should resize the large images as well as the small and medium ones. However, it will not resize the images on the main product page.
Any comments?
Where does it say "when you mouse-over a image"?
Also if you read a little farther down there is this:
"Note: Zooming in on medium images is not implemented, yet."
The product display image is the medium sized image.
IH does resize images.
You go to Admin--> Configurations--> Images and you can set the size for small, medium and the large image you want to display. All from 1 large image you uploaded. All of this on-the-fly when Zen Cart needs to display product image(s).
Why do you need this?
How large will the image be?
What about people that have their display set at 800x600 and for no reason they know they have an image that covers their display and they think, damn this site just upload a virus to my computer.
Why not let your customer to have a little interaction by letting them click a link or 2?
Just my thoughts...
Re: Image Handler 2 Support
I have searched the IH forum but have not seen a solution:
Safari (Mac OS) displays the zoom image on the top of the page, instead of next to the product, so any product below the fold (bottom of the page) displays the product name only while the image is displayed at the top of page (out of site/above the fold)
All other browsers are ok.
I have style_imagehover.css correctly installed.
Anybody seen this issue?
Re: Image Handler 2 Support
Quote:
Originally Posted by
dharma
I have searched the IH forum but have not seen a solution:
Safari (Mac OS) displays the zoom image on the top of the page, instead of next to the product, so any product below the fold (bottom of the page) displays the product name only while the image is displayed at the top of page (out of site/above the fold)
All other browsers are ok.
I have style_imagehover.css correctly installed.
Anybody seen this issue?
I have seen that with IE and FireFox3 from time to time. Give us URL to check out.
JOhn ><>
Re: Image Handler 2 Support
Quote:
Originally Posted by
Stuff4Toys
I have seen that with IE and FireFox3 from time to time. Give us URL to check out.
JOhn ><>
I have this issue too!
Here is a link to My Site
Re: Image Handler 2 Support
Quote:
Originally Posted by
Cookie Juice
I have this issue too!
Need to upload "All" the IH files.
Missing the
Code:
includes/templates/NAME-OF-YOUR-TEMPLATE/css/style_imagehover.css
Re: Image Handler 2 Support
Quote:
Originally Posted by
dharma
I have searched the IH forum but have not seen a solution:
Safari (Mac OS) displays the zoom image on the top of the page, instead of next to the product, so any product below the fold (bottom of the page) displays the product name only while the image is displayed at the top of page (out of site/above the fold)
All other browsers are ok.
I have style_imagehover.css correctly installed.
Anybody seen this issue?
Do you have
Code:
jscript_imagehover.js
uploaded?
Re: Image Handler 2 Support
Quote:
Originally Posted by
tophand
Need to upload "All" the IH files.
Missing the
Code:
style_imagehover.css
I combined that file into the main css file:
Code:
/*
style_imageover IH2
*/
#trailimageid {
position: absolute;
visibility: hidden;
left: 0px;
top: 0px;
width: 220px;
height: 0px;
z-index: 1000;
}
#trailimageid div {
padding: 5px;
background-color: #FFF;
border: 1px solid #888;
text-align: center;
}
#trailimageid h1 {
font-size: 100%;
font-weight: normal;
margin: 0;
padding: 2px 0px;
text-align: left;
width: 100%;
}
#trailimageid img {
margin: 2px;
border: none;
}
as a test i just deleted the above out of my main stylesheet and added the style_imagehover.css again, but issue still exists.
Is my IH2 css old?
Re: Image Handler 2 Support
Quote:
Originally Posted by
Cookie Juice
I combined that file into the main css file:
Code:
/*
style_imageover IH2
*/
#trailimageid {
position: absolute;
visibility: hidden;
left: 0px;
top: 0px;
width: 220px;
height: 0px;
z-index: 1000;
}
#trailimageid div {
padding: 5px;
background-color: #FFF;
border: 1px solid #888;
text-align: center;
}
#trailimageid h1 {
font-size: 100%;
font-weight: normal;
margin: 0;
padding: 2px 0px;
text-align: left;
width: 100%;
}
#trailimageid img {
margin: 2px;
border: none;
}
as a test i just deleted the above out of my main stylesheet and added the style_imagehover.css again, but issue still exists.
Is my IH2 css old?
Works ok.
You have the "Hot Spot" ( [+] ) set at the bottom right corner.
Re: Image Handler 2 Support
I ran into an odd problem. Changing the product page image sizes (width and height) broke my Image Handler install. Now when I go to the admin I have no options to edit or add any additional images. That whole right column next the images is gone!
Changing the image size back to the original size does not fix the problem.
Does anybody know how to rectify this?