Page 15 of 39 FirstFirst ... 5131415161725 ... LastLast
Results 141 to 150 of 385
  1. #141
    Join Date
    Nov 2010
    Posts
    38
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]

    where can i download the latest version of Jquery Zoom. who can help me, thanks!

  2. #142
    Join Date
    Aug 2010
    Posts
    27
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]


  3. #143
    Join Date
    Jul 2010
    Posts
    33
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]

    Nice plugins. Work real nice as standalones. I found the references on the forum here about Image Handler 2 and CJ_Loader being req'd prior to install. I'm working with a plain vanilla install of ZC and they still don't work together. Sorry to say, contrary to what you may think, it's not all my fault they don't work together. I don't have another week to waste on incomplete and misleading documentation.
    Linux (Shared Host) | Apache 2.2.19 | MySQL 5.1.56 | PHP 5.2.17 | Zen Cart 1.3.9h

  4. #144
    Join Date
    Jul 2009
    Posts
    124
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]

    @websmythe, doesn't have the Blingtheme have an easyslider in it?
    so that has got an jscript to.
    Probably that is why it is not working.
    i have the same problem, with a templte from Picazul, also an easyslider in it.

    nothing to do with this great module !

  5. #145
    Join Date
    Nov 2005
    Location
    Vancouver, Canada
    Posts
    151
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]

    Hi:

    I've posted this on the Rubik website as well, but maybe someone here can answer my question.

    I was attracted to this mods because the product images on my client's listing page would have benefited greatly from the zoom feature. is it possible to enable the Zoom effect on product listing page? i did try adding to the admin/configuration/jqZoom but it did nothing to help. I now realize it probably requires new inlcudes/modules/CUSTOM/product_listing.php and likewise in includes/Templates/CUSTOM/templates/..

    also, with just product_info, the main image shifts left, but it works GREAT! I tried adjusting in stylesheet.css, but not joy. If that is fixable, i'd really like having the image centered.

    the site is a copy of the original and is running ZC1.3.8a highly customized. The server is PHP v5.2.14

    I just downloaded and installed files and applied sql patch for
    Css Javascript Loader
    jqueryZoom v1.5

    The site also has the following mods:
    FAQ Manager v1.2 IT EN
    Admin Profiles 1.0.7
    Column Layout Grid 1.3.8
    Shopping totals in header v1.0
    How did You hear 1.3.8.a
    Ultimate SEO 2.106

    we also created a new section with a db component that showcases projects which uses JQuery.

    the dev site is http://femtechmedia.com/coironTest/

    Can jqZoom be activated on product listing pages? if so, can someone assist with this? i'm no programmer, but i can follow instructions.

    Any help is much appreciated.

  6. #146
    Join Date
    Dec 2010
    Posts
    37
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]

    I installed jquery zoom on my site, everything went in perfect, installed sql, and enabled in admin, however, I get no zoom effect whats so ever.. can anyone help?

  7. #147
    Join Date
    Mar 2011
    Posts
    76
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]

    this mod doesn't work on wamp server ?
    no zoom at all after i've installed it, when i click on the main product image or additional images, i open the images dirrectly
    any help?

  8. #148
    Join Date
    Oct 2009
    Posts
    32
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]

    i have jqzoom 1.5 installed on zen 1.39h, there is a problem if you install both jqzoom and image handler.

    the image zoom and the main product swap work fine,
    but the additional images swap doesn't work correctly

    when mouseover an additional image, it swaps to the additional image, the size displayed as medium image size, but the image quality size is still small image size (cause the source of image is small image), so the additional images are blurred

    is there anyone install both jqzoom and image handler? what do you make the additional images swap to the medium images instead of small images source like now?

  9. #149
    Join Date
    Oct 2009
    Posts
    32
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]

    Quote Originally Posted by quick1 View Post
    i have jqzoom 1.5 installed on zen 1.39h, there is a problem if you install both jqzoom and image handler.

    the image zoom and the main product swap work fine,
    but the additional images swap doesn't work correctly

    when mouseover an additional image, it swaps to the additional image, the size displayed as medium image size, but the image quality size is still small image size (cause the source of image is small image), so the additional images are blurred

    is there anyone install both jqzoom and image handler? what do you make the additional images swap to the medium images instead of small images source like now?
    the image size set as below:

    Small Image Width 150, Imall Image Height 150
    Product Info - Image Width 500, Product Info - Image Height 500
    My large image width 900, My large image height 900

    when i swap the additional image, i can see the html source like this:
    <a id="jqzoomMain" href="bmz_cache/2/286f534a1034e015071c87d93768d21e.image.900x900.jpg" height: 500px; width: 500px; ... ">
    <img width="500" height="500" src="bmz_cache/d/d36d5328228c0eebba2964b058109c40.image.150x150.jpg" title="">
    </a>

    the src should have been medium image source, the src image size should have been 500 x 500
    but now, the src is small image source, the src image size is 150 x 150, so they are blurred

  10. #150
    Join Date
    Oct 2009
    Posts
    32
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]

    Quote Originally Posted by quick1 View Post
    i have jqzoom 1.5 installed on zen 1.39h, there is a problem if you install both jqzoom and image handler.

    the image zoom and the main product swap work fine,
    but the additional images swap doesn't work correctly

    when mouseover an additional image, it swaps to the additional image, the size displayed as medium image size, but the image quality size is still small image size (cause the source of image is small image), so the additional images are blurred

    is there anyone install both jqzoom and image handler? what do you make the additional images swap to the medium images instead of small images source like now?
    i have 3 images (main product image and 2 additional images, view the attachment)

    when swap the small image thumbnail, you can see that the image in the main position is very blurred (view the attachment), because the image in the main position and the small image thumbnail are the images from the same src, just the same image resized. they are not nice

    is there any way to fix this problem? any help would be great
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	swap.jpg 
Views:	80 
Size:	46.8 KB 
ID:	9198   Click image for larger version. 

Name:	main_image.jpg 
Views:	65 
Size:	27.4 KB 
ID:	9199   Click image for larger version. 

Name:	addtional_image_1.jpg 
Views:	78 
Size:	28.6 KB 
ID:	9200  

    Click image for larger version. 

Name:	additional_image_2.jpg 
Views:	75 
Size:	18.3 KB 
ID:	9201  

 

 
Page 15 of 39 FirstFirst ... 5131415161725 ... 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