Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Jan 2006
    Location
    Vancouver, BC
    Posts
    71
    Plugin Contributions
    0

    Default _LRG image displaying at Small Image size

    Hi,

    When I am creating a product, I upload my thumbnail image (for the product listing) via the admin. I then upload the corresponding _MED and _LRG images to the medium and large image directories via ftp.

    The thumbnail and medium images are displaying correctly (at 130x130 and 500x250 respectively) but the large image (600x400) is being reduced to the size of the Small Image Width/Height (Configuration > Images > Small Image Width & Small Image Height).

    I have my images set to the following (this is also the exact size that I am uploading the image at via the admin and ftp):

    Thumbnail image for Product Listing (images/imagename.jpg).
    Image - Product Listing Width: 130
    Image - Product Listing Height: 130

    Medium Image for Product Info (images/medium/imagename_MED.jpg).
    Product Info - Image Width: 500
    Product Info - Image Height: 250

    The _LRG image (images/large/imagename_LRG.jpg) is 600px wide by 400px high but, when I click on the pop up in the product info page, it is displayed at whatever size the Configuration > Images > Small Image Width & Small Image Height are set to, for instance:
    Small Image Width: 130
    Small Image Height: 130

    Whatever size I set the Small Image Width/Height at (100x30, 1000x700, etc.), that is the size the _LRG image displays at in the pop up.

    Any ideas as to why this is happening and what I can do to fix it? Thanks much!

  2. #2
    Join Date
    Mar 2006
    Location
    Florence, Italy
    Posts
    153
    Plugin Contributions
    0

    Default Re: _LRG image displaying at Small Image size


  3. #3
    Join Date
    Jan 2006
    Location
    Vancouver, BC
    Posts
    71
    Plugin Contributions
    0

    Default Re: _LRG image displaying at Small Image size

    Thanks for the link but it's not the pop-up window size that is the problem, it's how the pop-up image is being handled. It is the image that is being resized to whatever the small image width/height has been set to in the admin, not the window.

    Thanks anyway though! :)

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: _LRG image displaying at Small Image size

    The large image has no constraints to change its size ... it is shown as you have made it ...

    You will want to check your code and see if you have something that has altered this in some manner ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #5
    Join Date
    Jan 2006
    Location
    Vancouver, BC
    Posts
    71
    Plugin Contributions
    0

    Default Re: _LRG image displaying at Small Image size

    Hi Ajeh,
    The large image has no constraints to change its size ... it is shown as you have made it ...

    You will want to check your code and see if you have something that has altered this in some manner ...
    That make this even stranger!

    Here is a list of the files where I have made modifications:

    includes/languages/english/MYTEMPLATE/button_names.php
    includes/languages/english/MYTEMPLATE/english.php
    includes/languages/english/MYTEMPLATE/header.php

    includes/modules/MYTEMPLATE/product_listing.php

    includes/templates/MYTEMPLATE/common/tpl_header.php

    includes/templates/MYTEMPLATE/css/stylesheet.css

    includes/templates/MYTEMPLATE/templates/tpl_modules_main_product_image.php
    includes/templates/MYTEMPLATE/templates/tpl_product_info_display.php

    The only ones that I would think could affect the pop-up image are tpl_modules_main_product_image.php, tpl_product_info_display.php and possible stylesheet.css. To test if any of these were the problem, I uploaded the original un-modified files and I get the same result for the pop-up image (displays at the small image width/height). I also tried in the Classic Contemporary Green template that comes with 1.3.5 and same thing.

    I'm at a loss as to what I could have done to make this occur...

  6. #6
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: _LRG image displaying at Small Image size

    How about an URL to the Product where this is happening ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  7. #7
    Join Date
    Jan 2006
    Location
    Vancouver, BC
    Posts
    71
    Plugin Contributions
    0

    Default Re: _LRG image displaying at Small Image size

    You bet!
    ** EDITED BY REQUEST **
    Last edited by Ajeh; 2 Oct 2006 at 01:00 AM.

  8. #8
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: _LRG image displaying at Small Image size

    Could you switch to Classic for a minute ...

    I am assuming you have only used templates and overrides and not touched core files ...

    Also, what add-ons have you added, if any?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  9. #9
    Join Date
    Jan 2006
    Location
    Vancouver, BC
    Posts
    71
    Plugin Contributions
    0

    Default Re: _LRG image displaying at Small Image size

    Quote Originally Posted by Ajeh
    Could you switch to Classic for a minute ...
    Done.

    Quote Originally Posted by Ajeh
    I am assuming you have only used templates and overrides and not touched core files ...

    Also, what add-ons have you added, if any?
    That is correct except in the case of add-ons, then I would have changed the core files.

    I have added Back MYSQL Plugin and Column Layout Grid for Product Listing. I had also tried to add Ultimate SEO URLs but it wasn't working for me so I removed it.

    Thanks for looking into this for me! :)

  10. #10
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: _LRG image displaying at Small Image size

    This isn't making a lot of sense for a clean install ...

    Could you post all your image settings from the Admin ...

    I have to run for the football game but it will help someone help you better in the meanwhile to be able to see them ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Pop up image size.. image right size, window too small
    By grayceworks in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 18 Dec 2011, 06:25 AM
  2. POP up "larger image" displaying small image
    By tooltraderdirect in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 1 Nov 2010, 11:03 AM
  3. Size of 'small image'
    By KiwiBrian in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 25 Jul 2008, 11:16 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