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

Results 6,601 to 6,620 of 7,094
2 Apr 2011, 12:36 PM
#6601
jokermode avatar

jokermode

New Zenner

Join Date:
Mar 2010
Posts:
26
Plugin Contributions:
0

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

dimmyr:

Tophand, I seem to see the same issue as Atma did. In Google Chrome browser, with a fresh install of IH2, the popup images during the mouse-over appear at the top of the visible page, in the product listing. I am surprised no one else had the same issue as the two of us. Any ideas yet?

signs:

Don't know if anyone's found the fix for this but I did discover a way to eliminate the problem (not fix it) with a css hack:

@media screen and (-webkit-min-device-pixel-ratio:0) {
/* only webkit-based browsers will read the following styles */
#trailimageid {
display: none;
}
}

That will make hover images not display in Chrome or Safari. Until someone comes up with a better, more appropriate fix, that's what I'm using. I've wasted too much time trying to get the hover images where they ought to be. I'd rather just not have them display in Chrome at all. :smile:

GOOGLE CHROME ISSUE FIXED

:cool: finally i had fixed this issue:cool:

replace jscript_imagehover.js in folder includes/templates/YOUR TEMPLATE/jscript

with this

jscript_imagehover.js

of course backup before do this action ..:smile:

2 Apr 2011, 12:49 PM
#6602
jokermode avatar

jokermode

New Zenner

Join Date:
Mar 2010
Posts:
26
Plugin Contributions:
0

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

sorry double post connection error :)

2 Apr 2011, 1:02 PM
#6603
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

Ummm.. Dunno what version of IH2 you're running, but the JS in the current version of IH2 addressed the Chrome issues..

So I need to add this for anyone following this support thread..

If you are running IH2 Rev 8d (the current version available), this version includes and updated JS file which supports IE, Firefox, Chrome, and Safari.

The upcoming release of IH2 will include updates to support IE9. Until the new IH2 release is available, you may get the new JS which supports IE9 here:
http://grumpykiwi.com/haeana/index.php?main_page=index&cPath=1376_1624

JokerMOde:

GOOGLE CHROME ISSUE FIXED

:cool: finally i had fixed this issue:cool:

replace jscript_imagehover.js in folder includes/templates/YOUR TEMPLATE/jscript

with this

of course backup before do this action ..:smile:

2 Apr 2011, 1:23 PM
#6604
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

Sorry.. Posted the wrong link.. this is it here:
http://www.zen-cart.com/forum/showpost.php?p=1007442&postcount=6490

DivaVocals:

Ummm.. Dunno what version of IH2 you're running, but the JS in the current version of IH2 addressed the Chrome issues..

So I need to add this for anyone following this support thread..

If you are running IH2 Rev 8d (the current version available), this version includes and updated JS file which supports IE, Firefox, Chrome, and Safari.

The upcoming release of IH2 will include updates to support IE9. Until the new IH2 release is available, you may get the new JS which supports IE9 here:
http://grumpykiwi.com/haeana/index.php?main_page=index&cPath=1376_1624

3 Apr 2011, 7:52 AM
#6605
jokermode avatar

jokermode

New Zenner

Join Date:
Mar 2010
Posts:
26
Plugin Contributions:
0

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

DivaVocals:

Ummm.. Dunno what version of IH2 you're running, but the JS in the current version of IH2 addressed the Chrome issues..

So I need to add this for anyone following this support thread..

If you are running IH2 Rev 8d (the current version available), this version includes and updated JS file which supports IE, Firefox, Chrome, and Safari.

The upcoming release of IH2 will include updates to support IE9. Until the new IH2 release is available, you may get the new JS which supports IE9 here:
http://grumpykiwi.com/haeana/index.php?main_page=index&cPath=1376_1624

versi 2.0...hmmm:blink:...

3 Apr 2011, 11:11 AM
#6606
jokermode avatar

jokermode

New Zenner

Join Date:
Mar 2010
Posts:
26
Plugin Contributions:
0

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

JokerMOde:

versi 2.0...hmmm:blink:...

okee...i'm sure noww..it's image handler 2 Ver 2.0 rev 7....:blush:

wish this help everyone that need help :smile:

and thx for the link...i'd just upgrade to ver2.0 rev8d and change the new JS for IE9 that i copy from
http://grumpykiwi.com/haeana/index.p...Path=1376_1624

everthing OKE

3 Apr 2011, 1:14 PM
#6607
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

JokerMOde:

okee...i'm sure noww..it's image handler 2 Ver 2.0 rev 7....:blush:

wish this help everyone that need help :smile:

and thx for the link...i'd just upgrade to ver2.0 rev8d and change the new JS for IE9 that i copy from
http://grumpykiwi.com/haeana/index.p...Path=1376_1624

everthing OKEI know you read through the thread to pull up those old posts you referenced.. but had you read on further you would have seen that IH2 was updated after those threads were posted..

I wanted to make sure that folks had the most accurate information which is why I posted the follow-up to your post..

Glad you are all updated now..

3 Apr 2011, 10:28 PM
#6608
nigelt74 avatar

nigelt74

Totally Zenned

Join Date:
Sep 2005
Location:
Waikato, New Zealand
Posts:
1,558
Plugin Contributions:
1

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

hey Diva & JokerMOde

heres a more up to date version of the js, this is the one i keep up to date, the other link is a test site, which may or may not be there depending on what i am fiddling with at the time.

4 Apr 2011, 5:04 AM
#6609
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

nigelt74:

hey Diva & JokerMOde

heres a more up to date version of the js, this is the one i keep up to date, the other link is a test site, which may or may not be there depending on what i am fiddling with at the time.Thanks..:smile: That link is in my second post..

5 Apr 2011, 1:20 PM
#6610
poola avatar

poola

New Zenner

Join Date:
Apr 2011
Location:
United Kingdom
Posts:
13
Plugin Contributions:
0

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

I recently registered in this forum and have been overwhelmed by the amount of support given to people here. Please here is my question:

I uploaded image handler2 to all the appropriate directories and also changed the three folders as directed in the installation guide. But to my amazement, it does not show in my admin tools to enable me run the installation. I have tried to uninstall and reinstall it but the problem is persisting. I really do not know what I might be doing wrong.

I will appreciate it if someone can help me out on what might be causing it. My cart is 1.3.9h.

5 Apr 2011, 9:27 PM
#6611
nigelt74 avatar

nigelt74

Totally Zenned

Join Date:
Sep 2005
Location:
Waikato, New Zealand
Posts:
1,558
Plugin Contributions:
1

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

poola:

I recently registered in this forum and have been overwhelmed by the amount of support given to people here. Please here is my question:

I uploaded image handler2 to all the appropriate directories and also changed the three folders as directed in the installation guide. But to my amazement, it does not show in my admin tools to enable me run the installation. I have tried to uninstall and reinstall it but the problem is persisting. I really do not know what I might be doing wrong.

I will appreciate it if someone can help me out on what might be causing it. My cart is 1.3.9h.

A link to your site would help.

if its not showing up in the admin, then that tends to suggest the admin files aren't there

just to be clear you have checked admin --> tools --> no image handler link appears at the bottom of this dropdown list

6 Apr 2011, 12:10 AM
#6612
poola avatar

poola

New Zenner

Join Date:
Apr 2011
Location:
United Kingdom
Posts:
13
Plugin Contributions:
0

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

Thanks for your response. I have checked several times and image handler is not there and i renamed the admin to my new admin name and uploaded everything. here is a link to my site: https://www.eztyn.com

6 Apr 2011, 1:14 AM
#6613
nigelt74 avatar

nigelt74

Totally Zenned

Join Date:
Sep 2005
Location:
Waikato, New Zealand
Posts:
1,558
Plugin Contributions:
1

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

poola:

Thanks for your response. I have checked several times and image handler is not there and i renamed the admin to my new admin name and uploaded everything. here is a link to my site: https://www.eztyn.com

  1. ok its hard to tell anything from a one page site with no products
  2. If you have uploaded everything, when i look at your source code, i would see the image_handler js and css files in their respective directories (these will show up no matter what), if these don't show up it means they aren't there, the should be a js file appearing here

http://www.eztyn.com/includes/templates/easybiz/jscript/jscript_imagehover.js

6 Apr 2011, 1:20 AM
#6614
poola avatar

poola

New Zenner

Join Date:
Apr 2011
Location:
United Kingdom
Posts:
13
Plugin Contributions:
0

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

Thanks Nigel74. This is also another of my sites: https://www.privatecorner.co.uk. Though I have not uploaded everything, there are enough product upload in it to triger image handler, but it is not appearing

6 Apr 2011, 1:57 AM
#6615
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

poola:

Thanks Nigel74. This is also another of my sites: www.privatecorner.co.uk. Though I have not uploaded everything, there are enough product upload in it to triger image handler, but it is not appearing
Two things.. Just a suggestion.. When posting links to adult site, you should provide some kind of warning to folks.. If I was at work I would not like to be caught opening an adult content site even if the intent is to help:blush:.. (Just an FYI..)

Second.. As Nigel has said and I concur, you simply do not have IH2 installed correctly.. If you are not seeing it in the admin and WE don't see the front-end CSS or JS, this is an indication that IH is NOT installed correctly. (meaning your IH2 files are not in the right location)

If I had to hazard a guess, I would say that you uploaded the entire store_root folder from the IH2 fileset to your store root.. Thus is just not what the install instructions say to do.. It says after renaming the admin and template/override folders to match your store that you upload the CONTENTS of the store_root folder to your store root..

Double check the location of the files you uploaded.. make sure you've renamed all the admin and template/override folders as indicated in the readme correctly..

6 Apr 2011, 8:54 AM
#6616
poola avatar

poola

New Zenner

Join Date:
Apr 2011
Location:
United Kingdom
Posts:
13
Plugin Contributions:
0

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

Hi Divavocal, thanks for your response. It is really a mistake that I did not warn about the adult site. If you check my first post, I gave Nigel another url. I only gave the adult site because he said that it was hard to assess my site because there was not enough upload. However it is not an excuse because I have other sites I would have given.

I have to go back and check properly about the entire image handler2 upload especially with the override you mentioned now. I must be doing something wrongly.

Thanks. I will update you on how it goes.

6 Apr 2011, 7:28 PM
#6617
ideasgirl avatar

ideasgirl

Totally Zenned

Join Date:
Aug 2005
Location:
Trujillo Alto, Puerto Rico
Posts:
1,437
Plugin Contributions:
3

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

Hello there Diva, I'm having the following problem:
-After doing the setting of IH large image maximum width and IH large image maximum height the settings are not working for additional images.

I have installed this module dozens of times without any problem. I know for sure this was working with previous IH versions, just not sure when this start happening. My details for this site are:
ZC v.1.3.9h
IH2: latest
PHP Version 5.2.11

Example:
notablymexican.com/index.php?main_page=product_info&cPath=2&products_id=6

You can notice that even I set up a Max of height of 600px the image is showing a larger height (which is not the original but is over the 600px set).

Notice that this only happens when you upload by FTP because when you do it from admin (IH manager) they show up just well. On the other hand right now the size they are showing on admin are the proper ones (on popup and on the image size below each image). :wacko:

Let me know if you need more information.

6 Apr 2011, 9:05 PM
#6618
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

I don't know WHY, but I do know what is happening.. Simply put your additional images are not being resized and cached by IH2. If you view the source of the additional images you will see it points to the original image (hence the size)

Suggest two things..

  1. Manually clear the cache via your FTP tool.. Simply remove all folders/files from the image cache except the .htaccess and .keep files
  2. Double check your install to make sure all the modifications required for IH2 are in place..

ideasgirl:

Hello there Diva, I'm having the following problem:
-After doing the setting of IH large image maximum width and IH large image maximum height the settings are not working for additional images.

I have installed this module dozens of times without any problem. I know for sure this was working with previous IH versions, just not sure when this start happening. My details for this site are:
ZC v.1.3.9h
IH2: latest
PHP Version 5.2.11

Example:
notablymexican.com/index.php?main_page=product_info&cPath=2&products_id=6

You can notice that even I set up a Max of height of 600px the image is showing a larger height (which is not the original but is over the 600px set).

Notice that this only happens when you upload by FTP because when you do it from admin (IH manager) they show up just well. On the other hand right now the size they are showing on admin are the proper ones (on popup and on the image size below each image). :wacko:

Let me know if you need more information.

6 Apr 2011, 9:10 PM
#6619
ideasgirl avatar

ideasgirl

Totally Zenned

Join Date:
Aug 2005
Location:
Trujillo Alto, Puerto Rico
Posts:
1,437
Plugin Contributions:
3

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

Suggest two things..

  1. Manually clear the cache via your FTP tool.. Simply remove all folders/files from the image cache except the .htaccess and .keep files
  2. Double check your install to make sure all the modifications required for IH2 are in place..
    I already did that....twice. I will try again just for reassurance.
6 Apr 2011, 9:15 PM
#6620
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

ideasgirl:

I already did that....twice. I will try again just for reassurance.Do you have any other mods installed which share files with IH2??