Page 254 of 710 FirstFirst ... 154204244252253254255256264304354 ... LastLast
Results 2,531 to 2,540 of 7099
  1. #2531
    Join Date
    Mar 2007
    Location
    Lakeland, FL, US
    Posts
    44
    Plugin Contributions
    2

    Default Re: Image Handler 2 Javascript Bug

    Note: The problem appears to be on line 124...

    ycoord += event.clientY - Math.max(0,(0 + zoomimg_h + (5 * padding) + e.pageY - docheight - truebody().scrollTop));

    For some reason, pageY is not being included as an attribute of the event being passed to the function. I am at a loss for why this would not be present under the circumstances.

  2. #2532
    Join Date
    Mar 2007
    Location
    Lakeland, FL, US
    Posts
    44
    Plugin Contributions
    2

    Idea or Suggestion Re: Image Handler 2 Javascript Bug

    Here is how we bypassed the problem temporarily until someone can help determine how to fix the pageY issue in IE7...

    Code:
    /* BYPASS IE7 pageY BUG
        if (docwidth - event.clientX < zoomimg_w + (3 * padding)) {
          xcoord = event.clientX - xcoord - zoomimg_w - (2 * offsetfrommouse[0]);
        } else {
          xcoord += truebody().scrollLeft+event.clientX;
        }
        if (docheight - event.clientY < zoomimg_h + (2 * padding)){
          ycoord += event.clientY - Math.max(0,(0 + zoomimg_h + (5 * padding) + e.pageY - docheight - truebody().scrollTop));
        } else {
          ycoord += truebody().scrollTop + event.clientY;
        }
    */
        xcoord += truebody().scrollLeft+event.clientX;
        ycoord += truebody().scrollTop + event.clientY;

  3. #2533
    Join Date
    May 2006
    Posts
    321
    Plugin Contributions
    0

    Default Re: Image Handler 2 Javascript Bug

    ebspromo, I thought we were experiencing the same thing, but when I used your code, my hovers stopped altogether .

  4. #2534
    Join Date
    Jan 2008
    Posts
    18
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    I installed IH2 on 1.3.8. It was working great (hovers and all) until I changed the size of my images.

    I changed the size of my small images & product listing images from w150 h120 to w0 h160 and my product info size from w300 h240 to w200h0. Now, the image hover icon shows up, but the hover images do not come up when I pass over the hotzone. I cleared the bmz cache and that did nto fix my problem. I changed all my image parameters back to the same size and it did not resolve the problem.

    Any ideas?

  5. #2535
    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 lukemcr View Post
    I hope someone can help me with this. Its driving me nuts! I am building a store for a client. The main image is not going to have a rollover image come up, but the additional images are. The problem is, some pages are working and some are not. Any idea why?!?!

    Examples...

    Not-Working: http://host.solidusdesign.net/~plant//index.php?main_page=product_info&cPath=6_34&products_id=543

    Working:
    http://host.solidusdesign.net/~plant//index.php?main_page=product_info&cPath=6_34&products_id=533

    Thanks a million!

    L
    Make sure you upload "All" the files for IH (you are missing one).

    M

  6. #2536
    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 ebspromo View Post
    Here is how we bypassed the problem temporarily until someone can help determine how to fix the pageY issue in IE7...

    Quote Originally Posted by digidiva-kathy View Post
    I have searched, but if you search for IE hover position you get like 200 posts so I thought I'd just ask...my hovers are positioned fine in Firefox, but in IE, it's way too high. I have not changed the style_imagehover.css file at all. The further you get down the page, the worse the location of the hovers is. In the bottom row on the front page, you can't see the popups at all.

    http://www.shabbymissjenndesigns.com/shop

    Help? Thanks!!
    http://forum.zen-cart.com/showpost.p...postcount=2340

    Looks like ebspromo find the fix. See the above link to the file I use.
    Works for IE & FF.

    M

  7. #2537
    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 thesaintjim View Post
    Anyone see IM2 do this..when I puyt my cursor over an image, it puts the enlarge dimage in the upper right corner?? I been tryin to igure this one out and I am stuck.
    Did you make sure that you unloaded "All" the files for IH?
    Sounds like you are missing 1, style_imagehover.css

    M

  8. #2538
    Join Date
    Jan 2008
    Posts
    18
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by dcrosbie View Post
    I installed IH2 on 1.3.8. It was working great (hovers and all) until I changed the size of my images.

    I changed the size of my small images & product listing images from w150 h120 to w0 h160 and my product info size from w300 h240 to w200h0. Now, the image hover icon shows up, but the hover images do not come up when I pass over the hotzone. I cleared the bmz cache and that did nto fix my problem. I changed all my image parameters back to the same size and it did not resolve the problem.

    Any ideas?
    Figured out the problem. Turns out it was a problem with my internet option settings. I guess something got disabled. I reset to default and everything started working fine again.

  9. #2539
    Join Date
    Mar 2007
    Location
    AZ
    Posts
    1,911
    Plugin Contributions
    2

    Default Re: Image Handler 2 Support

    I've searched and cannot for the life of me find the fix to additional images not showing up on products page. I have 4 images for the baskets and only 3 are showing up.

    Any ideas???

    http://nolahairjewelry.com

  10. #2540
    Join Date
    Jul 2005
    Location
    Brooklyn NY
    Posts
    507
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    I did a Site redesign and now my Image that pops up when I mouse comes up in a strange place here is a what it looks like http://208.69.127.226/store/index.ph...74_76_78_81_84

    Just mouse over it. I want the mouse over to just show up right over the thumbnail image.

    Can some one help me out??

 

 

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