Zen Cart Logo
Forums / All Other Contributions/Addons / Image Handler 2 (for ZC v1.3.8 ONLY) Support

Image Handler 2 (for ZC v1.3.8 ONLY) Support

Views: 2,510,745

Results 3,341 to 3,360 of 7,094
22 Dec 2008, 4:33 AM
#3341
terrill_taylor avatar

terrill_taylor

New Zenner

Join Date:
Aug 2006
Posts:
96
Plugin Contributions:
0

Image Handler 2 (for ZC v1.3.8 ONLY) Support

tophand:

In your other post you said:
"In IH the file location for the large image is banberryplace.com\images and the default and medium point to banberryplace.com\bmz_cache but if I view the product details it points to banberrryplace.com\NewZen\images."

But both of your configure files has the path:
http://www.banberryplace.com/NewZen/images/

The correct path for define('DIR_WS_IMAGES', 'images/'); is
define('DIR_WS_IMAGES', 'http://www.banberryplace.com/images/');
since you are pulling images from banberryplace.com/images

The above configure files will work if you are pulling images from banberryplace.com/NewZen/images

Missing a stylesheet for NewZen

Got the stylesheet, thanks. I'll try to clarify what I'm seeing a little better...

I want to be pulling images from NewZen/images so I believe that my configure files are correct. When I put in the full url path for the define('DIR_WS_IMAGES', 'http://www.banberryplace.com/images/'); variable I get an error on the IH page:
Error!

Unable to determine the page link!

Function used:

zen_href_link('', '', 'NONSSL')

I think the full path for that (DIR_WS_IMAGES) variable is derived from define('HTTP_SERVER'), and so 'images/' would be correct.

Please see http://www.banberryplace.com/NewZen/index.php?main_page=index&cPath=1_4 if you get the properties for the image for Abacadabra 01 Boys you will see that it is getting the image from http://www.banberryplace.com/NewZen/bmz_cache/...

But when I get the properties for the thumbnail in the IH Manager it wants to pull the image from http://www.banberryplace.com/bmz_cache/... and of course the file doesn't exist there...

22 Dec 2008, 7:19 AM
#3342
wagnerguy avatar

wagnerguy

Zen Follower

Join Date:
Aug 2008
Posts:
334
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

I just downloaded Image Handler, not some of my product images are showing up as sideboxes. and it is only those images that have the hover effect. all my other images don't.

can someone point me in the direction of what i did wrong. i believe i downloaded everything correctly

thanks

22 Dec 2008, 8:29 AM
#3343
tophand avatar

tophand

Totally Zenned

Join Date:
Jan 2007
Location:
1.5 miles from Home
Posts:
674
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

wagnerguy:

I just downloaded Image Handler, not some of my product images are showing up as sideboxes. and it is only those images that have the hover effect. all my other images don't.

can someone point me in the direction of what i did wrong. i believe i downloaded everything correctly

thanks

http://www.zen-cart.com/forum/showpost.php?p=607494&postcount=2981

22 Dec 2008, 3:03 PM
#3344
wagnerguy avatar

wagnerguy

Zen Follower

Join Date:
Aug 2008
Posts:
334
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

thanks, i almost want to curse, i thought i was going to spend the day coding or something.. thanks for all your help

22 Dec 2008, 6:00 PM
#3345
nanos203 avatar

nanos203

New Zenner

Join Date:
Jan 2008
Posts:
4
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

Hi Everyone,

I just installed Image Handler 2.0 and ran into one issue.. it appears that the "additional images" that associated with products disappear when I "Install Image Handler" from Config->Tools->Image Handler->Admin->Install Image Handler option. When I choose "Remove Image Handler from database" the additional images re-appear. Note that the additional images currently on the site were not added using IH (though it was my understanding that IH is backwards compatible).

All of my additional images use the suffix "-0X".

The site (in case it helps at all) is http://www.threesirens.com.

Any help is greatly appreciated!

23 Dec 2008, 2:11 PM
#3346
4thwave avatar

4thwave

Zen Follower

Join Date:
Sep 2007
Posts:
125
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

Thank you! Works except for the main (Large image) I roll the mouse ove it and no response, I does work when I roll the pointer over the new products images. I checked all of the image size settings for small-med-large in Admin>config>images and they are all set to 100*80. (Saw this in another of your posts)

I will keep searching through the thread to see if someone has already answered this.

Thank you much!

23 Dec 2008, 2:25 PM
#3347
4thwave avatar

4thwave

Zen Follower

Join Date:
Sep 2007
Posts:
125
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

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

24 Dec 2008, 1:13 PM
#3348
4thwave avatar

4thwave

Zen Follower

Join Date:
Sep 2007
Posts:
125
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) 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?

24 Dec 2008, 4:20 PM
#3349
tophand avatar

tophand

Totally Zenned

Join Date:
Jan 2007
Location:
1.5 miles from Home
Posts:
674
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

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

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...

24 Dec 2008, 8:06 PM
#3350
dharma avatar

dharma

Totally Zenned

Join Date:
Nov 2006
Posts:
505
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) 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?

24 Dec 2008, 8:14 PM
#3351
stuff4toys avatar

stuff4toys

Totally Zenned

Join Date:
May 2007
Location:
SW Florida
Posts:
1,062
Plugin Contributions:
1

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

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 ><>

25 Dec 2008, 12:32 AM
#3352
cookie_juice avatar

cookie_juice

New Zenner

Join Date:
Oct 2008
Posts:
25
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

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

25 Dec 2008, 1:23 AM
#3353
tophand avatar

tophand

Totally Zenned

Join Date:
Jan 2007
Location:
1.5 miles from Home
Posts:
674
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

Cookie Juice:

I have this issue too!

Need to upload "All" the IH files.
Missing the

includes/templates/NAME-OF-YOUR-TEMPLATE/css/style_imagehover.css
25 Dec 2008, 1:25 AM
#3354
tophand avatar

tophand

Totally Zenned

Join Date:
Jan 2007
Location:
1.5 miles from Home
Posts:
674
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

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

jscript_imagehover.js
```uploaded?
25 Dec 2008, 1:35 AM
#3355
cookie_juice avatar

cookie_juice

New Zenner

Join Date:
Oct 2008
Posts:
25
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

tophand:

Need to upload "All" the IH files.
Missing the

style_imagehover.css


I combined that file into the main css file:

/*
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?
25 Dec 2008, 2:26 AM
#3356
tophand avatar

tophand

Totally Zenned

Join Date:
Jan 2007
Location:
1.5 miles from Home
Posts:
674
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

Cookie Juice:

I combined that file into the main css file:

/*
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;
}

> 
> Is my IH2 css old?

Works ok.
You have the "Hot Spot" ( [+] ) set at the bottom right corner.
25 Dec 2008, 2:51 AM
#3357
swamyg1 avatar

swamyg1

Zen Follower

Join Date:
Dec 2008
Location:
San Fran
Posts:
382
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) 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?

25 Dec 2008, 3:17 AM
#3358
swamyg1 avatar

swamyg1

Zen Follower

Join Date:
Dec 2008
Location:
San Fran
Posts:
382
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

swamyg1:

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?

I'm running 1.3.8 by the way... thanks for the help!

25 Dec 2008, 3:30 AM
#3359
cookie_juice avatar

cookie_juice

New Zenner

Join Date:
Oct 2008
Posts:
25
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

tophand:

Works ok.
You have the "Hot Spot" ( [+] ) set at the bottom right corner.

All the IH2 files are up and correctly placed, since all other browsers except Safari display OK, I think it must be the css or jscript file that needs a tweak?

Do other sites have this issue with Safari? (Zoom image appears only at top of the page)

25 Dec 2008, 4:43 PM
#3360
ckosloff avatar

ckosloff

Totally Zenned

Join Date:
Feb 2007
Location:
South Florida, USA
Posts:
1,375
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

Since v. 2.0 for ZC 1.3.7 by Imaginadw, some fixes for IH2 have been posted in this forum.
Could someone, more active than me in this forum, be so kind as to post a compilation of these fixes?
Thanks in advance.