Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20
  1. #11
    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 jgold723 View Post
    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.
    Aha, its not Imagehandler thats the problem, you are using another add-on,

    Image handler doesn't work that way.

    Image handler is on your page, but the fuctionality you are talking about is controlled by another add-on

    I am afraid i can't figure out which one it is
    Webzings Design
    Semi retired from Web Design

  2. #12
    Join Date
    Dec 2010
    Posts
    362
    Plugin Contributions
    0

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

    Huh?

    Image handler doesn't do the zoom?

    The behavior I described is in the category that isn't working. The other categories on the site work as they should (zoom, etc.)

    And even in the category that isn't working, I uploaded the images via image handler.

  3. #13
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

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

    Image handler has a "hover-zoom" effect, only at product listing levels (when there is an array of products with smaller thumbnails on display).

    If you are getting to the product INFORMATION page, and the main-image click-zoom is not functioning, then you have a problem probably not related to IH2.

    Do you have a "lightbox" module installed - as this would probably overwrite (replace) the core zencart zoom feature?
    20 years a Zencart User

  4. #14
    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 jgold723 View Post
    Huh?

    Image handler doesn't do the zoom?

    The behavior I described is in the category that isn't working. The other categories on the site work as they should (zoom, etc.)

    And even in the category that isn't working, I uploaded the images via image handler.
    On a page like you mentioned above, if only Image handler is installed what will happen is the following

    1) if you hover over an additional image, a larger image hover appears over top of that image, NOT over the main page image
    2) if you click on the additional image, it will open in a popup window, It won't replace the main page image like yours is doing, you appear to have an image swapper of some sort

    This is how image handler should work

    http://grumpykiwi.com/haeana/index.p...ducts_id=15239

    move your mouse over one of the additional images, and you will see a hover image appear

    Click on the additional image, and it should open the large version in a pop-up window.

    .
    Yes you have image handler installed, and yes you are using it to upload additional images, it is very good at that, but there is another add-on that controls the image swapping that you see on your page. you need to find out what that is and ask in the thread for that, as sometimes there can be issues
    Webzings Design
    Semi retired from Web Design

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

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

    This is why its not working

    If you have a look at the source of those 2 pages you linked to you will see on the working one (in the head section)


    <link href="includes/templates/quince/css/magiczoom.css" rel="stylesheet" type="text/css" media="screen"/>
    <script src="includes/templates/quince/jscript/magiczoom.js" type="text/javascript"></script>

    Those files are missing on the page that doesn't work.

    You could try renaming those files to

    jscript_magiczoom.js

    and

    css_magiczoom.css

    and see if that fixes the problem (it should as it will match zen naming conventions)
    Webzings Design
    Semi retired from Web Design

  6. #16
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

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

    Hi Nigel

    We use Magiczoom on several sites, and there's no requirement to rename the files. They just need to be put into the correct places.

    If you look at the SOURCE CODE of THIS PAGE, you will see how the module composes necessary references in the <head> section of the page.

    Additionally, there are some detailed installation requirements for the Magiczoom mod. While the mod does have an "auto install" capability (which works very well), we prefer to install it manually. we find the manual install better - especially if we have other image mods running.

    We find MagicZoom to work faultlessly alongside IH.

    The above is relevant for MagicZoom (zencart version).

    If you want to use MagicSlideshow, then the naming of the JS and CSS files is in accordance with your advice above, and as the slideshow is usually designated for a certain page (or pages), the JS has to be loaded into the relevant includes/modules/pages/XXXXX/ folder.

    jgold723 ... If your MagicZoom is not functioning, it's probably because it has not been installed correctly. Go through the MANUAL INSTALL README, and check if your current setup meets the requirements.
    20 years a Zencart User

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

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

    Schoolboy and Nigel -- thank you very much for the feedback and enlightenment on Imagehandler. I'll dig further into this to figure out what's happening. I very much (can't say how much) appreciate the help!

    John

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

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

    FOUND IT!!!!!!!!!!!!!!!!!!

    First, a huge thank you to Nigel and Schoolboy for hanging in there with me. I owe you two much -- if you're ever in my neck of the woods (Maine, USA) look me up -- I owe you a couple rounds of drinks.

    The zoom/photo swap function was being done by Magiczoom (not IH). The problem was that the original designer had set the html_head.php file to call that particular script only for specific categories:

    Code:
    <?if (($cat_id == 7)||($cat_id == 2)||($cat_id == 1)||($cat_id == 16)){?>
    <link href="includes/templates/quince/css/magiczoom.css" rel="stylesheet" type="text/css" media="screen"/>
    <script src="includes/templates/quince/jscript/magiczoom.js" type="text/javascript"></script>
    <?}?>
    I added the newest category and now it works fine.

    Again, many, many thanks for your help. ZC has been a true learning experience with the help of people like you.

  9. #19
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

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

    Quote Originally Posted by schoolboy View Post
    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.
    So I was partially right - though at the point I made that comment we didn't know magiczoom was involved.

    If you want the magiczoom GLOBAL (no restrictions on categories) then just remove the php code around the magiczoom code:

    <link href="includes/templates/quince/css/magiczoom.css" rel="stylesheet" type="text/css" media="screen"/>
    <script src="includes/templates/quince/jscript/magiczoom.js" type="text/javascript"></script>
    20 years a Zencart User

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

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

    Hi Schoolboy -- indeed, you were! Thanks again.

 

 
Page 2 of 2 FirstFirst 12

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

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