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

Results 2,701 to 2,720 of 7,094
1 Jun 2008, 1:20 AM
#2701
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

blackhalo:

No disrespect, but I don't really understand your reasoning.

Are you saying images are cached (in the browser) when someone loads the page?
Then that would be pre-loading...

What I don't understand is "defeat the purpose and functionality"...
isn't part of the purpose to have the hover effect load quickly?

If someone has to wait for it to load...THAT defeats the purpose.

Since it's very unlikely every image will be hovered immediately when the user hits the page,
having those hover images loading in the background would cache them locally,
making the effect faster...increasing functionality.

Or is "not feasible"...as in, it CAN'T be done?

As in it's pointless...the images are loaded as if they were placed in a regular image tag. There's not point in pre-loading them. The hover effect just, let's say brings them in to view. In otherwords they're already loaded when the page load completes, not just when you hover over them.

Pre-loading all the images wouldn't be feasible, or ideal.

1 Jun 2008, 6:34 AM
#2702
thunderhans avatar

thunderhans

New Zenner

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

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

tophand:

And the problem was..?

So others will know.

M

My hoster had a serious problem with the chmod-command und always when i set permissions of the cache folder to 777 it was set back to 600. Emptying image cache and chmod with filezilla solved that. Now i have another Problem, I uploaded images and i get this error on the product-page:

Warning: preg_match() [function.preg-match]: Unknown modifier 'I' in /mnt/web7/21/67/51778667/htdocs/shop/includes/modules/clean_business/additional_images.php on line 47

I already removed double backslashes in the image-path through editing main_product_image.php but without any effect except the right image-path.

This is my additional_images.php in the /includes/modules/additional_images.php folder:
http://www.xup.in/dl,14463267/additional_images.php/

thanks for your help in advance :)

1 Jun 2008, 4:52 PM
#2703
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

thunderhans:

My hoster had a serious problem with the chmod-command und always when i set permissions of the cache folder to 777 it was set back to 600. Emptying image cache and chmod with filezilla solved that. Now i have another Problem, I uploaded images and i get this error on the product-page:

Warning: preg_match() [function.preg-match]: Unknown modifier 'I' in /mnt/web7/21/67/51778667/htdocs/shop/includes/modules/clean_business/additional_images.php on line 47

> 
> This is my additional_images.php in the /includes/modules/additional_images.php folder:
> <http://www.xup.in/dl,14463267/additional_images.php/>
> 
> thanks for your help in advance :)

Any specific reason you've removed the "/i"?
1 Jun 2008, 8:00 PM
#2704
thunderhans avatar

thunderhans

New Zenner

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

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

The error was "Unknown modifier I" , so i thought removing it could help, but removing it changed nothing

1 Jun 2008, 8:08 PM
#2705
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

thunderhans:

The error was "Unknown modifier I" , so i thought removing it could help, but removing it changed nothing

Did you receive my PM? Removing the "/i" won't help and your actually killing the preg function.

1 Jun 2008, 8:51 PM
#2706
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

thunderhans:

The error was "Unknown modifier I" , so i thought removing it could help, but removing it changed nothing

What's probably happening here, is when your adding the product your instructing Zen to use an image already on the server. If that's the case, make sure your not putting a / before the image name.

In the meantime, I've written into your code a snippet to remove the forward slash. But to be safe, just don't use it.:lamo:

NOTE: Other images within your cart aren't showing, probably cause you haven't uploaded them yet. Just wanted to be sure your aware.

3 Jun 2008, 8:41 PM
#2707
vitalwares avatar

vitalwares

New Zenner

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

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

Hi,

Love the image handler, just need help with a small fix.

My images get cut off if the are low on the screen, I would like then to appear correctly relative to the mouse position does anybody know what I am doing wrong ?

I see that this does not happen on other peoples website who are using the IH2 someone please help.

4 Jun 2008, 5:22 PM
#2708
fusionsp avatar

fusionsp

Zen Follower

Join Date:
Jun 2008
Posts:
204
Plugin Contributions:
0

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

Muddler:

I have two hopefully simple questions for IH2.

  1. Can you, and if so how do you change the size of the medium image ? My small image hoover displays a medium image popup nearly identical to the small image's size.

  2. The hoover popup displays the product name also (this looks great) but another product name popup is overlaid on top of it. Can I somehow turn the second popup with just the product name off ?

Adv<thanks>ance

I have this same question that i am hoping someone can answer. the program works great, i just want a bigger picture.

4 Jun 2008, 8:48 PM
#2709
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

fusionsp:

I have this same question that i am hoping someone can answer. the program works great, i just want a bigger picture.

The size of the hover image is dependent upon the size of your product info image.

You can set these sizes under Configuration :: Images.

5 Jun 2008, 7:14 PM
#2710
francocauter avatar

francocauter

Zen Follower

Join Date:
Jun 2007
Location:
Milton Keynes UK
Posts:
153
Plugin Contributions:
0

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

Hi everyone,
I have, again because I had to change server, a problem with IH2.
The small image is smagged, not clear or focussed, the medium image is ok.
I had this problem before and I had resolved it with the folder permissions to be the same for the bmz_cache folders and the images folders.
This time does not work.
Has anyone got any idea for me to help?
Thanks

6 Jun 2008, 9:09 AM
#2711
lemuria avatar

lemuria

New Zenner

Join Date:
Aug 2005
Posts:
59
Plugin Contributions:
0

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

My client would like to have some very long images in her additional image popups. I found where to add scrollbars to the popup windows so that you can scroll down to see the bottom of a large image. However, in Firefox the window itself is so tall that the bottom is cut off.

Here's an example: the second additional image is the long one.
http://orileydesign.com/index.php?main_page=product_info&cPath=137_117&products_id=953

I played with includes/modules/pages/popup_image_additional/jscript_main.php but I wasn't able to make the window less tall in Firefox. Any ideas?

7 Jun 2008, 6:26 AM
#2712
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

testuser:

As in it's pointless...the images are loaded as if they were placed in a regular image tag. There's not point in pre-loading them. The hover effect just, let's say brings them in to view. In otherwords they're already loaded when the page load completes, not just when you hover over them.

Pre-loading all the images wouldn't be feasible, or ideal.

Thanks, that's what I was trying to figure out...
whether they're preloaded with Javascript or downloaded with :hidden html/css makes no difference,
as long as they're loaded before you hover them.

As I stated, I see a (ever-so) slight delay when hovering...
I assumed this was the image downloading from the server,
and this effect would get worse for people with slower connections.

As it is, sounds pretty good man...thanks for the reply! :clap:

7 Jun 2008, 2:48 PM
#2713
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

blackhalo:

Thanks, that's what I was trying to figure out...
whether they're preloaded with Javascript or downloaded with :hidden html/css makes no difference,
as long as they're loaded before you hover them.

As I stated, I see a (ever-so) slight delay when hovering...
I assumed this was the image downloading from the server,
and this effect would get worse for people with slower connections.

As it is, sounds pretty good man...thanks for the reply! :clap:

If you have the Opera browser, you can see how many image are loading in your browser to the right of the address bar.

If your using FireFox and have the Web Developer tools installed, you can view the Document Size and this will tell you how big your page loads are. Excluding any Flash of course.

7 Jun 2008, 5:44 PM
#2714
lizar5 avatar

lizar5

Zen Follower

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

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

Hi, I was wondering if anyone could tell me how to resize my hover image, i rather have my customers hover over the image and see a large detailed picture than have to click to view the product description then click again for the larger picture.

7 Jun 2008, 6:41 PM
#2715
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

lizar5-:

Hi, I was wondering if anyone could tell me how to resize my hover image, i rather have my customers hover over the image and see a large detailed picture than have to click to view the product description then click again for the larger picture.

The size of the hover image is dependent upon the settings for your Product Info image.

You can edit those dimensions from the admin area of your Zen Cart:

Configuration -> Images

7 Jun 2008, 6:58 PM
#2716
lizar5 avatar

lizar5

Zen Follower

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

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

testuser:

The size of the hover image is dependent upon the settings for your Product Info image.

You can edit those dimensions from the admin area of your Zen Cart:

Configuration -> Images

nvm, got it. Ty very much :)

7 Jun 2008, 11:51 PM
#2717
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

lizar5-:

nvm, got it. Ty very much :)
:bangin: Your welcome ...

8 Jun 2008, 8:29 PM
#2718
porkyboy avatar

porkyboy

New Zenner

Join Date:
Jul 2007
Location:
NR Colchester UK
Posts:
17
Plugin Contributions:
0

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

Hi, I was wondering how I can remove the IH2 files from my install.
Currently I have to copy and rename 2 image files each and every time i add a product and this is annoying to say the least.
I dont want to fix it- just remove it.

Many Thanks

8 Jun 2008, 11:48 PM
#2719
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

Porkyboy:

Hi, I was wondering how I can remove the IH2 files from my install.
Currently I have to copy and rename 2 image files each and every time i add a product and this is annoying to say the least.
I dont want to fix it- just remove it.

Many Thanks

What seems to be the problem? What are the names of your images before you have to change them. You may have a problem with our without image handler...

If you want to remove the files, the best/easiest way to do so is to grab a download package of the module, the follow that structure to back out or remove the files.

Uninstall the SQL first though via the admin tool provided under:

Tools :: Image Handler 2

Use the admin tab located on that page to uninstall the SQL

8 Jun 2008, 11:52 PM
#2720
alanekilauea avatar

alanekilauea

New Zenner

Join Date:
Jul 2007
Posts:
17
Plugin Contributions:
0

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

This is an awesome mod! I am a bit confounded with my presentation however and I hope someone can help me out. The hover effect is working on my sideboxes (featured, what's new) but not on the product listing or new products center box. I have made sure all the contrib's files were transferred and it is working beautifully resizing and where it does hover but I don't know how to get it show the hover on the product listing.

Catalog: http://www.dichroicdesign.com/catalog/

Help, please?

Thank you,
Alane