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

Results 2,941 to 2,960 of 7,094
1 Sep 2008, 8:10 AM
#2941
misty avatar

misty

Inactive

Join Date:
Apr 2004
Location:
UK
Posts:
5,752
Plugin Contributions:
1

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

You have not uploaded following

<script type="text/javascript" src="includes/templates/template_default/jscript/jscript_imagehover.js"></script>
1 Sep 2008, 8:17 AM
#2942
dhanesh avatar

dhanesh

New Zenner

Join Date:
May 2008
Location:
India, Trivandrum,Kerala
Posts:
43
Plugin Contributions:
0

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

Thanks. I forgot to upload:hug:

1 Sep 2008, 8:24 AM
#2943
misty avatar

misty

Inactive

Join Date:
Apr 2004
Location:
UK
Posts:
5,752
Plugin Contributions:
1

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

dhanesh:

Thanks. I forgot to upload
Pleased to hear that fixed problem..
Well done!!
:clap:

1 Sep 2008, 8:46 AM
#2944
marksu avatar

marksu

Zen Follower

Join Date:
Nov 2007
Posts:
260
Plugin Contributions:
0

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

tophand:

Have you check your image files to see they are not corrupt?
What size are the images you are uploading?

IH doesn't create the image file, the server side software GD libraries or ImageMagick does.
Large image files can choke GD libraries or ImageMagick (sever times out) which will create corrupt files.

JPG and jpg can not be mixed.
Check your settings under Images.

M

Thank you for replying. I did get the thing sorted out.
Well one thing I did find out that, yes you where right there where corrupted image files in /images folder.

I fixed the images first on my testing server. I made backups on remote sites 2 config files. I emptied the remote server and there after uploaded the hole site from test server to remote. Then I restored the config files.

That did the trick.
I did the testing on test server as that is windows based.
It was easyer that way cause did not have to bother on file/directory rights and the corrupted images where easy to see.

To identied corrupted files was simple.
In file explored I changed file view to thumpnail and all images that wid not display thumpnail image, but only the image icon was corrupted. Other identification method was also to check all image files sizes that where 1 kb.

If interested THE SITE IS OFFICALLY OPEN FOR THE FIRST TIME AT:
www.fotonapakymppi.fi in 3 different languges (English, Swedish and Finnish) :lamo:

2 Sep 2008, 8:40 AM
#2946
thehypo avatar

thehypo

Zen Follower

Join Date:
Jan 2006
Posts:
109
Plugin Contributions:
0

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

TheHYPO:

Anybody shed some light for me on post 2946?
http://www.zen-cart.com/forum/showpost.php?p=603229&postcount=2946

I don't get how I'm supposed to have edited a file that wasn't included in the package.

I seem to have partially solved my own issue. I thought to check the thing in Mozilla, and low and behold, I get the popups. But not in IE6 that I primarily use. When I mouseover in IE, I get "error: PageY is null or not an object". It cites a line and character, but it in the overall code of the displayed page, it ends up being a blank line. Note: this error regresses to the point where IE has an infinite number of them (the previous button is always available for a loooot of clicks) or a massive number. I'm not sure what this error means, other than pageY being a variable in the included javascript.

There is, in addition a second implimentation issue as well. I use tpl_columnar_display.php in display of categories and many boxes (I forget whether this is standard on zencart or I modified it.) I DID get popups (zoom) to work in Mozilla, as mentioned; HOWEVER, the only place it works is in my xsell box (cross-sell plugin mod which adds "related products" on the product_info page). I'm stumped as to why this is. Looking through image_handler's code, I see that it all regresses down to the handle_image function which is called from within the zen_image function. Well, both my product_listing.php module and my xsell module call the zen_image function identically, but only the xsell ends up outputting the popup code (an onmouseover code). Neither my category listings nor the "new" or "featured" products on the main page output the mouseover code and I have no idea why.

It's 4am and I'm stumped, so hopefully someone else who knows IH better has some thoughts on what I'm missing. Cheers

2 Sep 2008, 8:51 AM
#2947
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

TheHYPO:

Anybody shed some light for me on post 2946?
http://www.zen-cart.com/forum/showpost.php?p=603229&postcount=2946

I don't get how I'm supposed to have edited a file that wasn't included in the package.

If you have edited any Zen Cart files and have them in your overrides folders and if the same named files are in the Image Handler package them you need to merge the files together.
You need to upload "All" (not the shopad folder, it's not needed) of the IH files.

Possible IH files that might need to merge with your edited files:
includes/modules/additional_images.php
includes/modules/main_product_images.php
includes/modules/pages/popup_image/header_php.php
includes/modules/pages/popup_image_additional/header_php.php
includes/templates/template_custom/pop_image_additional/tpl_main_page.php

M

2 Sep 2008, 8:56 AM
#2948
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

TheHYPO:

I seem to have partially solved my own issue. I thought to check the thing in Mozilla, and low and behold, I get the popups. But not in IE6 that I primarily use. When I mouseover in IE, I get "error: PageY is null or not an object". It cites a line and character, but it in the overall code of the displayed page, it ends up being a blank line. Note: this error regresses to the point where IE has an infinite number of them (the previous button is always available for a loooot of clicks) or a massive number. I'm not sure what this error means, other than pageY being a variable in the included javascript.

There is, in addition a second implimentation issue as well. I use tpl_columnar_display.php in display of categories and many boxes (I forget whether this is standard on zencart or I modified it.) I DID get popups (zoom) to work in Mozilla, as mentioned; HOWEVER, the only place it works is in my xsell box (cross-sell plugin mod which adds "related products" on the product_info page). I'm stumped as to why this is. Looking through image_handler's code, I see that it all regresses down to the handle_image function which is called from within the zen_image function. Well, both my product_listing.php module and my xsell module call the zen_image function identically, but only the xsell ends up outputting the popup code (an onmouseover code). Neither my category listings nor the "new" or "featured" products on the main page output the mouseover code and I have no idea why.

It's 4am and I'm stumped, so hopefully someone else who knows IH better has some thoughts on what I'm missing. Cheers

As I posted before:
Admin-->Config--->images
The following need to have the same image size setting if you want to use the hover/popup with that feature:
Small Image Width
Small Image Height
Image - Product New Listing Width
Image - Product New Listing Height
Image - New Products Width
Image - New Products Height
Image - Featured Products Width
Image - Featured Products Height
Image - Product All Listing Width
Image - Product All Listing Height

You can search my user name in this thread on the IE fix.

M

2 Sep 2008, 1:02 PM
#2949
musicfreer avatar

musicfreer

Zen Follower

Join Date:
Jul 2008
Posts:
155
Plugin Contributions:
0

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

Hi

I have both IH2 and Swap Image on Mouseover mods installed
as expected they re not compatible, all additional images on the product info page do not show up

actually I just want the image resize function of IH2. How can I stop the mouseover function of IH2?

my second question is, how to make the additional images appear again?

really need help here!

thanks in advance!

2 Sep 2008, 1:08 PM
#2950
raquelann avatar

raquelann

New Zenner

Join Date:
Jun 2007
Posts:
80
Plugin Contributions:
0

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

Please help. I uploaded this add-on and installed it. Although the install was successful, my images on the product pages then disappeared.
So, I uninstalled the module and my product pictures reappeared. The only problem was that all of my product pictures were now fuzzy/unfocused. So, is there a way to fix my pictures to make them clear again? Or, if I was to reinstall IH2 what do I need to do to get my product pictures back.
In order to show you what I mean I have reinstalled it and here is a link to one of my products - as you can see the picture is absent. The pictures however are now clear and focused again.
http://www.oddsnsods.com.au/index.php?main_page=product_info&cPath=1_14&products_id=289
Thanks.

2 Sep 2008, 1:15 PM
#2951
musicfreer avatar

musicfreer

Zen Follower

Join Date:
Jul 2008
Posts:
155
Plugin Contributions:
0

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

musicfreer:

Hi

I have both IH2 and Swap Image on Mouseover mods installed
as expected they re not compatible, all additional images on the product info page do not show up

actually I just want the image resize function of IH2. How can I stop the mouseover function of IH2?

my second question is, how to make the additional images appear again?

really need help here!

thanks in advance!
a little update

I have stopped the zoom function at the admin, now the additional images show up again! but the swap image function is still not working!!! Please advise how I can make it work again. I only need the image resize function oh IH2, I do not need the zoom function at all. I have a stupid idea, is there any file of IH2 that I can delete, so that it doesn't affect the Swap image mod, at the same time the image resize function is still there?

thanks, I know I am kinda stupid

2 Sep 2008, 3:37 PM
#2952
musicfreer avatar

musicfreer

Zen Follower

Join Date:
Jul 2008
Posts:
155
Plugin Contributions:
0

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

musicfreer:

a little update

I have stopped the zoom function at the admin, now the additional images show up again! but the swap image function is still not working!!! Please advise how I can make it work again. I only need the image resize function oh IH2, I do not need the zoom function at all. I have a stupid idea, is there any file of IH2 that I can delete, so that it doesn't affect the Swap image mod, at the same time the image resize function is still there?

thanks, I know I am kinda stupid

1 More testing here:
If I goto admin and stop IH resize images, the swap image function on my website is working again! Should I believe that everything will be fine if the resize function does not apply to product info page? If then, how can I control the resize function only applies to all other area except the images on product info page? Please advise which file I should alter to achieve that

Many thanksssssssssssssssssss

2 Sep 2008, 4:11 PM
#2953
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

raquelann:

Please help. I uploaded this add-on and installed it. Although the install was successful, my images on the product pages then disappeared.
So, I uninstalled the module and my product pictures reappeared. The only problem was that all of my product pictures were now fuzzy/unfocused. So, is there a way to fix my pictures to make them clear again? Or, if I was to reinstall IH2 what do I need to do to get my product pictures back.
In order to show you what I mean I have reinstalled it and here is a link to one of my products - as you can see the picture is absent. The pictures however are now clear and focused again.
http://www.oddsnsods.com.au/index.php?main_page=product_info&cPath=1_14&products_id=289
Thanks.

Have you check to see that you uploaded "ALL" the IH files?
I see that you are missing 1 file so maybe you missed other files?

M

2 Sep 2008, 4:23 PM
#2954
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

musicfreer:

1 More testing here:
If I goto admin and stop IH resize images, the swap image function on my website is working again! Should I believe that everything will be fine if the resize function does not apply to product info page? If then, how can I control the resize function only applies to all other area except the images on product info page? Please advise which file I should alter to achieve that

Many thanksssssssssssssssssss

Have you check the Image Swapper support thread to see if there any info there?
Before installing the mods, did you check to see if you was going overwrite any files?
What order did you install the mods and have tried to reverse the order?

IH ignores images in the image/medium and image/large folders.

M

2 Sep 2008, 6:05 PM
#2955
musicfreer avatar

musicfreer

Zen Follower

Join Date:
Jul 2008
Posts:
155
Plugin Contributions:
0

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

Thanks for your reply. I have checked both IH2 and Recently Viewed support thread but till now no solution no this
I first install swap image, then IH2
do you know which file of IH2 I can control the resizeimage not to applied on product info page?

thanks!

2 Sep 2008, 9:46 PM
#2956
raquelann avatar

raquelann

New Zenner

Join Date:
Jun 2007
Posts:
80
Plugin Contributions:
0

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

Thankyou for answering. I have checked and the necessary ones are there. I have decided that IM2 is not for me in this instance so now I am left with the problem of having poor quality pictures on my website. Does anyone have any suggestions on how I can fix this?

3 Sep 2008, 3:40 AM
#2957
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

musicfreer:

do you know which file of IH2 I can control the resizeimage not to applied on product info page?

thanks!

What are you trying/wanting to do?

Do you want the image to be a certain size on the product info page?

M

3 Sep 2008, 5:04 AM
#2958
musicfreer avatar

musicfreer

Zen Follower

Join Date:
Jul 2008
Posts:
155
Plugin Contributions:
0

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

tophand:

What are you trying/wanting to do?

Do you want the image to be a certain size on the product info page?

M

Please take a look at one of my product info page:
http://www.locomolife.com/store/index.php?main_page=product_info&cPath=89&products_id=200

As you can see, the main image is in original size 400 x 400px while the additional images are 100x100.

Before installing IH2, the additional images are set to be 100 x 100 while the actual file is 400x400. My other mod, Swap image function worked perfectly at that time.

However, since I installed IH2, the additional images no more load from original 400x400 files, instead, they use the 100x100 files generated by IH2. The swap image function on my product info page doesn't work anymore.

Therefore, I thought if I could stop the resizing function of IH2 on the info page, the swap image mod will work again. In other words, while the additional images on the product info page are to be keep a size of 100x100, I want them to load from actual 400x400 files, but not using the resized image generated by IH2

Sorry I am not very good at explaining. Hope this can let you have more details about the case

thanks!

4 Sep 2008, 5:16 AM
#2959
k23m avatar

k23m

New Zenner

Join Date:
Dec 2006
Posts:
47
Plugin Contributions:
0

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

I installed the IH2 tonight but the hover images are not showing up for me. Everything seemed to install fine without any errors. The store is here: http://skribblzart.com/shoponline/

Any help would be appreciated.

4 Sep 2008, 11:56 AM
#2960
camel avatar

camel

New Zenner

Join Date:
Feb 2006
Posts:
43
Plugin Contributions:
0

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

My error is strange. When i install IH2, the image gallery in the product info page stops displaying images. I've gone through the code, strangely enough, if i open the source code, all the links & everything between <script><a href....></script> is there, but it just doesn't work.

If i remove the <script></noscript> (approx line 90 in file \includes\modules\pages\product_info\main_template_vars_images_additional.php ), then the images start to display & i can even hover over them, but the <a href..> part does not work & i cannot click on it to enlarge it. I have even tried comparing source code when i turn on the image handler & when i turn it off, and they're the same.

Can't seem to figure out what could be wrong. Can anyone help me out please. Many thanks.