Page 36 of 710 FirstFirst ... 2634353637384686136536 ... LastLast
Results 351 to 360 of 7099
  1. #351
    Join Date
    Apr 2006
    Posts
    51
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    I'm still getting the IE errors myself. I'm about ready to get rid of IH. I'd rather have a page that loads slow than one where you constantly have errors popping up.

  2. #352
    Join Date
    Jun 2006
    Location
    Austin, TX
    Posts
    84
    Plugin Contributions
    2

    Default Re: Image Handler 2 Support

    My IH2 works fine with zen cart 1.3.5

  3. #353
    Join Date
    Apr 2006
    Posts
    51
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Well I'll be darned....I think I fixed it! *yay*

    I had to change line 124 instead of 126.

  4. #354
    Join Date
    Jul 2005
    Posts
    115
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    what was your problem

    which file did you edit

    what change to line 124

  5. #355
    Join Date
    Jul 2005
    Posts
    115
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    problem: zoomed image goes out of browser bounds generating js error
    problem code, filename: jscript_imagehover.js
    change line: 123 if statement >>

    if (docheight - event.clientY < zoomimg_h + (2 * padding)){
    ycoord += event.clientY - Math.max(0,(0 + zoomimg_h + (5 * padding) + event.clientY - docheight - truebody().scrollTop));
    // ycoord += event.clientY - Math.max(0,(0 + zoomimg_h + (5 * padding) + e.pageY - docheight - truebody().scrollTop));
    } else {
    // ycoord += truebody().scrollTop + event.clientY;
    ycoord += event.clientY - Math.max(0,(0 + zoomimg_h + (5 * padding) + event.clientY - docheight - truebody().scrollTop));
    }

  6. #356
    Join Date
    May 2006
    Location
    Texas
    Posts
    565
    Plugin Contributions
    4

    Default Re: Image Handler 2 Support

    Quote Originally Posted by neuzen
    problem: zoomed image goes out of browser bounds generating js error
    problem code, filename: jscript_imagehover.js
    change line: 123 if statement >>

    if (docheight - event.clientY < zoomimg_h + (2 * padding)){
    ycoord += event.clientY - Math.max(0,(0 + zoomimg_h + (5 * padding) + event.clientY - docheight - truebody().scrollTop));
    // ycoord += event.clientY - Math.max(0,(0 + zoomimg_h + (5 * padding) + e.pageY - docheight - truebody().scrollTop));
    } else {
    // ycoord += truebody().scrollTop + event.clientY;
    ycoord += event.clientY - Math.max(0,(0 + zoomimg_h + (5 * padding) + event.clientY - docheight - truebody().scrollTop));
    }
    Revert back to your old file, and then only apply the change to line 124 (not 126 like the author stated). I couldn't remember the exact line numbers which needed to be changed, thanks to g pointing it out to me above.

    So it should read:

    Code:
    if (docheight - event.clientY < zoomimg_h + (2 * padding)){
    		ycoord += event.clientY - Math.max(0,(0 + zoomimg_h + (5 * padding) + event.clientY - docheight - truebody().scrollTop));
    //      ycoord += event.clientY - Math.max(0,(0 + zoomimg_h + (5 * padding) + e.pageY - docheight - truebody().scrollTop));
        } else {
          ycoord += truebody().scrollTop + event.clientY;
        }

  7. #357
    Join Date
    Apr 2006
    Posts
    51
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Sorry I just got back home, but what Getyourgameshere said is what has to be done. :-)

  8. #358
    Join Date
    Apr 2006
    Posts
    121
    Plugin Contributions
    0

    Re: Image Handler 2 Support

    Using ZC1.3.5 with image_handler__for_vx_2.0135 dowloaded from the ZC downloads area it seems to work just fine except I don't get the desired watermarks on images in productlistings. Productinfo and sideboxes do show watermarks.

    Anyone else experience this and found out why?

  9. #359
    Join Date
    Aug 2006
    Posts
    50
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Thanks for the 135 updates!

    NOTE:
    There seems to be a missing closing tag [?>] at the bottom of this file [additional_images.php] in the download I just got off the Zen-Cart site

    \image-handler_2.0-zc135\includes\modules

  10. #360
    Join Date
    Jul 2006
    Posts
    17
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by kelvyn
    Look very closely for white space after the final ?> in those files.
    Have you edited them at all? Or, try re-uploading them in a different mode - I've found that filezilla messes up php unless they are uploaded as binary, for example.

    But check the whitespace first.
    Yeah I get the same message that i'm trying to wk through. Have you modified your site?

 

 

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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR