Page 225 of 710 FirstFirst ... 125175215223224225226227235275325 ... LastLast
Results 2,241 to 2,250 of 7099
  1. #2241
    Join Date
    Nov 2007
    Posts
    260
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by milobloom View Post
    Oh, ok. I have that installed.
    But the thing is that I like the hoover image better, Because it forces the image to be larger instead of a click.

    I have tried to get "Click To Enlarge" to appear under the image, But I cant figure out how to do that.

    http://www.allforyourwedding.com/~no...oducts_id=1883

    Click Options to see what I mean.
    Those option images are just to small.
    Hi milobloom jut wondering how did you achieve the tab pages in product info page?
    Did you use a separate mod for that puppose?

    marksu

  2. #2242
    Join Date
    Oct 2004
    Location
    Houston, TX
    Posts
    782
    Plugin Contributions
    4

    Default Re: Image Handler 2 Support

    Quote Originally Posted by davale View Post
    Would it be possible/useful to incorporate the manufacturers name and/or product name into the filenames IH generates within the bmz_cache directory? I'm asking because I was wondering if this could have an affect with regard to SEO.

    Maybe if IH could rewrite a path like
    bmz_cache/d/d8418ec3b6e231502512ada44ec5ed62.image.135x89.JPG
    to (for example)
    bmz_cache/d/d8418ec3b6e231502512ada44ec5ed62.microsoft.image.135x89.JPG
    or
    bmz_cache/d/d8418ec3b6e231502512ada44ec5ed62.microsoft.vista.image.135x89.JPG
    searchengines would pick up on this and perhaps reward us with a higher ranking.

    Not sure if this could work (or even backfire) but is there someone out there who has already tried this and is willing to share his or her experiences with us (and perhaps some coding on how to do this)?
    Pointless IMO.

    Quote Originally Posted by marksu View Post
    Hi milobloom jut wondering how did you achieve the tab pages in product info page?
    Did you use a separate mod for that puppose?

    marksu
    Try this one:
    http://www.zen-cart.com/index.php?ma...roducts_id=146

  3. #2243
    Join Date
    Nov 2007
    Posts
    260
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by testuser View Post
    Looks interesting, thanks testuser.

  4. #2244
    Join Date
    Feb 2007
    Location
    NNJ
    Posts
    212
    Plugin Contributions
    0

    help question Re: Image Handler 2 Support

    Hello testuser,

    There seems to have a frenzy of issues; I sympathize, but I have a question.

    I fired up a fresh 1.3.8a and installed the IH2 for 1.3.7, and for the most part it works.

    I'm dealing with images that I have to copy from another site. I have to believe that they've been optimized and are as good as they are going to get. Due to the items themsleves, the image sizes are a mixed bag. I've been copying them directly into images/products/*.png

    Then selecting them when I add the products to the catalog.

    The small images do zoom when I hover over them, but only if the small image size set admin>configuration>images is set to (width x height) (100x80). If I change one of these parameters the zooming stops.

    Any insight on why this would be the case?
    I can't seem to get it to display larger thumbs on the product list, since I can't change the small image size.
    Elliot

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

  5. #2245
    Join Date
    Jan 2007
    Location
    1.5 miles from Home
    Posts
    674
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by Zinfandel View Post
    The small images do zoom when I hover over them, but only if the small image size set admin>configuration>images is set to (width x height) (100x80). If I change one of these parameters the zooming stops.
    Have you tried using odd numbers --> 101x81, 125x105 ?
    This is what I had to do but I know of others that had to use even numbers.

    M

  6. #2246
    Join Date
    Oct 2004
    Location
    Houston, TX
    Posts
    782
    Plugin Contributions
    4

    Default Re: Image Handler 2 Support

    Quote Originally Posted by Zinfandel View Post
    Hello testuser,

    There seems to have a frenzy of issues; I sympathize, but I have a question.

    I fired up a fresh 1.3.8a and installed the IH2 for 1.3.7, and for the most part it works.

    I'm dealing with images that I have to copy from another site. I have to believe that they've been optimized and are as good as they are going to get. Due to the items themsleves, the image sizes are a mixed bag. I've been copying them directly into images/products/*.png

    Then selecting them when I add the products to the catalog.

    The small images do zoom when I hover over them, but only if the small image size set admin>configuration>images is set to (width x height) (100x80). If I change one of these parameters the zooming stops.

    Any insight on why this would be the case?
    I can't seem to get it to display larger thumbs on the product list, since I can't change the small image size.
    In order for the zoom to work, the dimensions of that image would need to match the small dimensions.

    http://www.zen-cart.com/forum/showpo...postcount=2036

  7. #2247
    Join Date
    Jan 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    I've got a few items in the cart that are named similarly, and since installing image handler, it's putting the recommended matching items below the initial product image. Problem is, it's using a huge image below it.

    See here
    http://www.zyliedesigns.com/index.ph...roducts_id=190

    How can I adjust this to either make it use the thumbnail image, or remove it entirely?

  8. #2248
    Join Date
    Oct 2004
    Location
    Houston, TX
    Posts
    782
    Plugin Contributions
    4

    Default Re: Image Handler 2 Support

    Quote Originally Posted by shelshell View Post
    I've got a few items in the cart that are named similarly, and since installing image handler, it's putting the recommended matching items below the initial product image. Problem is, it's using a huge image below it.

    See here
    http://www.zyliedesigns.com/index.ph...roducts_id=190

    How can I adjust this to either make it use the thumbnail image, or remove it entirely?
    It's not IH it's Zen.

    Zen looks for additional images that match the suffix of your product image, which in your case they're probably the same for each product.

    So if you have two product images, each for different products:

    product_wood.gif
    product_hammer.gif
    Zen will actually think the above is an additional image and the other the product image.

    To fix it, rename you images like:

    productwood.gif
    producthammer.gif
    Then respectively your additional images would look like so:

    productwood_01.gif
    producthammer_01.gif

  9. #2249
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Image Handler 2 Support

    Quote Originally Posted by testuser View Post
    Zen looks for additional images that match the suffix of your product image, which in your case they're probably the same for each product.
    This is in the right direction, but not quite right.

    Zen Cart actually looks for image files that extend the basename of a product's main image file and treats them as additional images. The basename is the bit with the filetype extension removed. e.g. the basename for teeshirt.jpg is teeshirt. Thus teeshirt1.jpg, teeshirt_1.jpg and teeshirt_front.jpg would all be treated as additional images. In fact teeshirt<virtually-anything-at-all>.jpg would be an additional image for this product.

    However, product_wood.gif and product_hammer.gif would not be linked, unless there was a product with image product.gif, in which case they would both be treated as additional images for that product.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  10. #2250
    Join Date
    Aug 2006
    Location
    portlandish, oregon
    Posts
    799
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Any chance there is a way to get IM2 to set the width of additional images? Never came across this problem until now, and don't want to resize images for every single product.

 

 

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