Page 1 of 2 12 LastLast
Results 1 to 10 of 385

Hybrid View

  1. #1
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]

    Quote Originally Posted by bigstore View Post
    Can anyone confirm this thing works. I installed this and it doesn't work. And I have yet to find a working example. I have Image Handler and Lightbox installed also. It actually broke Lightbox
    I designed a site using jqzoom , no image handler or light box .. and is working , zc version 139h. some modification needed to jqzoom file as i mentioned in previous post

  2. #2
    Join Date
    Jul 2010
    Posts
    14
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]

    Quote Originally Posted by tony_sar View Post
    I designed a site using jqzoom , no image handler or light box .. and is working , zc version 139h. some modification needed to jqzoom file as i mentioned in previous post
    Hi there

    I have installed on zen cart 139h, no additional image plug in, will all business template.

    It has overridden the zen cart image basic function like view large image, all the default related image and click for large image button has gone. The worse thing is, the zoom image doesn't appear.

    I realized the jqzoom version 1.7 no longer come with short tag as mentioned. But it still doesn't work. I have checked the installation many times and no clue what has it gone wrong. able

    This is what i have in the jqzoom.php:

    var options = {
    zoomType: "<?= JQZOOM_ZOOMTYPE; ?>",
    zoomWidth: <?= JQZOOM_ZOOMWIDTH; ?>,
    zoomHeight: <?= JQZOOM_ZOOMHEIGHT; ?>,
    xOffset: <?= JQZOOM_XOFFSET; ?>,
    yOffset: <?= JQZOOM_YOFFSET; ?>,
    position: "<?= JQZOOM_POSITION; ?>",
    lens: <?= JQZOOM_LENS; ?>,
    imageOpacity: <?= JQZOOM_IMAGEOPACITY; ?>,
    title: <?= JQZOOM_TITLE; ?>,
    showEffect: "<?= JQZOOM_SHOWEFFECT; ?>",
    hideEffect: "<?= JQZOOM_HIDEEFFECT; ?>",
    fadeinSpeed: "<?= JQZOOM_FADEINSPEED; ?>",
    fadeoutSpeed: "<?= JQZOOM_FADEOUTSPEED; ?>",
    showPreload: <?= JQZOOM_SHOWPRELOAD; ?>,
    preloadText: "<?= JQZOOM_PRELOADTEXT; ?>",
    preloadPosition: "<?= JQZOOM_PRELOADPOSITION; ?>"
    };






    CJ loader installed as well.

    I got my copy of Jqzoom here:
    http://eazyecommerce.com/platforms/z...es/jquery-zoom

    I hope somebody can help me.

    Thanks

  3. #3
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Jquery Zoom [Support thread]

    If some javascript guru would help me out, I would really appreciate it. Take a look HERE. See the Main Image? It Zooms nicely with the JQZoom. It ALSO shows AND swaps the images via DrByte's "Swap Images via MouseOver or Click".

    Now, the problem(s) is:

    Once the Additional Image is 'swapped' with the Main Image, if you hover over the Main Image (which now shows one of the Additional Images), the Zoom feature shows the wrong image..........see?.............it's the ORIGINAL Main Image that displays in the Zoom window.

    Maybe somebody could look at the site and give me any pointers?

    Another thing is, is that while most of this is working correctly, this site also has IH4 installed on it. When in Admin>Images, you select to zoom small images, it TOTALLY KILLS all display of the Additional Images.


    ANY ideas will be tried, reported back on, and once completed, I'll zip everything up as a new Zoom/Swap module.

    Thanks,
    Robert
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  4. #4
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Jquery Zoom [Support thread]

    Hmmm..........anybody???
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  5. #5
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: Jquery Zoom [Support thread]

    I do not want to get in too deep here because they are not mods I use. But ...

    The more recent versions of jqzoom ( the actual module rather than the zen cart module ) handle image swapping just fine. I have used it on a few sites with no problems. Somewhere there is a thread where I posted the code that I used but I have neither the time or the inclination to turn it into a formal 'module'. It is probably easier to use that feature to swap images than to hack two modules together.

    But if you want to go the route of hacking two together then you need to understand that the zoom action is bound to the hover event when the document loads. If you swap the images then you need to re-bind the event. If that is all greek then ....

    The only issue with IH is that the images need to exist before the zoom is triggered. They can't be created 'on the fly' at that stage. The solution is to pre-load the images at the bottom of the page which is not a bad idea anyway.

  6. #6
    Join Date
    Jul 2010
    Posts
    14
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]


    Now, the problem(s) is:

    Once the Additional Image is 'swapped' with the Main Image, if you hover over the Main Image (which now shows one of the Additional Images), the Zoom feature shows the wrong image..........see?.............it's the ORIGINAL Main Image that displays in the Zoom window.

    Thanks,
    Robert
    You may have already solved the issue because it look fine for me when i browse it. Right zoom image was displayed in zoom once the additional image swap to become main image.

    Are you using zen cart 1.5? Might to share with us the working code? I just updated to 1.5 and installed IH4. Really look forward to put in the zoom effects.

  7. #7
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: Jquery Zoom [Support thread]

    Attached is the code that I used to add jqzoom in with image swapping on the additional images. It is not sorted into the correct structure but there is one template, one module and two js files so you should be able to work it out.

    It has code edits in it for IH.

    As I say you may need to pre-load the large images if you are using scaled large images.

    All the settings for jqzoom are in jscript_jqzoom_init.js
    Attached Files Attached Files

  8. #8
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Jquery Zoom [Support thread]

    Thanks to all who replied. But the site owner decided to go with commercial software.

    So, the original issue is still unresolved, but no longer needed for this particular site.

    But, I know this is something that a LOT of people like/want on their sites, so maybe with the help of Nicks attachment, we can come up with a new addon.

    @niccol: Thanks for that. I'll look into it. Maybe someday I will have time to mess with it and make that new module. :)

    Thanks,
    Robert
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  9. #9
    Join Date
    Jul 2010
    Posts
    14
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]

    Quote Originally Posted by niccol View Post
    Attached is the code that I used to add jqzoom in with image swapping on the additional images. It is not sorted into the correct structure but there is one template, one module and two js files so you should be able to work it out.

    It has code edits in it for IH.

    As I say you may need to pre-load the large images if you are using scaled large images.

    All the settings for jqzoom are in jscript_jqzoom_init.js

    Hi Niccol, thanks for sharing. I have tried on it, unfortunately it crashed with the java script that work for the main page image slider. Anyway to merge or get these script to work together? The Jscript for the slide is as attached.
    Attached Files Attached Files

  10. #10
    Join Date
    Jul 2010
    Posts
    14
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]

    Please forget about the above post. I have sort it out. I have uploard your 2 j script to includes/js folder instead of includes/templates/Mytemplate(Which is AllBusiness I am using)/jscript/

    Then i load your 2 java scripts via a php file in includes/templates/Mytemplate(Which is AllBusiness I am using)/jscript/, that come with the main page slide, i.e. jscript_scroller.php.

    No more crash in jscript and i can see all jscript should be loaded via my html source:

    PHP Code:
    <link rel="stylesheet" type="text/css" href="includes/templates/all_business/css/style_imagehover.css" />
    <
    link rel="stylesheet" type="text/css" href="includes/templates/all_business/css/style_jscroller.css" />
    <
    link rel="stylesheet" type="text/css" href="includes/templates/all_business/css/stylesheet.css" />
    <
    link rel="stylesheet" type="text/css" href="includes/templates/all_business/css/stylesheet_betterCategoriesEzInfo.css" />
    <
    link rel="stylesheet" type="text/css" href="includes/templates/all_business/css/stylesheet_css_buttons.css" />
    <
    link rel="stylesheet" type="text/css" href="includes/templates/all_business/css/stylesheet_dotline.css" />
    <
    link rel="stylesheet" type="text/css" href="includes/templates/all_business/css/stylesheet_footer_menu.css" />
    <
    link rel="stylesheet" type="text/css" media="print" href="includes/templates/all_business/css/print_stylesheet.css" />
    <
    script type="text/javascript" src="includes/templates/all_business/jscript/jscript_imagehover.js"></script>
    <script type="text/javascript" src="includes/templates/all_business/jscript/jscript_jquery.js"></script>
    <script type="text/javascript" src="includes/modules/pages/product_info/jscript_textarea_counter.js"></script>
      <script type="text/javascript" src="includes/js/jscroller2-1.5.js"></script>
     <script type="text/javascript" src="includes/js/jscript_jqzoom_init.js"></script>
     <script type="text/javascript" src="includes/js/jscript_jquery.jqzoom-core.js"></script>
    <script language="javascript" type="text/javascript"> 

    The only problem is, the image zoom and swap doesn't work on my product info page.

    I have replaced the additional images.php in "includes/modules/"

    and uploaded the " tpl_modules_main_product_image.php" to "includes/templates/all_business/templates/"

    Cracking my head to sort this out.

 

 
Page 1 of 2 12 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

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