Page 3 of 7 FirstFirst 12345 ... LastLast
Results 21 to 30 of 61
  1. #21
    Join Date
    Mar 2012
    Posts
    41
    Plugin Contributions
    0

    Default Re: Why can't I show multiple images?

    Quote Originally Posted by dgent View Post
    Youre right, it doesnt now. But It did when I went to the red petticoat on his site.

    File wise....

    includes/modules/additional_images.php

    and in your templates folder tpl_modules_additional_images.php
    My template doesn't seem to have a tpl_modules_additional_images.php!!! Am I onto something? Can I use the one in, say, the classic template and load it into the template file? Although it's weird that my classic template doesn't do additional images either... :-(

  2. #22
    Join Date
    Mar 2012
    Posts
    41
    Plugin Contributions
    0

    Default Re: Why can't I show multiple images?

    Quote Originally Posted by callmeal View Post
    My template doesn't seem to have a tpl_modules_additional_images.php!!! Am I onto something? Can I use the one in, say, the classic template and load it into the template file? Although it's weird that my classic template doesn't do additional images either... :-(
    I've switched my template over to classic in case that helps for troubleshooting - that one DOES have the tpl file but still no additional images

  3. #23
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Why can't I show multiple images?

    Quote Originally Posted by callmeal View Post
    My template doesn't seem to have a tpl_modules_additional_images.php!!! Am I onto something? Can I use the one in, say, the classic template and load it into the template file? Although it's weird that my classic template doesn't do additional images either... :-(
    Not really.. if your template doesn't have this file, then Zen Cart will use the one in the default_template.. You would only have this file in your template folder if you had modified it. (AKA an override)

    I would suggest uploading a CLEAN default_template folder to your site via FTP.. Perhaps the default version is corrupted..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  4. #24
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,024
    Plugin Contributions
    3

    Default Re: Why can't I show multiple images?

    Looking at this whole thing logically, I'm thinking:

    Since this appears in your source:

    <!--bof Additional Product Images -->
    <!--eof Additional Product Images -->

    the template file is OK.

    Since the images don't appear, despite the template file's attempt to display them, the problem pretty much has to be that the images aren't in the place Zencart is looking for them, or aren't named properly. I can't think of any other cause.

    Update: I added an additional image to the product in the demo Music category, naming it sooty_01.jpg (the original image is sooty.jpg). It displayed fine. I then changed the file name to sooty_01.JPG (uppercase extension) - didn't display.

  5. #25
    Join Date
    Nov 2009
    Location
    UK
    Posts
    1,090
    Plugin Contributions
    0

    Default Re: Why can't I show multiple images?

    Can you just make the image called red.jpg and then red2.jpg, and don't worry about the MED and LGE suffixes for the moment.

  6. #26
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Why can't I show multiple images?

    Quote Originally Posted by stevesh View Post

    Update: I added an additional image to the product in the demo Music category, naming it sooty_01.jpg (the original image is sooty.jpg). It displayed fine. I then changed the file name to sooty_01.JPG (uppercase extension) - didn't display.
    And this makes sense since in Unix servers JPG and jpg are interpreted as being two different things..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  7. #27
    Join Date
    Dec 2010
    Posts
    16
    Plugin Contributions
    0

    Default Re: Why can't I show multiple images?

    I'm having trouble with this as well! If you go to this page in my store: http://kissmysasscosmetics.com/index...roducts_id=160

    The main image is:
    liptintbadreputation.jpg

    The additional image that's not showing up is:
    liptintbadreputation_01.jpg

    They are both in the general images folder, nothing in the large or medium folders. Any ideas why the additional image isn't working?

    I double & triple checked that I have it set in my admin to show additional photos and to show 3 additional photos per row.

  8. #28
    Join Date
    Jun 2008
    Posts
    627
    Plugin Contributions
    0

    Default Re: Why can't I show multiple images?

    has anyone tried adding jpg JPG to their images/htaccess file?

    original

    <FilesMatch ".*\.(jpe?g|JPE?G|gif|GIF|png|PNG|swf|SWF)$" >

    modified

    <FilesMatch ".*\.(jpe?g|JPE?G|jpg|JPG|gif|GIF|png|PNG|htm|swf|SWF)$" >

  9. #29
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Why can't I show multiple images?

    Quote Originally Posted by buildingblocks View Post
    has anyone tried adding jpg JPG to their images/htaccess file?

    original

    <FilesMatch ".*\.(jpe?g|JPE?G|gif|GIF|png|PNG|swf|SWF)$" >

    modified

    <FilesMatch ".*\.(jpe?g|JPE?G|jpg|JPG|gif|GIF|png|PNG|htm|swf|SWF)$" >
    Thats unnecessary, it already does that thats what JPE?G means, it means the E is optional so JPG or JPEG are acceptable.
    Last edited by nigelt74; 17 Mar 2012 at 05:51 AM.
    Webzings Design
    Semi retired from Web Design

  10. #30
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Why can't I show multiple images?

    @earldinger

    your additional image is 500 by 500px which is fine but it is 300kb in size (it seems to be saved at photographic quality), try saving it for web and see if that makes a difference it should stay the same dimensions by come down to around 60kb, then upload it, often if the image is excessively large it can cause issues on some hosts.

    Quote Originally Posted by ealdinger View Post
    I'm having trouble with this as well! If you go to this page in my store: http://kissmysasscosmetics.com/index...roducts_id=160

    The main image is:
    liptintbadreputation.jpg

    The additional image that's not showing up is:
    liptintbadreputation_01.jpg

    They are both in the general images folder, nothing in the large or medium folders. Any ideas why the additional image isn't working?

    I double & triple checked that I have it set in my admin to show additional photos and to show 3 additional photos per row.
    Webzings Design
    Semi retired from Web Design

 

 
Page 3 of 7 FirstFirst 12345 ... LastLast

Similar Threads

  1. v151 Why my English page can't show Chinese contents?
    By carousel1 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 14 Feb 2013, 07:26 PM
  2. Multiple Images Happening No Idea Why
    By 1105designs in forum General Questions
    Replies: 1
    Last Post: 5 Aug 2011, 02:20 PM
  3. Why picture can no show in my website?
    By easy665 in forum Basic Configuration
    Replies: 1
    Last Post: 21 Jun 2009, 09:44 AM
  4. Why won't my multiple images show up?
    By Dunk in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 18 Dec 2008, 12:40 PM
  5. Hi,why my picture of tile and logo...can't show?
    By kimsonvu in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 11 Nov 2006, 09:53 AM

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