Page 1 of 4 123 ... LastLast
Results 1 to 10 of 7098

Hybrid View

  1. #1
    Join Date
    Jun 2005
    Posts
    356
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    As I said before copy includes/templates/classic/jscript/jscript_imagehover.js to includes/templates/template_default/jscript/jscript_imagehover.js . I don't know why it matters but it does. I would also try (as a test) disableing your googlesyndication ads JS, it may be interfeering.

    It also looks like your style_imagehover.css is corrpt. Make sure your ftp program knows that .css file are ASCII, not binary and reupload it.

    Also, I got my copy from http://downloads.breakmyzencart.com/...r_2.0-zc13.zip , not the downloads section here. I would not be supprised to learn that they are slightly different.

    Quote Originally Posted by crabdance View Post
    Ok... new behavior to report. I have noticed that zoom images only works in Firefox if the "IH zoom gravity" is set to the default (Southeast). It does not work in any other position. Does that make any sense?

    Just hoping to give enough information so maybe I can get the issues with IE resolved.

    thanks everyone,
    -cd-
    2 + 2 = 5 for extremely large values of 2

    Pez Collectors Store •••••••• My Plugins List

  2. #2
    Join Date
    Sep 2007
    Posts
    15
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Hi, I installed Hoverbox2 on my test site and it worked great. I then installed Image Handler2 and that works ok but now Hoverbox2 has stopped working. Has anyone had this problem before and found a solution or have I just made a mistake. My test site is here; http://www.lingerieforadults.com/
    Thanks in advance for any help.

  3. #3
    Join Date
    Jun 2005
    Posts
    356
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    I don't know that these can be made to play nicely. IH2 changes zencart to dynamicaly create the images. So your image names enup being random garbage like http://www.lingerieforadults.com/bmz...age.100x75.JPG

    Hoverbox2 is looking for traditional image names like this
    http://www.lingerieforadults.com/ima...achine_LRG.JPG

    Problem is, that files doesn't exist on your site.

    The only solution would be to change the Hoverbox code so it will look for the correct file name of http://www.lingerieforadults.com/ima...ee-machine.JPG
    That should be realativly easy to do (I've never look at hoverbox so I can't say for sure) but its not ideal. One of the benefits of IH2 is you can upload your origional image from you camera at say 6 megapixles, and it will create all the small images for you. If you go this route, and upload a huge image like that your user will have to wait for a huge image to download that won't fir on their screen.

    The better but harder fix it to make hoverbox handle images just like zencart does after the IH2 mod. That way it will pull the dynamic large image which you set a size limit to. The problem is, I have no idea how hoverbox pulls image names, an only a vuage understanding of how zencart/IH2 does it. Tim (the guy who wrote IH2) could do it, but I don't think anyone has heard from him in forever. I'm not sure who else besides the zencart developers could do it, and they don't usualy rewrite mods.

    Good luck!


    Quote Originally Posted by lancaster View Post
    Hi, I installed Hoverbox2 on my test site and it worked great. I then installed Image Handler2 and that works ok but now Hoverbox2 has stopped working. Has anyone had this problem before and found a solution or have I just made a mistake. My test site is here; http://www.lingerieforadults.com/
    Thanks in advance for any help.
    2 + 2 = 5 for extremely large values of 2

    Pez Collectors Store •••••••• My Plugins List

  4. #4
    Join Date
    Sep 2007
    Posts
    329
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by gothstone View Post
    As I said before copy includes/templates/classic/jscript/jscript_imagehover.js to includes/templates/template_default/jscript/jscript_imagehover.js . I don't know why it matters but it does. I would also try (as a test) disableing your googlesyndication ads JS, it may be interfeering.

    It also looks like your style_imagehover.css is corrpt. Make sure your ftp program knows that .css file are ASCII, not binary and reupload it.

    Also, I got my copy from http://downloads.breakmyzencart.com/...r_2.0-zc13.zip , not the downloads section here. I would not be supprised to learn that they are slightly different.
    hi goth,
    Thanks so much for trying to help. I have tried about every combination that you can think of when it comes to "where" the files should go. I just don't seem to be able to get it to work. When I put the files in the /template/template_default directory/jscript.. then Firefox doesn't even work. So far the best I have been able to do is to get Firefox to work but not IE..

    I also completely removed the google ads and that did not help either.

    I also did a fresh install with the files from: breakmyzencart.com.... still did not work... If you have any other ideas please let me know... I appreciate it.

    -cd-
    Last edited by crabdance; 12 Oct 2007 at 01:28 AM.

  5. #5
    Join Date
    Jun 2005
    Posts
    356
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Man, I'm compleatly stumped at this point. If you want to trust me, you can PM me a username/password for both your admin and ftp and I will poke around and try to figure it out. If not, I don't blame you, I would be pretty leary of it myself. My only other thought would be building a clean dev site, and installing IH. Once thats working, you coulld start adding your templates and mods in piece by piece till it broke.

    Oh, ya, duh, I almost forgot. Try uploading a clean template (I know darkness is 100% in 1.3.7) and switching to it for a min. If it works that way, you have a template error. BTW - in the future I would suggest nameing your custom template something other than classic. That way you can always fall back to classic to test template vs mod issues.


    Quote Originally Posted by crabdance View Post
    hi goth,
    Thanks so much for trying to help. I have tried about every combination that you can think of when it comes to "where" the files should go. I just don't seem to be able to get it to work. When I put the files in the /template/template_default directory/jscript.. then Firefox doesn't even work. So far the best I have been able to do is to get Firefox to work but not IE..

    I also completely removed the google ads and that did not help either.

    I also did a fresh install with the files from: breakmyzencart.com.... still did not work... If you have any other ideas please let me know... I appreciate it.

    -cd-
    2 + 2 = 5 for extremely large values of 2

    Pez Collectors Store •••••••• My Plugins List

  6. #6
    Join Date
    Jan 2007
    Location
    1.5 miles from Home
    Posts
    674
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by crabdance View Post
    hi goth,
    Thanks so much for trying to help. I have tried about every combination that you can think of when it comes to "where" the files should go. I just don't seem to be able to get it to work. When I put the files in the /template/template_default directory/jscript.. then Firefox doesn't even work. So far the best I have been able to do is to get Firefox to work but not IE..

    I also completely removed the google ads and that did not help either.

    I also did a fresh install with the files from: breakmyzencart.com.... still did not work... If you have any other ideas please let me know... I appreciate it.

    -cd-
    You having trouble with IE-6?
    There is an error/bug in jscript_imagehover.js that affects IE.
    Did you try this fix?
    http://forum.zen-cart.com/showpost.p...postcount=1252
    Link on the "very" bottom of the post where you can download a patched jscript_imagehover.js.

    Also note that the newest IH files are located in Zen Cart downloads.

    M

  7. #7
    Join Date
    Jun 2007
    Location
    Milton Keynes UK
    Posts
    153
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Hello Everyone
    IH2 is doing it to me again and I do not remember what I done last time to make it work.
    It does not show the image with mouseover for the new products in the homepage. I does not have the + in the little image.
    Can you help me rember what to do, Please?
    Best Regards

  8. #8
    Join Date
    Oct 2004
    Location
    Houston, TX
    Posts
    782
    Plugin Contributions
    4

    Default Re: Image Handler 2 Support

    Quote Originally Posted by francocauter View Post
    Hello Everyone
    IH2 is doing it to me again and I do not remember what I done last time to make it work.
    It does not show the image with mouseover for the new products in the homepage. I does not have the + in the little image.
    Can you help me rember what to do, Please?
    Best Regards
    I answered your question here: http://www.zen-cart.com/forum/showth...t=70627&page=7

  9. #9
    Join Date
    Jun 2007
    Location
    Milton Keynes UK
    Posts
    153
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by testuser View Post
    yes thanks very much for that it worked fine

    Hi There "Houston"
    Nice to hear from you at last.
    That worked great thanks very much
    Best Regards
    Franco

  10. #10
    Join Date
    Sep 2007
    Posts
    116
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    "File exists! Please alter the base name or suffix."


    How do I fix this error when uploading an image?

 

 
Page 1 of 4 123 ... LastLast

Similar Threads

  1. v150 Image Handler 4 (for v1.5.x) Support Thread
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1687
    Last Post: 17 Nov 2024, 07:26 PM
  2. v139h Image Handler 3 Support Thread (for ZC v1.3.9)
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1095
    Last Post: 2 Oct 2017, 12:42 PM
  3. Image Handler Support Please
    By nadinesky in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 30 Sep 2013, 03:47 PM
  4. Image handler only covers part of screen
    By shaneburton in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 14 May 2009, 07:15 PM
  5. Is Image Handler the only way to go?
    By wwwursa in forum Installing on a Windows Server
    Replies: 2
    Last Post: 23 Dec 2007, 09:22 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg