Page 20 of 39 FirstFirst ... 10181920212230 ... LastLast
Results 191 to 200 of 385
  1. #191
    Join Date
    Aug 2009
    Location
    Bedford, England
    Posts
    966
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]

    Quote Originally Posted by niccol View Post
    No you should nt need image swapper.

    yes it uses the default image to zoom. basically designed for set ups that do not use smallmediumlarge but might use image handler.

    yes i will be more use to you in 24hrs!

    No worries Nick ill do some more testing in the mean time cheers :-)
    Phil Rogers
    A problem shared is a problem solved.

  2. #192
    Join Date
    Aug 2009
    Location
    Bedford, England
    Posts
    966
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]

    Quote Originally Posted by niccol View Post
    Ok. that makes some sense. i think the problem is the small medium large set up you use. as it stands it will zoom to the default image which in your case is small. that is an idiosyncrcy of zen.
    i will have a look at writing a version for your set up when i get back to my desk in a few days.
    looks like i may have to turn this into a proper module and not just a few code snippets on the forum! You may have just volunteered to beta test it.
    UPDATE: I have the zoom working a proven if I only use the small images and make sure the product info size is set smaller than the actual image size. So I am happy this part works GREAT!

    now I just need to get it to use my large images instead of the small as we said a few posts ago.

    However, I can confirm that the additional images are defiantly now swapping, they are just doing as they normally do :O( any suggestions? When I click them instead of it showing where the main product image shows they are just opening the new window.

    Thanks
    Phil Rogers
    A problem shared is a problem solved.

  3. #193
    Join Date
    Aug 2009
    Location
    Bedford, England
    Posts
    966
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]

    Ok so I have it working for diferent size images, however I think we need to make this more dynamic and it needs to check if the file exists as if it doesn't you get an error dialogue box appear. here is what I have done to use the medium directory, however I will change it for Large as soon as I have my large images uploaded.

    in tpl_modules_main_product_image.php
    added

    PHP Code:
    $large_image_product str_replace(".jpg""_MED.jpg"$products_image); 
    and then changed below to this:

    <a href="<?php echo DIR_WS_IMAGES . '/medium/' . $large_image_product;?> " class="bonzer_zoom" title="<?php echo $products_name;?> " rel="product_info">

    as I say this is a dirty work around.

    Still not seen why the image swap isnt working.. very confused. wonder if I have the correct additional images file? is it just the additional images file that needs to change for it?

    Files I have are:
    /includes/modules/additional_images.php
    /includes/modules/pages/product_info/jscript_jquery.jqzoom-core.js
    /includes/modules/pages/product_info/jscript_jqzoom_init.js
    /includes/templates/MY_TEMPLATE/css/stylesheet_jquery.jqzoom.css
    /includes/templates/MY_TEMPLATE/templates/tpl_modules_main_product_image.php

    Is this all I should have to make the image swap happen? is there no JS for it?

    actually, I just check the additional_images.php file.. its identical to my core zen file? did you accidentally include the wrong one in your upload?
    Phil Rogers
    A problem shared is a problem solved.

  4. #194
    Join Date
    Aug 2009
    Location
    Bedford, England
    Posts
    966
    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
    ah ha! this was the one I needed!!! now works though it looks like its stretching my small image when displaying in the main image area as the quality is really poor..

    also zoom defaults back to the small but I guess its just a case of getting the <a> tags updates as with the main image?

    I noticed some image handler notes in this file too? is that right as I dont have image handler..? yey! getting there slowly!
    Phil Rogers
    A problem shared is a problem solved.

  5. #195
    Join Date
    Aug 2009
    Location
    Bedford, England
    Posts
    966
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]

    just tested something, disables Javascript and doesnt react very well. displays two of every image and one is the standard pop up image and the other is a link to the image at the image directory. Need some way of not showing that second image if java is disabled?
    Phil Rogers
    A problem shared is a problem solved.

  6. #196
    Join Date
    Aug 2009
    Location
    Bedford, England
    Posts
    966
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]

    Excuse the multitude of posts. Thinking as I go. Am wondering if using a large image for the zoom is beneficial? Question is does it load the large image on page load or only when you hover? If its on page load if I use a larger image ill be loading a medium image and a large for each image won't I?

    If so ill just make my medium images lager than what I have the product info image size set too.

    That make sense??
    Phil Rogers
    A problem shared is a problem solved.

  7. #197
    Join Date
    Aug 2009
    Location
    Bedford, England
    Posts
    966
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]

    Phil Rogers
    A problem shared is a problem solved.

  8. #198
    Join Date
    Aug 2009
    Location
    Bedford, England
    Posts
    966
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]

    just been having a fiddle, and maybe a better way of working it would be like this?

    <script language="javascript" type="text/javascript"><!--
    document.write('<?php echo '<a href="' . DIR_WS_IMAGES .$products_image . '" class="bonzer_zoom" rel="product_info">' . zen_image(addslashes($products_image_medium), addslashes($products_name), MEDIUM_IMAGE_WIDTH, MEDIUM_IMAGE_HEIGHT) . '</a>'; ?>');
    //--></script>

    having trouble with the escaping though to include
    title="' .$products_name. '"

    obviousy I think this would still benefit with some sort of image checking above to decide if there is larger images in either medium or large directory. but at least the method above deals with no Javascript..

    What d'ya think?
    Phil Rogers
    A problem shared is a problem solved.

  9. #199
    Join Date
    Dec 2011
    Posts
    4
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]

    Hi all!

    Maybe just a silly question... I just can't seem to download the JQzoom files.... I went to this url:http://eazyecommerce.com/web-templat...es/jquery-zoom. However from there I can't view the theme either download the file.... I registered myself but without succes. After exploring all pages in this thread I just hope someone has the original fileset for me I foud a chinese zipfile but the folder structure was also in chinese

  10. #200
    Join Date
    Aug 2009
    Location
    Bedford, England
    Posts
    966
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]

    Quote Originally Posted by SebasVerwoert View Post
    Hi all!

    Maybe just a silly question... I just can't seem to download the JQzoom files.... I went to this url:http://eazyecommerce.com/web-templat...es/jquery-zoom. However from there I can't view the theme either download the file.... I registered myself but without succes. After exploring all pages in this thread I just hope someone has the original fileset for me I foud a chinese zipfile but the folder structure was also in chinese
    Use the files that are posted in this thread. I don't think that website supports that software anymore or certainly doesn't allow downloading from there site..
    Phil Rogers
    A problem shared is a problem solved.

 

 
Page 20 of 39 FirstFirst ... 10181920212230 ... 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