Page 17 of 31 FirstFirst ... 7151617181927 ... LastLast
Results 161 to 170 of 304
  1. #161
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,241
    Plugin Contributions
    20

    Default Re: HOW-TO: Image Preparation

    It's usually best with an image problem to post a url where we can see (or not see ) what the problem is.
    Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
    20 years with Zencart !

  2. #162
    Join Date
    Apr 2007
    Posts
    139
    Plugin Contributions
    0

    Default Re: HOW-TO: Image Preparation

    Ryk,

    The problem is the image is not loading from custom directory. It only likes to take image from main directory and /image/large and /image/medium. Its does like to read or write into the custom directory. And again i checked all my attribute the are fine.

    Bit weird. My small image is the same size as the medium image. Then large is about 25K file size. ....

  3. #163
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,241
    Plugin Contributions
    20

    Default Re: HOW-TO: Image Preparation

    The reason I (and others) ask for a url is that there's a range of tools we use to view the page from the simple View Source to Firefox and its various extensions.

    It could be something as simple as uppercase/lowercase mismatch of directory/file names.
    Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
    20 years with Zencart !

  4. #164
    Join Date
    Apr 2007
    Posts
    139
    Plugin Contributions
    0

    Default Re: HOW-TO: Image Preparation

    I know now. I changed the /medium and /large folder to attribute 777. But not the custom folders. Silly me...

    Now only 2 folders for my images and they are stored like this:-

    images/medium/[some directory]
    images/large/[some directory]

    I don't have any folder for small images.

  5. #165
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,241
    Plugin Contributions
    20

    Default Re: HOW-TO: Image Preparation

    Well you should do - images/[somedirectory]
    Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
    20 years with Zencart !

  6. #166
    Join Date
    Apr 2007
    Posts
    139
    Plugin Contributions
    0

    Default Re: HOW-TO: Image Preparation

    Yes Yes Ryk,

    Added /images/[somedirectory]. I thought i dont need it. After a few minutes i realise the files are uploaded into /images/[somedirectory] as well.

    Thank you

  7. #167
    Join Date
    Mar 2007
    Location
    Chandler, Az
    Posts
    54
    Plugin Contributions
    0

    Default Re: HOW-TO: Image Preparation

    ok so i have shirts that come up just fine with the images i have uploaded but now i have created a new catagory and new product for download and its only reading the small image from the main directory... what am i missing?
    http://www.ransomapparel.com/store
    look at "designs".

  8. #168
    Join Date
    Jan 2004
    Location
    Arkansas
    Posts
    111
    Plugin Contributions
    0

    Default Re: HOW-TO: Image Preparation

    I'm using the images/, images/medium and images/large folders and uploading the 3 sized images into them.

    Now I've run into the problem where I have too many files to view them all with FTP and when I need to remove an image I end up having to do it one by one with File Manager from the host side. I realize the folder view at at 1998 is to keep time and load down on the server (and have found out that my host actually suggests/mandates no more than 2500 files/images per directory.

    If I create subdirectories like images/test1, images/medium/test1 and images/large/test1 and move the images into the subfolders will Zen pick up the images from the subfolders or will I need to change everything from the product page also?

    Hopefully this won't be as hard as I think it's going to be, I'm trying to get those down to where I can do maintenance from FTP rather than File Manager.

    Any guidance or suggestions appreciated much!
    Ted
    Never say never, it's only a matter of time, energy and asking the right person the right question!

  9. #169
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,241
    Plugin Contributions
    20

    Default Re: HOW-TO: Image Preparation

    Quote Originally Posted by ted View Post

    If I create subdirectories like images/test1, images/medium/test1 and images/large/test1 and move the images into the subfolders will Zen pick up the images from the subfolders
    No - not without....

    change everything from the product page also?
    Either that, or do it directly to the database using phpMyAdmin and some sql commands (sorry, although I would mess around myself, I'm not confident enough on this to post actual code)

    Hopefully this won't be as hard as I think it's going to be
    You don't need to re-arrange what you've already got, but just start your sub-directory approach immediately...whenever you add new products, ensure that you select the appropriate sub-directory for the image on the data entry page.
    Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
    20 years with Zencart !

  10. #170
    Join Date
    Jun 2007
    Location
    Sunny Cornwall, U.K.
    Posts
    12
    Plugin Contributions
    0

    Default Re: HOW-TO: Image Preparation

    Hi all, first post, so be gentle. Extremely useful start to the thread on image preparation.

    I am preparing the product images for my new site. I'm using all square images for simplicity, so small are 120px, medium 180px and large 360px.

    Forgive me if the question has already been answered in this thread or elsewhere, but I need to get my head around where each size version of the image is used on the site. I understand _MED is used in the product display, and _LRG is used in the 'larger image' pop-up. In configuration>images we have at the top

    Small Image Width
    Small Image Height

    So should this be set to 120px a 120px, the size of my prepared image, or does it not matter?

    and at the bottom a whole list of images

    Image - Product listing width
    Image - Product listing height
    etc.
    etc.

    Are all these various images produced from the Small Image version?

    If i set these sizes to say 80px x 80px, will they be resized from the 120px x 120px small image or the 360px x 360px large image? My pages will be very image intensive, so I don't want small images drawn from big ones with unnecessary large file sizes and slowing down of page loading.

 

 
Page 17 of 31 FirstFirst ... 7151617181927 ... LastLast

Similar Threads

  1. v151 Zen image preparation 3 (small, medium, large) images folder?
    By gsmsalers in forum General Questions
    Replies: 4
    Last Post: 4 Oct 2013, 05:01 PM
  2. v150 How do I swap main product image with an attribute image?
    By bazza_87 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 May 2012, 08:30 AM
  3. how to modify the image SRC for image-handler images?
    By jason1116 in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 2 Sep 2009, 01:00 PM
  4. Preparation advice for upgrade v1.3.7.1 to 1.3.8a
    By Computer Candy in forum Upgrading from 1.3.x to 1.3.9
    Replies: 2
    Last Post: 19 Feb 2008, 11:07 PM
  5. Replies: 2
    Last Post: 21 Dec 2007, 09:59 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