Page 120 of 710 FirstFirst ... 2070110118119120121122130170220620 ... LastLast
Results 1,191 to 1,200 of 7099
  1. #1191
    Join Date
    May 2007
    Posts
    43
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Hello -

    I installed IH2 but seem to be experiencing a few problems.

    When I pull in my pics I was under the impression I did not have to upload a small, medium and large version. I uploaded a jpeg file for each of my products and was happy to see displayed the 3 sizes and different byte sizes (slave to speed). The small and medium images seem to work ok but when I click to see a larger view - I get a smashed small version.

    ideas? - hopefully it is something simple.

    thanks

    skratch

    http://ezskratch.com/zencart/index.php?main_page=

    cart in progress so be kind

  2. #1192
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Image Handler 2 Support

    Quote Originally Posted by ezskratch View Post
    Hello -

    I installed IH2 but seem to be experiencing a few problems.

    When I pull in my pics I was under the impression I did not have to upload a small, medium and large version. I uploaded a jpeg file for each of my products and was happy to see displayed the 3 sizes and different byte sizes (slave to speed). The small and medium images seem to work ok but when I click to see a larger view - I get a smashed small version.

    ideas? - hopefully it is something simple.

    thanks

    skratch

    http://ezskratch.com/zencart/index.php?main_page=

    cart in progress so be kind
    Go to Admin>Configuration>Images and set IH large image maximum width to the size you want your larger pop-up image to be. Looks like right now, it's set to 100x80
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  3. #1193
    Join Date
    May 2007
    Posts
    43
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    I made those changes to IH with negative results...

    Think this might be it? I am not using ImageMagick -

    IH resize images
    Select either 'no' which is old Zen-Cart behaviour or 'yes' to activate automatic resizing and caching of images. If you want to use ImageMagick you have to specify the location of the convert binary in includes/extra_configures/bmz_image_handler_conf.php.

    yes
    no

  4. #1194
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Image Handler 2 Support

    ez, it could be. You also, DID upload a big image (not with a _LRG suffix) as the Default image file, didn't you?
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  5. #1195
    Join Date
    Feb 2007
    Location
    NNJ
    Posts
    212
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Hello Get Em Fast.

    After resetting the IH large image maximum width , shouldn't ezskratch then clear the cache of all the images. I suspect the admin settings are only used if and when the required image is not in the cache.

    whaddaya think? I could be wrong.
    Elliot

    The loves of my life are a good white zinfandel and my dog Homer.

  6. #1196
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Image Handler 2 Support

    Quote Originally Posted by Zinfandel View Post
    Hello Get Em Fast.

    After resetting the IH large image maximum width , shouldn't ezskratch then clear the cache of all the images. I suspect the admin settings are only used if and when the required image is not in the cache.

    whaddaya think? I could be wrong.
    I think you might be right, Z. Sounds like a good thing to do, just to be on the safe side.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  7. #1197
    Join Date
    Jan 2007
    Location
    Rotterdam NL
    Posts
    76
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    I am trying for days now to get a waternark on the large product images and what I try I do not get it.
    I tried to upload teh files agian.
    Tried disabling and enablin again.
    For the medium size the watermark is OK.\

    IS tehre anyone that can give me a clue?

    Bert
    Mr Bert
    Two of the shops I worked on:
    http://stockphoto.mrbertdesign.nl/
    http://www.luxim.nl

  8. #1198
    Join Date
    Dec 2006
    Posts
    189
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    I'm having the same issue as Sleepless. After I upload my Large image, IH2 then resizes my small images to different heights even though I set the width and height in Admin.
    I would like for all my small images to be the same height. How can I achieve this? Thanks.

  9. #1199
    Join Date
    Feb 2007
    Location
    NNJ
    Posts
    212
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by Robbyn7 View Post
    I'm having the same issue as Sleepless. After I upload my Large image, IH2 then resizes my small images to different heights even though I set the width and height in Admin.
    I would like for all my small images to be the same height. How can I achieve this? Thanks.
    I'm going to direct you to the IH2 author's documentation at:

    http://www.breakmyzencart.com/ih-doc

    There you'll find the following:
    There are different approaches to setting the dimension of images.
    You can do it the normal way and simply specify width and height dimensions in pixels. Set width to 100 and height to 80 for example. If your image is 200×200 it will be resized to 80×80 because this is the biggest size that fits into 100×80.
    You can just set width (or height) to e.g. 100 and leave the other dimension blank (or set to 0). Now you specified a width (or height) that the image in question will be resized to. The height (or width) will be calculated according to the correct aspect ratio.
    You can for example set it like the first example but append “!” to one value (for example 80! for small image height). The generated resized images are centered on a canvas that matches exactly the given size for the corresponding image. If you specified 100×80! your 200×200 image from the first example will be resized to 80×80 and placed centered on a 100×80 canvas filled with the specified background color. Think of it as kind of forcing image dimensions without messing up the aspect ratio.
    In your case set only the height, and the width will be the variable. Bear in mind that the aspect ratio is going to match the original image, if they are all of different sizes, well....
    clear the cache after you make these setting changes.

    This should address your question.
    Elliot

    The loves of my life are a good white zinfandel and my dog Homer.

  10. #1200
    Join Date
    May 2007
    Posts
    4
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Yes i'm having the exact same problem. IH2 admin works fine but it doesn't actually create the images in the medim and large image folders hence dead links on website for medium and large images. IH2 is not compressing the thumbnail either. I'm using zen 1.3.7 with GD libraries and image magik enabled. Is this an issue with 1.3.7?

    please help as IH2 looks like a great thing when it's working.

 

 

Similar Threads

  1. v150 Image Handler 4 (for v1.5.x) Support Thread
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1687
    Last Post: 17 Nov 2024, 07:26 PM
  2. v139h Image Handler 3 Support Thread (for ZC v1.3.9)
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1095
    Last Post: 2 Oct 2017, 12:42 PM
  3. Image Handler Support Please
    By nadinesky in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 30 Sep 2013, 03:47 PM
  4. Image handler only covers part of screen
    By shaneburton in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 14 May 2009, 07:15 PM
  5. Is Image Handler the only way to go?
    By wwwursa in forum Installing on a Windows Server
    Replies: 2
    Last Post: 23 Dec 2007, 09:22 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