Page 11 of 39 FirstFirst ... 91011121321 ... LastLast
Results 101 to 110 of 385
  1. #101
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]

    Quote Originally Posted by helpme View Post
    yes, I have enabled, disabled, waited a while, enable again, still nothing.
    What code did you delete to take the white page away??
    Ok, I have it working now, but I would like to fix the white page.
    thanks so much!!!

  2. #102
    Join Date
    Aug 2006
    Location
    portlandish, oregon
    Posts
    799
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]

    Is it a solid white page, or a weird white box overlaying the product page?

    Let me compare my files and see what I did... remember though it disables image zoom on additional images. I didn't find it a huge problem as I can just have lightbox for the additional images...

  3. #103
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]

    Quote Originally Posted by khopek View Post
    Is it a solid white page, or a weird white box overlaying the product page?

    Let me compare my files and see what I did... remember though it disables image zoom on additional images. I didn't find it a huge problem as I can just have lightbox for the additional images...
    well I guess now that I have it working it isn't a problem, it would simply turn the entire webpage white with just the image. Thanks for your help!!!

  4. #104
    Join Date
    Aug 2006
    Location
    portlandish, oregon
    Posts
    799
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]

    Gotcha. Mine when it was working and you hovered over an additional image would create this huge white box overlaying the product page then have an image inside of it.

  5. #105
    Join Date
    Oct 2009
    Posts
    32
    Plugin Contributions
    0

    help question Re: Jquery Zoom [Support thread]

    hello, i get a problem with additional image hover
    i set small image size 30x30, medium image 200x200,
    when mouse over additional iamge, the image in main product position replaced by additional image with size 200x200, but its image quality keeps 30x30.

    here's a photo to explain the problem

    and i compare the html source between my site and other correct site (both sites use image handler), i found the following difference:

    MY SITE
    <a class="jqzoomAdditional jqlightbox" href="images/product_01.jpg">
    <img width="30" height="30" title="product" alt="product"
    src="http://www.site.com/bmz_cache/1/11ab1c11f8d9e112f54g2451abc0123a.image.30x30.jpg"/>
    </a>

    <noscript>
    <a href="http://www.site.com/index.php?

    main_page=popup_image_additional&amp;pID=20&amp;pic=0&amp;products_image_large_a dditional=images/product_01.jpg" target="_blank">
    <img src="http://www.site.com/bmz_cache/1/11ab1c11f8d9e112f54g2451abc0123a.image.30x30.jpg" alt="product" title=" product" width="30" height="30" /><br />
    <span class="imgLinkAdditional">larger image</span>
    </a>
    </noscript>
    OTHER CORRECT SITE
    <a class="jqzoomAdditional jqlightbox" href="images/product_01.jpg">
    <img width="30" height="30" title="product" alt="product"
    src="http://www.site.com/bmz_cache/1/11ab1c11f8d9e112f54g2451abc0123a.image.200x200.jpg"/>
    </a>

    <noscript>
    <a href="http://www.site.com/index.php?

    main_page=popup_image_additional&amp;pID=20&amp;pic=0&amp;products_image_large_a dditional=images/product_01.jpg" target="_blank">
    <img src="images/product_01.jpg" alt="product" title=" product" width="30" height="30" /><br />
    <span class="imgLinkAdditional">larger image</span>
    </a>
    </noscript>
    what do i fix the problem?
    Attached Images Attached Images  

  6. #106
    Join Date
    Nov 2005
    Posts
    86
    Plugin Contributions
    1

    Default Re: Jquery Zoom [Support thread]

    really like this mod.

    is it possible just to get the additonal image to swop back into the same place, mine seem to swop position depending on which thumb you mouseover, makes it a bit confusing.

  7. #107
    Join Date
    Oct 2008
    Posts
    19
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]

    Has anyone solved the problem of tiny additional images swapping into the main window and then being zoomed, resulting in them being blurry (like in the previous posts)? I too am having this problem and it's my only criticism of this brilliant module.

    Someone please help!

  8. #108
    Join Date
    Nov 2005
    Posts
    86
    Plugin Contributions
    1

    Default Re: Jquery Zoom [Support thread]

    I'm having same problem with image handler and this mod.

    Sorry of this is obvious, I'm just trying to help find a fix and I'm hopeless at Javascript

    On the additional images the code reads...
    <script language="javascript" type="text/javascript"><!--
    document.write('<a href="bmz_cache/0/02d35d9eb7757e5375f7d42b9f963d53.image.366x550.jpg" class="jqzoomAdditional">
    <img src="bmz_cache/d/dc1bd7d33000cc8a28934f3aa2fb7a6c.image.53x80.jpg" alt="Expedition Jacket" title=" Expedition Jacket " width="53" height="80" /><\/a>

    It seems the jqzoom is using the src part of the image code to get the path of the main image, which is the smaller ih image (bmz_cache/d/dc1bd7d33000cc8a28934f3aa2fb7a6c.image.53x80.jpg)

    Is there any way to get the code to look at another variable instead of the src, what I'm thinking is if you pass a variable to the jqzoom, maybe the correct image path inside an php variable and use that as the main image path, might that fix it?

    The other option I've looked at is seperating the image swop part and the actual zoom, is there any reason they have to be connected like this?

  9. #109
    Join Date
    Nov 2005
    Posts
    157
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]

    Quote Originally Posted by belabela View Post
    Has anyone solved the problem of tiny additional images swapping into the main window and then being zoomed, resulting in them being blurry (like in the previous posts)? I too am having this problem and it's my only criticism of this brilliant module.

    Someone please help!
    try my way, not perfect, the but ok.

    show a 200x200 as thumbnail (resize to ,eg. 30x30), as 30x30 is pretty small, a little blur is just fine.

  10. #110
    Join Date
    Nov 2009
    Posts
    3
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]

    This is killing me... This is exactly what I am looking for, but the download link is broken. Is there any where else to get the files?

 

 
Page 11 of 39 FirstFirst ... 91011121321 ... LastLast

Similar Threads

  1. v153 jQuery Scrolling Sideboxes [Support Thread]
    By lat9 in forum Addon Sideboxes
    Replies: 79
    Last Post: 15 Apr 2024, 10:20 PM
  2. v152 Down for Maintenance jQuery Countdown (Support Thread)
    By rbarbour in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 27 Nov 2015, 03:04 PM
  3. v152 jQuery Banners (Support Thread)
    By rbarbour in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 30 Sep 2015, 02:07 AM
  4. Jquery Lightbox [Support thread]
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 257
    Last Post: 2 Aug 2012, 10:57 PM
  5. Is there an add-on combine the functions of AJAX_image_swapper and Jquery Zoom?
    By mybiz9999 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 10 Jul 2010, 01:57 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