Results 1 to 8 of 8
  1. #1
    Join Date
    Oct 2007
    Posts
    84
    Plugin Contributions
    0

    Default Help with images when uploading products

    I am uploading my products and adding images. I do them all the same but a couple of them wont display the image and just have an X. Can someone please help me on what is happening????
    http://studiofrenzy.com/ZenCart/
    Thanks!!!

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Help with images when uploading products

    Your thumbnail images are gigantic - 90-150k. That alone might choke a slow connection and make the last few not display...

    You need to have small image files (say 200x200 px, and no more than 5-10k) for your thumbs. You can load the ones you have in the /images/large/ folder, with filenames changed appropriately (filename_LRG.jpg), so they will come up when you click for larger image in the product info page.

  3. #3
    Join Date
    Oct 2007
    Posts
    84
    Plugin Contributions
    0

    Default Re: Help with images when uploading products

    Thanks for the info. but when i save it around 10k it is really small and fuzzy and you can barely see what it is. any other suggestions??
    http://studiofrenzy.com/ZenCart/inde...dex&cPath=1_29

  4. #4
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Help with images when uploading products

    What program are you using to edit the images? You need to specifically make the image 200x200px at 72ppi, and then "save for web" if your program has an option like that. Select the quality you need to get a good image.

    If you have an image that is 1000x1000px and you display it at 200x200, you will get no better quality (probably worse, from on-the-fly reduction) than if the image was 200x200 to start with.

  5. #5
    Join Date
    Oct 2007
    Posts
    84
    Plugin Contributions
    0

    Default Re: Help with images when uploading products

    Thanks for your help. i am using photoshop but i wasnt saving for web; so i am doing that now. I did 200px x 200px with 72ppi but it is still pretty big. it is not 5k-10k. Will you check out my page and let me know if test6 is good? If not i dont know how to do the above ratios to get it down in size.

    http://studiofrenzy.com/ZenCart/inde...dex&cPath=1_29

    Thanks!!!
    Last edited by laurieudy; 10 Dec 2007 at 04:05 AM.

  6. #6
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Help with images when uploading products

    Ok, it looks like 18k is about as small as you can get those images and still have good quality. So be it. It is still way smaller than 90-150k.

    Do you have the image failure problem with a page full of those?

  7. #7
    Join Date
    Oct 2007
    Posts
    84
    Plugin Contributions
    0

    Default Re: Help with images when uploading products

    Thanks for your help. just one more question. Is there anyway to put spaces between the products in the product listing because the pictures all run togheter and i thought it would be nice to have a space between there.
    Thanks!

  8. #8
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Help with images when uploading products

    Add to your stylesheet
    Code:
    /*  space & border between listing items */
    .productListing-odd td, .productListing-even td {
    	text-align: left;
    	vertical-align: top;
    	padding:0.5em;
    	margin-bottom: 1em;
    	border-bottom: 3px double #aaccbb;
    	}
    Adjust as desired - eliminate what you don't want.

 

 

Similar Threads

  1. Images not uploading when making new product
    By sashafiero in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 25 Apr 2011, 03:20 PM
  2. Receiving Images not Writeable Message when uploading to site
    By thomaspark in forum General Questions
    Replies: 1
    Last Post: 30 Nov 2009, 01:13 AM
  3. Question? Products not active when uploading with easy populate?
    By pce.photography in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 8 Oct 2009, 01:30 AM
  4. Help!! With uploading images.
    By exclusivetires in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 21 Sep 2009, 07:42 PM
  5. Help! Uploading images for customized products?
    By texrah in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 20 Apr 2007, 09:08 PM

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