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

Results 2,761 to 2,780 of 7,094
25 Jun 2008, 2:40 AM
#2761
testuser avatar

testuser

Inactive

Join Date:
Oct 2004
Location:
Houston, TX
Posts:
792
Plugin Contributions:
0

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

ninthhour:

Ok, IH2 is great, but I am aving a weird problem, and it's probably a stupid one as well. The hover pic comes up only over the new products side bar. I can't get it to appear over the product listing or the new products for(month). Please Help!!!

http://www.mirrandareinhardtdesigns.com/store1/index.php?main_page=index&cPath=73&zenid=68ecacb59839fe1b4a61c9e71381db25

almost forgot the link

Have a look at this post:

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

25 Jun 2008, 2:42 AM
#2762
ninthhour avatar

ninthhour

New Zenner

Join Date:
Apr 2005
Posts:
5
Plugin Contributions:
0

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

Sweet!!! thank you sooo much!!!

25 Jun 2008, 2:49 AM
#2763
ninthhour avatar

ninthhour

New Zenner

Join Date:
Apr 2005
Posts:
5
Plugin Contributions:
0

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

Ok, the images show up, but now the pop up image is centered in the page, so you can't see the ones for new products for (month).

Im new to this, so please be patient, thx

25 Jun 2008, 3:08 AM
#2764
testuser avatar

testuser

Inactive

Join Date:
Oct 2004
Location:
Houston, TX
Posts:
792
Plugin Contributions:
0

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

ninthhour:

Ok, the images show up, but now the pop up image is centered in the page, so you can't see the ones for new products for (month).

Im new to this, so please be patient, thx
All looks fine ...

25 Jun 2008, 6:57 PM
#2765
mdegrandis avatar

mdegrandis

New Zenner

Join Date:
Jun 2008
Location:
Oregon
Posts:
60
Plugin Contributions:
0

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

Not sure if this really is an IH2 question, but here goes. I would like in the customers-->orders then invoice to show a scaled down image of the product. Is there a way for IH2 to add that? Would this post be better off somewhere else?

Thanks, Matt

27 Jun 2008, 2:36 AM
#2766
testuser avatar

testuser

Inactive

Join Date:
Oct 2004
Location:
Houston, TX
Posts:
792
Plugin Contributions:
0

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

mdegrandis:

Not sure if this really is an IH2 question, but here goes. I would like in the customers-->orders then invoice to show a scaled down image of the product. Is there a way for IH2 to add that? Would this post be better off somewhere else?

Thanks, Matt
Ask in the General Questions forum.

29 Jun 2008, 12:36 PM
#2767
pildo avatar

pildo

New Zenner

Join Date:
May 2008
Posts:
14
Plugin Contributions:
0

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

Hi.
I have problem with Image Handler 2 (maybe) under Zen 1.3.8.
I have Red Passion theme, and when i go to product, i have this under Add to cart (example - http://www.rollshop.sk/index.php?main_page=product_info&cPath=1&products_id=4%29:

xt' => "\n " . $link); $col ++; if ($col > (IMAGES_AUTO_ADDED -1)) { $col = 0; $row ++; } } // end for loop } // endif ?>

When i look to source, i see this code:

<!--bof Additional Product Images -->

xt' => "\n " . $link);
$col ++;
if ($col > (IMAGES_AUTO_ADDED -1)) {
$col = 0;
$row ++;
}
} // end for loop
} // endif

?> <!--eof Additional Product Images -->

How i can remove this code from my shop???

29 Jun 2008, 7:06 PM
#2768
gothstone avatar

gothstone

Zen Follower

Join Date:
Jun 2005
Posts:
330
Plugin Contributions:
0

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

It looks like you need a <? or <?php tag. Like this:

<!--bof Additional Product Images -->
<?php
xt' => "\n " . $link);
$col ++;
if ($col > (IMAGES_AUTO_ADDED -1)) {
$col = 0;
$row ++;
}
} // end for loop
} // endif

?> <!--eof Additional Product Images -->
30 Jun 2008, 3:28 AM
#2769
djpete avatar

djpete

New Zenner

Join Date:
Apr 2006
Posts:
26
Plugin Contributions:
0

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

I am not sure what is wrong here but the image pushes the whole page down...
http://stickersuperstore.com.au/
Any help appreciated.

30 Jun 2008, 4:54 AM
#2770
djpete avatar

djpete

New Zenner

Join Date:
Apr 2006
Posts:
26
Plugin Contributions:
0

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

got it just had to move files into my custom template folder yeeeeeha

30 Jun 2008, 9:49 AM
#2771
pildo avatar

pildo

New Zenner

Join Date:
May 2008
Posts:
14
Plugin Contributions:
0

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

gothstone: thanks for help.
code is hide, but when i come over image with mouse, i dont have big image but only small. How i can set up format of this image (sorry for stupid questios, my first experiences with image handler)?

30 Jun 2008, 1:03 PM
#2772
testuser avatar

testuser

Inactive

Join Date:
Oct 2004
Location:
Houston, TX
Posts:
792
Plugin Contributions:
0

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

pildo:

gothstone: thanks for help.
code is hide, but when i come over image with mouse, i dont have big image but only small. How i can set up format of this image (sorry for stupid questios, my first experiences with image handler)?

In the Administration side of your Zen Cart, find the Configuration drop-down menu. Go to Images.

Configuration -> Images

The size of the image you receive on mouse over is dependent upon the dimensions set on this page for the "Product Info" image.

30 Jun 2008, 1:08 PM
#2773
pildo avatar

pildo

New Zenner

Join Date:
May 2008
Posts:
14
Plugin Contributions:
0

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

i try to set up Product Info - Image Width and height. this option make detail picture (after moving cursor over thumb in http://www.rollshop.sk/ ) but this set up dimension of picture in product card (http://www.rollshop.sk/index.php?main_page=product_info&cPath=1&products_id=34)

Its possible to have different dimensions of picture (after curosor over thumb) and picture in product card?

EDIT: sorry for post, when i write it i dont see reply of testuser

8 Jul 2008, 6:12 PM
#2774
erica79 avatar

erica79

New Zenner

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

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

I am so lost. I did this before and I don't know what I am doing wrong. I installed all the files like mentioned in the directions, I am able to view image handler on my admin panel and the changes do go into effect when i upload an image, the only things I **do not **see is the small plus sign that mouses over the image and then pops up and also if i add an additional image to the product I can not view.

I looked at another site that I created using the Image Handler Contribution and it works fine, so I am not sure what I am not doing correctly.

Here is what I am currently doing:

After I uploaded all the files to the specified folders, I upload the Template_custom's contents into my custom template that I have already modified

I then copy the contents of the template_default folder and also add to my custom template, I make sure to add the Jcript file as I understand that is what makes the small + appear when putting your mouse over the image.

Any thoughts on what I might be missing?

8 Jul 2008, 9:52 PM
#2775
erica79 avatar

erica79

New Zenner

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

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

Did you ever find out how to make your monster template work? I am having the same issue

8 Jul 2008, 10:10 PM
#2776
rvagrrl avatar

rvagrrl

New Zenner

Join Date:
Oct 2005
Posts:
90
Plugin Contributions:
0

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

aeolidia:

Since upgrading a few sites to Zen Cart 1.3.8a, I've noticed the additional images aren't showing correctly.

When you click a small additional image, it opens the original large image in the pop up window, not a resized large image from the bmz_cache folder.

I'm having the same problem of the additional image pop-ups only showing the original image and not the resized version. I didn't see any responses to this post, so thought I'd bump. The only difference in my situation is that it's a 1.3.8a install and not an upgrade.

Does anyone have this working with 1.3.8a or is this maybe an isolated problem?

10 Jul 2008, 7:42 PM
#2777
bridpop avatar

bridpop

New Zenner

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

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

Just uploaded all the files, gone to tools>imagehandler and clicked install and now I just get this:

Warning: main(includes/ih_manager.php) [function.main]: failed to open stream: No such file or directory in /homepages/44/d24409729/htdocs/the13th/cards/zencart/admin/image_handler.php on line 153

Fatal error: main() [function.require]: Failed opening required 'includes/ih_manager.php' (include_path='.:/usr/lib/php') in /homepages/44/d24409729/htdocs/the13th/cards/zencart/admin/image_handler.php on line 153

A few people seem to have posted the same sort of problem but I can't find any reply to it, have I just done something stupid? Is it easy to fix?

10 Jul 2008, 8:10 PM
#2778
billmad avatar

billmad

New Zenner

Join Date:
Feb 2007
Posts:
12
Plugin Contributions:
0

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

Imagehandler not displaying PNG files

Can anyone help me - I have image handler working with JPG and GIF but it will not display PNG files. I have set all Config > Images to PNG but it does not work. All PNG files show as blank. If I try to save the blank PNG and load in photshop, it says it says the file is corrupt.

thanks

15 Jul 2008, 5:18 AM
#2779
blackhalo avatar

blackhalo

Zen Follower

Join Date:
Feb 2008
Posts:
118
Plugin Contributions:
0

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

Just a couple questions I can't seem to figure out myself...

  1. I'm using EPA to upload my products to the store (which only handles the FIRST image)...
    is there a way to pre-name files and have them on the server so they're detected once the product is uploaded?
    I have 2 additional images I'm trying to add to each product, having to add them manually really defeats the purpose of Easy Populate.

I've searched, but most everything relates to the _MED and _LRG technique...
so if I just name the images the way IH2 does when added manually (image01**_02**.jpg - image01**_03**.jpg), will this work automatically? Or am I stuck adding them manually?

  1. The IH2 hovers seem to 'pop' underneath my dropdown menus, but only in IE6...it works fine in Firefox.
    I imagine it's a css 'z-index' issue, but I thought someone may already know where the problem lies.

So many little things to figure out...

15 Jul 2008, 4:23 PM
#2780
scrat avatar

scrat

Zen Follower

Join Date:
Dec 2005
Posts:
451
Plugin Contributions:
0

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

I am sure there is but... is there way to not use IM2 for the large image on the product page but for all the other images on the site, as I have an animated .gif I would like to use and it is being flattened by IM2.
Thanks