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

Results 4,021 to 4,040 of 7,094
11 Jul 2009, 6:04 PM
#4021
tophand avatar

tophand

Totally Zenned

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

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

shartlesville:

If you are getting the dreaded javascript pageY error, open your includes/templates/YOUR_TEMPLATE/jscript folder and make the following tiny change to the jscript_imagehover.js

Very near line 124 you should see:
ycoord += event.clientY - Math.max(0,(0 + zoomimg_h + (5 * padding) + event.pageY - docheight - truebody().scrollTop));

it should be:

ycoord += event.clientY - Math.max(0,(0 + zoomimg_h + (5 * padding) + event.clientY - docheight - truebody().scrollTop));

The links in this thread to the support no longer work and the ones with instructions aren't very clear. :blink: Hopefully anyone looking for the fix will find it here. :smile:

Blessings,
Krisann

Keywords: pageY javascript error image handler

Thanks.
Like the use of keywords.

For those that want to replace the file instead of making edits...
http://www.zen-cart.com/forum/showpost.php?p=517658&postcount=2340

11 Jul 2009, 8:05 PM
#4022
shartlesville avatar

shartlesville

New Zenner

Join Date:
Jul 2009
Location:
Roswell, NM, USA
Posts:
103
Plugin Contributions:
0

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

I wish I would have seen your other post earlier! It would have saved me all that time. I didn't think to search for the jscript page, I searched for the error so your post didn't pop up. :bangin: :frusty:

I was having so much trouble finding things I decided to start being pro-active and use keywords :bigups:. I do that on a lot of my product pages to help people find the items because the search (at least in OSC, I haven't tried zen-cart search yet) isn't very helpful. :wink:

Blessings,
Krisann

14 Jul 2009, 3:09 PM
#4023
pharry avatar

pharry

Zen Follower

Join Date:
Jun 2009
Posts:
131
Plugin Contributions:
0

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

I have a customer using Safari web browser on a Mac. The hover isn't working for her. I've installed Safari on my PC, and the hover does work for me. Any ideas?

14 Jul 2009, 3:28 PM
#4024
southernlady avatar

southernlady

Zen Follower

Join Date:
Mar 2005
Location:
TN
Posts:
116
Plugin Contributions:
0

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

I have a customer using Safari web browser on a Mac. The hover isn't working for her. I've installed Safari on my PC, and the hover does work for me. Any ideas?

Have her visit this page: Test for Java and it will send her to the proper download for her system.

If she doesn't see the little dancing Duke logo for Java, she doesn't have it installed at all, if she does, she still may need to upgrade.

Liz

Keywords: java browser safari

15 Jul 2009, 12:57 AM
#4025
pharry avatar

pharry

Zen Follower

Join Date:
Jun 2009
Posts:
131
Plugin Contributions:
0

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

I need to put photos at the top of each of my subcategories. They take up a lot of space, and appear on each page in the subcat. Is there anyway I could use Image Handler 2 on those photos? It would be really great if I could shrink them down, and pop them up when you hover.

Here's an example:
http://apeekintoyesterday.com/store/index.php?main_page=index&cPath=4_43_165_335

15 Jul 2009, 4:54 AM
#4026
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

pharry:

I need to put photos at the top of each of my subcategories. Is there anyway I could use Image Handler 2 on those photos?
If you have IH2 installed and configured properly it should do that automatically for you.
Just upload an image via stock Zen Cart, by editing the cat or subcat in admin.
Admin -> Categories/Products, go down a few levels until you find cat or subcat you want.
Then click on green e button and go to Category Image, Browse button, upload your image.
IH2 does the rest.

15 Jul 2009, 2:41 PM
#4027
need_help avatar

need_help

Zen Follower

Join Date:
Feb 2009
Posts:
205
Plugin Contributions:
0

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

shartlesville:

I think this is the patch to which they are referring: http://www.zen-cart.com/forum/showpost.php?p=489431&postcount=2147

It make it so you can hover over the "medium" or product image and it will pop up with the large one. It works great! :bigups:

I made a small change which is noted in the readme file, there was a missing <br /> that causes the "zoom" text to sit next to the image instead of under it if the "medium zoom" box is turned off in admin.

The other note of caution with this is patch is, if you have made the suggested changes listed in the security patches to the includes/functions/html_output.php file, do NOT directly upload that file from this patch, but instead do a compare and merge them or you will undo your previous changes. :wink:

All the other files can just be uploaded as-is once you change the YOUR_TEMPLATE file name to your actual file name.

You can view the patch in action here: http://bestsewingdeals.com/zen-cart/index.php?main_page=product_info&products_id=1619

Blessings,
Krisann

Keywords: medium zoom large patch

Thats exactly what i was talking about.

I just wanted to know why it wasn't available as part of the normal download because when i was doing a new site i had to search for this patch again to get medium images to zoom.

Someone could winmerge the security fixes and include this in the downloads for Image Handler.

You might want to fix your queries as that is way too many.

Install the latest version of Query_Cache from Datadiggers-com

Don't use the downloads section here as it's an old outdated version of query cache. You will find it greatly benefits your site.

For those getting that y error mentioned on the last page there was a Imagehover fix for this - It's somewhere in this thread and i'm surprised once again that no one has updated the download section to incorporate it.

15 Jul 2009, 4:54 PM
#4029
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

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

need_help:

Thats exactly what i was talking about.

I just wanted to know why it wasn't available as part of the normal download because when i was doing a new site i had to search for this patch again to get medium images to zoom.

Someone could winmerge the security fixes and include this in the downloads for Image Handler.This "patch" includes what is IMO "optional" behavior, and should NOT be included as part of the Image Handler2 add-on. For those of us who use lightboxes or other image viewing add-ons, this "patch" interferes with that functionality, and those who want the default "larger image" link functionality that comes with Zen Cart they may not want this "feature"... Just my opinion..

That said there is nothing stopping anyone from bundling up this patch by itself and uploading it to the Add-Ons section as a stand alone "add-on" to Image Handler.

15 Jul 2009, 9:15 PM
#4030
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

DivaVocals:

... bundling up this patch by itself and uploading it to the Add-Ons section as a stand alone "add-on" to Image Handler.
You saved me some work, I totally agree.
Except I wouldn't even publish this in the downloads area, this thread is enough.

15 Jul 2009, 9:26 PM
#4031
need_help avatar

need_help

Zen Follower

Join Date:
Feb 2009
Posts:
205
Plugin Contributions:
0

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

ckosloff:

You saved me some work, I totally agree.
Except I wouldn't even publish this in the downloads area, this thread is enough.

Many people will not be aware of the patch until they do a long search and eventually 3 years later after digging through countless posts they find the information.

Why not have it as an optional install in the Image Handler folder and clearly labelled about what it does and what it will also prevent you from doing regarding lightbox etc.

At least give people the choice rather than having them wade through the forum posts to find the information.

15 Jul 2009, 11:04 PM
#4032
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

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

need_help:

Many people will not be aware of the patch until they do a long search and eventually 3 years later after digging through countless posts they find the information.Let's be very clear.. this behavior modification is not a patch at all.. It is a code snippet that adds alternate behavioral functionality for product page images.

The way it was previously posted (with keywords) should help those searching for the same functionality. Searching for answers is somewhat the nature of the beast in open source apps..

need_help:

Why not have it as an optional install in the Image Handler folder and clearly labelled about what it does and what it will also prevent you from doing regarding lightbox etc.

At least give people the choice rather than having them wade through the forum posts to find the information.You post this statement as is some imaginary "them" is reading this and taking it under advisement.:laugh::laugh: If you feel so strongly about this you could do this yourself.. Bundle up the code snippet and instructions and upload it as an Image Handler "supplemental" add-on..

16 Jul 2009, 6:41 AM
#4033
p1lot avatar

p1lot

New Zenner

Join Date:
May 2009
Posts:
69
Plugin Contributions:
0

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

hey guys,

IH2 works perfectly on a 1.3.8a install with the security patch, except the preview function doesn't work in the admin section. should i care? i tried to re-install it etc, but the imagelinks are still "/shop/shop/storemanager/images/ih-test.png" etc.

best regards

16 Jul 2009, 9:55 AM
#4034
autocustomsdirect avatar

autocustomsdirect

New Zenner

Join Date:
Jun 2009
Posts:
13
Plugin Contributions:
0

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

I have the most recent Zen and IH2 installed but can't seem to get the image to show up when I hover over smaller images.

Its turned on in settings.
In order to fix the jumping around issue, I recently copied the css, jscript, and popup_additional_image folders from default to my custom folder. THAT WORKED GREAT BY THE WAY!

When I scroll over a small image, the text label comes up perfect but there is no image.

Is there something else I should have copied over from the default folder?

16 Jul 2009, 10:50 AM
#4035
need_help avatar

need_help

Zen Follower

Join Date:
Feb 2009
Posts:
205
Plugin Contributions:
0

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

DivaVocals:

Let's be very clear.. this behavior modification is not a patch at all.. It is a code snippet that adds alternate behavioral functionality for product page images.

The way it was previously posted (with keywords) should help those searching for the same functionality. Searching for answers is somewhat the nature of the beast in open source apps..

You post this statement as is some imaginary "them" is reading this and taking it under advisement.:laugh::laugh: If you feel so strongly about this you could do this yourself.. Bundle up the code snippet and instructions and upload it as an Image Handler "supplemental" add-on..

Do you think it's user friendly to have to make people wade through countless posts or put in search keywords to find things when it could be so much simpler to include something as an optional extra in the downloads folder.

The functionality this extra code adds is worthwhile so i really don't see why it cannot be included as an optional extra in the same way fast and easy checkout has a folder which is an optional extra for the admin area.

Why make people search all the time. Why not go one better than the competition ( other shopping carts ) and include additional features to add ons as optional extra's in folders clearly labelled optional extra's.

I just cannot understand your objections and the way you try and present your objections. It makes no sense to me.

Whoever is looking after the Image_Handler contribution could easily present this as an optional extra for download within the Image_Handler folder. Make it easy for newbies and old timers to find everything instead of searching for it all the time.

It's a win-win situation for all if that was done as it could clearly be labelled and people get given the choice and surely you are not against choice. Surely you are for making things as easy as possible and while you may think doing a search is easy i would say to you that many people will not bother because many people will be unaware of this additional extra for Image Handler thus why would they do a search for it.

It's really all about choice though and as a community i would have thought that people would support optional extras and freedom of choice.

I wish i had found this addition for Image_Handler over a year ago instead of 4 months ago. The reason i didn't is because people generally don't visit these threads unless they run into problems. I ran across it by accident really so you can imagine many people will miss it and thats why including it as an optional extra within the download folder is a good idea.

16 Jul 2009, 11:16 AM
#4036
pharry avatar

pharry

Zen Follower

Join Date:
Jun 2009
Posts:
131
Plugin Contributions:
0

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

ckosloff:

If you have IH2 installed and configured properly it should do that automatically for you.
Just upload an image via stock Zen Cart, by editing the cat or subcat in admin.
Admin -> Categories/Products, go down a few levels until you find cat or subcat you want.
Then click on green e button and go to Category Image, Browse button, upload your image.
IH2 does the rest.

I'm not wanting to display a photo FOR the category, but rather on the page when the category is selected.

Here's an example:

http://www.apeekintoyesterday.com/store/index.php?main_page=index&cPath=391_126

All those photos at the top show the product in use, and are a huge tool for me selling product. But they take up a lot of screen, and as the user pages from page to page, those show up on each page.

I need to be able to show the enlarged photos, since those really show off the product. But I don't want to take up so much space. I hover/pop up would be perfect.

Second option might be to not show them on pages 2 through x within that category. But I don't think this can be done.

16 Jul 2009, 1:15 PM
#4037
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

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

need_help:

Do you think it's user friendly to have to make people wade through countless posts or put in search keywords to find things when it could be so much simpler to include something as an optional extra in the downloads folder.

**The functionality this extra code adds is worthwhile so i really don't see why it cannot be included as an optional extra in the same way fast and easy checkout has a folder which is an optional extra for the admin area.
**
Why make people search all the time. Why not go one better than the competition ( other shopping carts ) and include additional features to add ons as optional extra's in folders clearly labelled optional extra's.

**I just cannot understand your objections and the way you try and present your objections. It makes no sense to me.
**
**Whoever is looking after the Image_Handler contribution could easily present this as an optional extra for download within the Image_Handler folder. Make it easy for newbies and old timers to find everything instead of searching for it all the time.
**
It's a win-win situation for all if that was done as it could clearly be labelled and people get given the choice and surely you are not against choice. Surely you are for making things as easy as possible and while you may think doing a search is easy i would say to you that many people will not bother because many people will be unaware of this additional extra for Image Handler thus why would they do a search for it.

It's really all about choice though and as a community i would have thought that people would support optional extras and freedom of choice.

I wish i had found this addition for Image_Handler over a year ago instead of 4 months ago. The reason i didn't is because people generally don't visit these threads unless they run into problems. I ran across it by accident really so you can imagine many people will miss it and thats why including it as an optional extra within the download folder is a good idea.Oh brother!

Here's the point you seem to be missing that I am trying to make.. The "Whoever is looking after the Image_Handler contribution" is this community. This is an open source application. It's free, the contributions are free, and it's run by a community of (basically) VOLUNTEERS. Which means that if YOU feel this strongly that this additional functionality should be offered as a choice, then YOU should bundle it up and upload it in the add-ons section so that people can access it.. The last person to post an updated version of this contribution doesn't HAVE to do this, and may not, but YOU can.. I suggested bundling it as an "add-on" to Image Handler contribution so that it's easier to find.

For the record.. You read WAY more into what I ACTUALLY said.. But since you tried to "read between the lines", let me address a few things.. While I personally don't think this functionality is that vital, clearly others do.. Does that mean I'm against choice??? Ummmmmm NO.. and also for the record I just don't think that searching this forum for information is that big of a deal either.. If you deal with enough open source software you get used to the idea that you will need to search the forums to find the information you need.. So while it would be nice to have everything at your fingertips, the fact is that in the world of FREE open source software that is not the case.. So IMO it's more important that this community is willing to share information.. In the case of this community because the members of the Zen Cart comminty are willing to share their time and knowledge, having to search for the information I need is no big deal..

Now before you beat the dead horse of why can't this just be added to the Image Handler contibution, it can.. YOU can, as a member of this community, bundle up this code snippet and upload it to the contributions section. You can repackage the entire Image Handler and "include additional features to add ons as optional extra's in folders clearly labeled optional extra's" or you can package just this code snippet and upload it as a standalone add-on which is an "include additional features to add ons as optional extra's in folders clearly labeled optional extra's". Either way if YOU feel this strongly about it, the point is that YOU CAN DO THIS without waiting for someone to agree with you and take the baton.. After all as a member of this community you are part of the "Whoever is looking after the Image_Handler contribution".

16 Jul 2009, 2:32 PM
#4038
need_help avatar

need_help

Zen Follower

Join Date:
Feb 2009
Posts:
205
Plugin Contributions:
0

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

DivaVocals:

Oh brother!

Here's the point you seem to be missing that I am trying to make.. The "Whoever is looking after the Image_Handler contribution" is this community. This is an open source application. It's free, the contributions are free, and it's run by a community of (basically) VOLUNTEERS. Which means that if YOU feel this strongly that this additional functionality should be offered as a choice, then YOU should bundle it up and upload it in the add-ons section so that people can access it.. The last person to post an updated version of this contribution doesn't HAVE to do this, and may not, but YOU can.. I suggested bundling it as an "add-on" to Image Handler contribution so that it's easier to find.

For the record.. You read WAY more into what I ACTUALLY said.. But since you tried to "read between the lines", let me address a few things.. While I personally don't think this functionality is that vital, clearly others do.. Does that mean I'm against choice??? Ummmmmm NO.. and also for the record I just don't think that searching this forum for information is that big of a deal either.. If you deal with enough open source software you get used to the idea that you will need to search the forums to find the information you need.. So while it would be nice to have everything at your fingertips, the fact is that in the world of FREE open source software that is not the case.. So IMO it's more important that this community is willing to share information.. In the case of this community because the members of the Zen Cart comminty are willing to share their time and knowledge, having to search for the information I need is no big deal..

Now before you beat the dead horse of why can't this just be added to the Image Handler contibution, it can.. YOU can, as a member of this community, bundle up this code snippet and upload it to the contributions section. You can repackage the entire Image Handler and "include additional features to add ons as optional extra's in folders clearly labeled optional extra's" or you can package just this code snippet and upload it as a standalone add-on which is an "include additional features to add ons as optional extra's in folders clearly labeled optional extra's". Either way if YOU feel this strongly about it, the point is that YOU CAN DO THIS without waiting for someone to agree with you and take the baton.. After all as a member of this community you are part of the "Whoever is looking after the Image_Handler contribution".

You had too much coffee today ?

I will upload this to the add ons section as an additional optional extra :)

16 Jul 2009, 5:19 PM
#4039
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

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

need_help:

You had too much coffee today ?

I will upload this to the add ons section as an additional optional extra :)Don't drink coffee..

16 Jul 2009, 5:42 PM
#4040
need_help avatar

need_help

Zen Follower

Join Date:
Feb 2009
Posts:
205
Plugin Contributions:
0

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

DivaVocals:

Don't drink coffee..

Nor me but the amount of hours i have spent at the computer lately i wish i did.

I uploaded the add on and original image handler files and both are in their respective separate folders and i named the add on as an optional extra and credited the author of it. It's up to the moderators whether to include it.