Page 1 of 3 123 LastLast
Results 1 to 10 of 28
  1. #1
    Join Date
    Aug 2008
    Posts
    448
    Plugin Contributions
    0

    Default Enlarge product picture is cutoff

    v1.5beta

    go to meaningfulaccents.com
    click on figurines
    click on Enlarge image
    you will notice the shoe is cut off
    using IE8.0

  2. #2
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,154
    Plugin Contributions
    11

    Default Re: Enlarge product picture is cutoff

    Just don't start with an image larger than your intended screen size.

  3. #3
    Join Date
    Aug 2008
    Posts
    448
    Plugin Contributions
    0

    Default Re: Enlarge product picture is cutoff

    hi dbltoe,

    can u give more details? i don't understand what you mean. thanks.

  4. #4
    Join Date
    Mar 2009
    Posts
    221
    Plugin Contributions
    1

    Default Re: Enlarge product picture is cutoff

    I have the same issue ebaobao. At first I thought it was the template I was using, but when I switched back to the classic contemporary green template the behavior was still present. You will also find many sites exhibiting this behavior with the popup enlarge image (unless they are using one of the lightbox mods). You will find some forum posts about it, but back when I was troubleshooting it there were no solutions found. I never had time to dig into it so ended up just leaving it alone. I am using 1.3.9h (behavior was also present in v1.3.8a).
    Last edited by Crunch; 15 Aug 2011 at 05:37 AM.

  5. #5
    Join Date
    Aug 2005
    Location
    San Juan, Puerto Rico
    Posts
    1,525
    Plugin Contributions
    9

    Default Re: Enlarge product picture is cutoff

    That's not a bug, if you are seeing it on Firefox, that's its usual behavior. If you look at it on IE, Safari or Chrome, the images show up just fine.

    Now, you have bigger problems because there's something wrong with your categories, I just can't click on specific ones, the hover is all over the place (too big) so is difficult to click the right one.
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!
    My contributions: SophyBlue / Sophy Blue-Grey / Mistik / The Bookshelf / Dynamic Sideboxes

  6. #6
    Join Date
    Aug 2008
    Posts
    448
    Plugin Contributions
    0

    Default Re: Enlarge product picture is cutoff

    hi ideasgirl,
    in my original post, the problem exists on IE. It also exist on latest version of FF. Thanks for pointing out the categories hover issue. I just fixed it.

  7. #7
    Join Date
    Aug 2005
    Location
    San Juan, Puerto Rico
    Posts
    1,525
    Plugin Contributions
    9

    Default Re: Enlarge product picture is cutoff

    Quote Originally Posted by ebaobao View Post
    hi ideasgirl,
    in my original post, the problem exists on IE. It also exist on latest version of FF. Thanks for pointing out the categories hover issue. I just fixed it.
    You are welcome...

    I don't see the issue using IE8, Safari, or Chrome. It has always been an issue on FF (since I recall). Here are my 3 screenshots for you, hope that helps:
    http://img545.imageshack.us/img545/6...reenshotff.jpg (FF)
    http://img225.imageshack.us/img225/9...eenshotie8.jpg (IE8)
    http://img194.imageshack.us/img194/9...shotsafari.jpg (Safari)
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!
    My contributions: SophyBlue / Sophy Blue-Grey / Mistik / The Bookshelf / Dynamic Sideboxes

  8. #8
    Join Date
    Aug 2008
    Posts
    448
    Plugin Contributions
    0

    Default Re: Enlarge product picture is cutoff

    hi ideasgirl,
    what I meant is that the window that encapsulates the picture cuts off the shoe. But the image itself is fine. Once you resize the window you can see everything. I was talking about the initial window size right after clicking enlarge. Sorry if i wasn't clear. This is not that big of a deal. Just want zc to be as great as possible.

  9. #9
    Join Date
    Nov 2003
    Location
    Haarlem | Netherlands
    Posts
    1,987
    Plugin Contributions
    15

    Default Re: Enlarge product picture is cutoff

    Quote Originally Posted by ideasgirl View Post
    It has always been an issue on FF (since I recall)
    That is because Zen Cart detects FF and does some incorrect adjustment to the popup size (was probably needed for Netscape, a long long time ago....). The fix is easy: just remove the size adjustment value (it's in some js popup file, might post details later).

  10. #10
    Join Date
    Nov 2003
    Location
    Haarlem | Netherlands
    Posts
    1,987
    Plugin Contributions
    15

    Default Re: Enlarge product picture is cutoff

    The code has changed over the years it seems....

    But the popup height adjustment is in this part of the code:
    (includes\modules\pages\popup_image\jscript_main.php)
    Code:
      if (window.navigator.userAgent.indexOf('MSIE 6.0') != -1 && window.navigator.userAgent.indexOf('SV1') != -1) {
          i=30; //This browser is Internet Explorer 6.x on Windows XP SP2
      } else if (window.navigator.userAgent.indexOf('MSIE 6.0') != -1) {
          i=0; //This browser is Internet Explorer 6.x
      } else if (window.navigator.userAgent.indexOf('Firefox') != -1 && window.navigator.userAgent.indexOf("Windows") != -1) {
          i=25; //This browser is Firefox on Windows
      } else if (window.navigator.userAgent.indexOf('Mozilla') != -1 && window.navigator.userAgent.indexOf("Windows") != -1) {
          i=45; //This browser is Mozilla on Windows
      } else {
          i=80; //This is all other browsers including Mozilla on Linux
      }
    Adjustment for FF colored red, and 45 seems to be a better value than the current 25.

    Not sure about IE 8 though, probaly it also depends on the users browser (compatibility) settings?

    (In FF it also depends if the user settings allow javascript to resize the window. If resizing is disallowed the image will fit)

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. product - enlarge pictures
    By slater555 in forum General Questions
    Replies: 7
    Last Post: 19 Feb 2012, 06:47 PM
  2. How can I change number of products display in a row and enlarge the picture?
    By sgspeer in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 6 Aug 2010, 08:52 AM
  3. click to enlarge category picture
    By creff in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 27 Oct 2009, 06:31 PM
  4. How to remove Additional Images Enlarge Link from the picture
    By XxDrAg0nxX in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 30 May 2009, 08:41 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