Page 26 of 39 FirstFirst ... 16242526272836 ... LastLast
Results 251 to 260 of 385
  1. #251
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]

    Quote Originally Posted by philip937 View Post
    As promised, here is the file set. Should work with a clean install of ZC 1.5.1.

    It should handle all variations of image sizes in the directories you have, for example

    if you only have small images in your main image directory, you simply just need the actual image size larger than the value set for your product listing image for the zoom to appear to work.

    If you have small and medium images, you simply need to ensure that your actual medium image size is larger than that set in for your product info page.

    If you have small, medium and large images, you product info page will as per zen carts logic will show your medium image size and will then zoom to the size of your large image size.

    I added an additional file to this file set:
    /includes/modules/YOUR_TEMPLATE/main_product_image.php

    The reason for this is explained here:
    http://www.zen-cart.com/showthread.p...duct_image-php
    however this file should be optional. I just found that the logic wasn't working correctly when only small and medium images were present when the large link is built.

    Nick,
    I would be greatful if you could help finishing what I think is the only thing left to do on this, which is to make the additional image link a proper <script> document.wrtite ...

    I think its going to be an escaping nightmare but as we spoke about before, good practice to ensure Java disabled browsers do not see the images twice.

    Ta.

    Phil

    Phil anyway you could zip your latest set of files. I used the zip file from the above post on Zen 1.5.1, and I can't even get the cross hair to appear on the main image. When I click on the main image, it goes to a new browser tab showing that image. What am I doing wrong?
    I compared my page source, and I don't have "jscript_jquery-1.6.js" loaded. Is that whats causing it?
    Using Zen Cart 1.5.1

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

    Default Re: Jquery Zoom [Support thread]

    Quote Originally Posted by Kevin205 View Post
    Phil anyway you could zip your latest set of files. I used the zip file from the above post on Zen 1.5.1, and I can't even get the cross hair to appear on the main image. When I click on the main image, it goes to a new browser tab showing that image. What am I doing wrong?
    I compared my page source, and I don't have "jscript_jquery-1.6.js" loaded. Is that whats causing it?
    Yes you need to load the jquery library. Sorry mate this isn't yet an official mod (not this flavour anyway) so instructions are a but vague currently.
    Phil Rogers
    A problem shared is a problem solved.

  3. #253
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: Jquery Zoom [Support thread]

    Hi!

    Actually, the additional images image dimension are there, so when the image swaps on click, it should be possible to update the main image dimensions... correct?

    I like the zoom I'm using better than innerzoom...

    Also, I just noticed that when I disable javascript, the additional images double-up. The main image doesn't.
    The larger image links DO work correctly for the additional images.
    Last edited by chadderuski; 6 Feb 2013 at 07:53 PM. Reason: more info

  4. #254
    Join Date
    Aug 2009
    Location
    Bedford, England
    Posts
    966
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]

    Quote Originally Posted by chadderuski View Post
    Hi!

    Actually, the additional images image dimension are there, so when the image swaps on click, it should be possible to update the main image dimensions... correct?

    I like the zoom I'm using better than innerzoom...
    As far as I'm aware the zoom isn't 'actually' zooming, it's simply displaying the actual image size. Hence why you have to have the main image dimension settings less than that if the actual image size (unless using the zen cart small medium large structure).

    You zoom window is bigger than your additional image sizes.. Make the window smaller.
    Phil Rogers
    A problem shared is a problem solved.

  5. #255
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: Jquery Zoom [Support thread]

    Philip,

    I think we're focusing on two different things. I know the additional images are less than the zoom size, but still larger than the thumbnails displayed. That's something I can improve upon later.

    The main products image isn't the same dimensions as some of the additional images. I trying to figure out how to have the main product image display correctly.

    Also, I noted above, when java is disabled, the additional images show twice.

    -chadd

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

    Default Re: Jquery Zoom [Support thread]

    Oh I see, sorry. Again it looks like you main image size is different dimensions so you probably have your image settings to restrict height and width. If you want the correct proportions try setting either width or height to 0 in your admin?
    Phil Rogers
    A problem shared is a problem solved.

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

    Default Re: Jquery Zoom [Support thread]

    @chadd

    I think I mis understood your problem.

    Are you saying that you are expecting that when you click on the additional images they are assuming the same dimensions as the main image and that you don't want this and that you want the dimensions to change to suit the additional being viewed?
    Phil Rogers
    A problem shared is a problem solved.

  8. #258
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: Jquery Zoom [Support thread]

    Quote Originally Posted by philip937 View Post
    @chadd

    i think i mis understood your problem.

    Are you saying that you are expecting that when you click on the additional images they are assuming the same dimensions as the main image and that you don't want this and that you want the dimensions to change to suit the additional being viewed?
    yes, exactly! ;p

    I'm trying to figure it out, but I'm really playing catchup here!

  9. #259
    Join Date
    Aug 2009
    Location
    Bedford, England
    Posts
    966
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]

    Hmm ill have to have a play. All my images are all the same dimensions to keep everything all uniform. I'm a bit anal like that! Ill have a play with some random size images and see if there is a way but its probably not possible because the swap is done with the gallery attribute set on the main image so it probably just overlays the image in the space (dimensions) of the main image.
    Phil Rogers
    A problem shared is a problem solved.

  10. #260
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: Jquery Zoom [Support thread]

    Quote Originally Posted by philip937 View Post
    Hmm ill have to have a play. All my images are all the same dimensions to keep everything all uniform. I'm a bit anal like that! Ill have a play with some random size images and see if there is a way but its probably not possible because the swap is done with the gallery attribute set on the main image so it probably just overlays the image in the space (dimensions) of the main image.
    If you point me to the right area of code, I'll look also...

 

 
Page 26 of 39 FirstFirst ... 16242526272836 ... 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