Page 1 of 2 12 LastLast
Results 1 to 10 of 20
  1. #1
    Join Date
    Dec 2010
    Posts
    362
    Plugin Contributions
    0

    Default Image Handler 2 - no zoom on new images

    I have inherited a ZC 1.3.9a site with Image Handler 2 installed.

    IH appears to be working fine for all the legacy products -- if I mouse over I get a zoom, if I click on one of the additional thumbnails, the larger version appears in the main image window.

    BUT, when I try to add new products, I don't seem to be getting any of the IH functions. I used IH to upload several additional images (I just uploaded the smallest size).

    Everything seems to work OK -- no error messages and I can see the thumbnails when I view the product. But there's no zoom and when I click on the thumbnail, the larger version opens in a new window -- not in the image section of the product page.

    What am I doing wrong?

    Thanks,

    John

  2. #2
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,263
    Plugin Contributions
    3

    Default Re: Image Handler 2 - no zoom on new images

    Are your new images JPG or GIF format?

    IH does not work with GIF format.

    IH needs only ONE image loaded into the main images folder, and that should be an image of "reasonable" dimensions - we use images of 600px deep X 800px wide for "landscape" and 750px deep and 550px wide for "portrait". we try to keep the file-size under 150kb.

    Rather than use IH to upload your images, simply FTP them to the images folder.
    20 years a Zencart User

  3. #3
    Join Date
    Dec 2010
    Posts
    362
    Plugin Contributions
    0

    Default Re: Image Handler 2 - no zoom on new images

    Hmmm, the images are .jpg and are fairly small. Does IH need to be enabled for certain categories of products? I noticed that the zoom function is working fine in some categories, but not in one specific category.

  4. #4
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,263
    Plugin Contributions
    3

    Default Re: Image Handler 2 - no zoom on new images

    IH creates cached files of the initial image, and thereafter does not use the original image file (unless it is updated or replaced with a file of the same name.)

    So... it is best to load a fairly large "original" image - as long as it's not too big in terms of file-size (kb).

    If IH is working in "most" categories, but not in others, it may be that the site's original owner "deliberately" disabled it for certain categories.
    20 years a Zencart User

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

    Default Re: Image Handler 2 - no zoom on new images

    Quote Originally Posted by schoolboy View Post

    IH does not work with GIF format.
    .
    Image handler works with jpg, gif and pngs.

    we need to know what version of Image handler 2, there are about 8 varients of it

    If the problem is with new images that are being added not showing the hover effect, but old existing ones are working

    then we need to

    a) have a link to the site to see a page where it is working, and a link to a page where it isn't working
    b) Depending on your version of image handler, it could be the way your images are named, Image hover in early version didn't work if the product neame contained apostrophes or special characters
    Webzings Design
    Semi retired from Web Design

  6. #6
    Join Date
    Dec 2010
    Posts
    362
    Plugin Contributions
    0

    Default Re: Image Handler 2 - no zoom on new images

    Thank you so much for your help.

    On the About page for IH, it says version 2.0

    Here's a page where it IS working:

    http://quinceandco.com/store/index.p...products_id=98


    And a page where it is NOT working:

    http://quinceandco.com/store/index.p...products_id=97

  7. #7
    Join Date
    Dec 2010
    Posts
    362
    Plugin Contributions
    0

    Default Re: Image Handler 2 - no zoom on new images

    And to schoolboy... any idea where IH would be disabled in certain categories? I don't see anything in the IH control panel that would allow for selective disabling of the effects, so I'm guessing it would be on one of the script files.

  8. #8
    Join Date
    Dec 2010
    Posts
    362
    Plugin Contributions
    0

    Default Re: Image Handler 2 - no zoom on new images

    Interesting -- the "about" page of IH says version 2.0, but when I looked at the actual image_handler.php in the admin directory, it says 1.5. Maybe I just need to upgrade?

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

    Default Re: Image Handler 2 - no zoom on new images

    Image handler is either on or off, you can't disable it for specific categories

    I can't get the mouse over hover to work on either page

    There are about 7 or 8 versions of image Handler 2, you appear to have a fairly old version (which doesn't work properly with Opera, safari, chrome or IE9),

    Your code just doesn't look right to me, there is lots missing that should make the hover work, like the mouseover event, its not there, so it won't work

    this is the code I see on your site for additional images

    <div class="additional-images">
    <a href="images/gretchen_02.jpg" rev="bmz_cache/4/4bfcebb28003d8a5eccedbac496907a7.image.231x347.jpg" rel="zoom-id:Zoomer;"><img src="bmz_cache/4/4bfcebb28003d8a5eccedbac496907a7.image.80x120.jpg" alt="gretchen" title=" gretchen " width="80" height="120" border="0" /></a></div>
    This is from a site where image handler is installed correctly

    <div class="additionalImages centeredContent" style="width:100%;">
    <script language="javascript" type="text/javascript"><!--
    document.write('<a href="images/girls undies LG_01.jpg" rel="lightbox-g" title="Girls briefs"><img src="bmz_cache/7/7b39548044d2848127ab79ce303c5b33.image.120x102.jpg" alt="Girls briefs" title=" Girls briefs " width="120" height="102" style="position:relative" onmouseover="showtrail(\'bmz_cache/7/7b39548044d2848127ab79ce303c5b33.image.250x214.jpg\',\'Girls briefs\',120,102,250,214,this,0,0,120,102);" onmouseout="hidetrail();" /><br />larger image</a>');
    //--></script>
    <noscript><a href="http://darncat.com/index.php?main_page=popup_image_additional&amp;pID=9&amp;pic=0&amp;products_imag e_large_additional=images/large/girls undies LG_01_LRG.jpg" target="_blank"><img src="bmz_cache/7/7b39548044d2848127ab79ce303c5b33.image.120x102.jpg" alt="Girls briefs" title=" Girls briefs " width="120" height="102" style="position:relative" onmouseover="showtrail('bmz_cache/7/7b39548044d2848127ab79ce303c5b33.image.250x214.jpg','Girls briefs',120,102,250,214,this,0,0,120,102);" onmouseout="hidetrail();" /><br /><span class="imgLinkAdditional">larger image</span></a></noscript></div>
    Is image hover turned on?

    Post your image settings, you can cut and paste from admin --> Config --> images


    Also Download Image handler 3, and read the readme about configuring, IH3s readme is much more exhaustive and explains things a lot better than the readme in IH2
    Webzings Design
    Semi retired from Web Design

  10. #10
    Join Date
    Dec 2010
    Posts
    362
    Plugin Contributions
    0

    Default Re: Image Handler 2 - no zoom on new images

    Strange -- the image hover works (for me on Firefox, anyway) in all categories except the "More" (which is a newly added category).

    As far as I can tell, hover is on, but I don't see that value explicitly listed (see below).

    As you note, it might be time to try an upgrade to version 3 and see if that fixes the problem.

    Here are the values from Configuration > images. If you see anything amiss, let me know. Otherwise, I think I'll try the upgrade.

    Thanks, as always, for the help!

    Small Image Width 100
    Small Image Height 80 Info
    Heading Image Width - Admin 57 Info
    Heading Image Height - Admin 40 Info
    Subcategory Image Width 100 Info
    Subcategory Image Height 57 Info
    Calculate Image Size true Info
    Image Required true Info
    Image - Shopping Cart Status 1 Info
    Image - Shopping Cart Width 50 Info
    Image - Shopping Cart Height 40 Info
    Category Icon Image Width - Product Info Pages 57 Info
    Category Icon Image Height - Product Info Pages 40 Info
    Top Subcategory Image Width 150 Info
    Top Subcategory Image Height 85 Info
    Product Info - Image Width 150 Info
    Product Info - Image Height 120 Info
    Product Info - Image Medium Suffix _MED Info
    Product Info - Image Large Suffix _LRG Info
    Product Info - Number of Additional Images per Row 3 Info
    Image - Product Listing Width 100 Info
    Image - Product Listing Height 80 Info
    Image - Product New Listing Width 100 Info
    Image - Product New Listing Height 80 Info
    Image - New Products Width 100 Info
    Image - New Products Height 80 Info
    Image - Featured Products Width 100 Info
    Image - Featured Products Height 80 Info
    Image - Product All Listing Width 100 Info
    Image - Product All Listing Height 80 Info
    Product Image - No Image Status 1 Info
    Product Image - No Image picture no_picture.gif Info
    Image - Use Proportional Images on Products and Categories 1 Info
    IH resize images yes Info
    IH small image filetype no_change Info
    IH small image background 255:255:255 Info
    IH watermark small images no Info
    IH zoom small images yes Info
    IH small image hotzone yes Info
    IH small image compression quality 85 Info
    IH medium image filetype no_change Info
    IH medium image background 255:255:255 Info
    IH watermark medium images no Info
    IH zoom medium images yes Info
    IH medium image hotzone yes Info
    IH medium image compression quality 85 Info
    IH large image filetype no_change Info
    IH large image background 255:255:255 Info
    IH watermark large images no Info
    IH large image compression quality 85 Info
    IH large image maximum width 750 Info
    IH large image maximum height 550 Info
    IH watermark gravity Center Info
    IH zoom gravity SouthEast

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Image Handler 2: no zoom function on medium image
    By SteveDuncan in forum All Other Contributions/Addons
    Replies: 8
    Last Post: 2 May 2011, 09:27 PM
  2. Image Handler No Hover (zoom) on Product Listing Images
    By kwright in forum All Other Contributions/Addons
    Replies: 8
    Last Post: 15 Feb 2009, 04:30 PM
  3. Zoom feature not working (Image Handler)
    By bluealice in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 13 Oct 2007, 12:41 PM
  4. Image Handler 2 - no zoom on mouseover
    By andy1234 in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 23 Dec 2006, 06:18 AM
  5. image handler zoom making my site shift.
    By khopek in forum General Questions
    Replies: 3
    Last Post: 21 Oct 2006, 07:03 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