Page 24 of 39 FirstFirst ... 14222324252634 ... LastLast
Results 231 to 240 of 385
  1. #231
    Join Date
    Aug 2009
    Location
    Bedford, England
    Posts
    966
    Plugin Contributions
    0

    Default Re: Jquery Zoom [Support thread]

    can you let me know what product has additional images? the one you sent me doesnt seem to have any?
    Phil Rogers
    A problem shared is a problem solved.

  2. #232
    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 niccol View Post
    I was kind of hoping that you would submit it as a mod!

    One of the big issues about mods is just finding the time to support them. I am a bit at my limit with SNAF and helping out on a few others. There are a couple in the pipeline that I would like to release but just don't have the time to support. It feels wrong to submit them if you can't support them.

    Actually, I think that the way to go would be to have a configuration page that as well as turning on and off allows users to set some of the jqzoom init variables. Gosh, I have got to stop talking myself into this stuff.

    Perhaps it is worth looking at the jqzoom options and deciding which ones we like the look of. What do you think? Chad?
    Hi Niccol,

    I quite understand about supporting mods. I have my hands full with EP4, but am getting some help.

    When I tried the magiczoom, the number of options was nearly overwhelming (it doesn't work with IH4). But some basic settings through the admin would be nice if turned into a mod.

    I don't have IH4 installed yet. When I was trying to figure things out, I rolled everything back to the "basics".

    here's the product:

    http://96 .30 .58 .67/index.php?main_page=product_info&cPath=6_110&products_id=458

    (remove spaces)

  3. #233
    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 Niccol,

    I quite understand about supporting mods. I have my hands full with EP4, but am getting some help.

    When I tried the magiczoom, the number of options was nearly overwhelming (it doesn't work with IH4). But some basic settings through the admin would be nice if turned into a mod.

    I don't have IH4 installed yet. When I was trying to figure things out, I rolled everything back to the "basics".

    here's the product:

    http://96 .30 .58 .67/index.php?main_page=product_info&cPath=6_110&products_id=458

    (remove spaces)

    not sure how you have your additional images set up but this is what i see from your source code:

    the thumbnail is getitng it from:
    img src="images/barsupply/hbb250s_01.jpg

    the jquery is looking in the correct location which should be:
    smallimage: 'images/hbb250s_01.jpg
    largeimage: 'images/hbb250s_01.jpg

    not sure what the barsupply directory is??
    Phil Rogers
    A problem shared is a problem solved.

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

    Default Re: Jquery Zoom [Support thread]

    well, I like team efforts :-)

    and this has certainly been one of those. one of the times the 'community' works the way it should. Phil has done most of the heavy lifting so far, to be honest.

    I am happy to write an admin panel for it. But won't get there before the weekend because of work commitments.

    Also, at that time I want to have a look at :

    1. how we deal with IH and if we need to preload images for that. (which could be an admin switch)
    2. not showing additional images if it is just the main image.


    SO there is a bit to do. I think that Phil has the most recent version better than me but if anyone wants to give it a run then the zip file that is posted above is not that far off I believe.

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

    Default Re: Jquery Zoom [Support thread]

    and following Phil's last post we need to check that we are dealing with sub-directories correctly.

    'barsupply' is a sub-directory I am guessing.

  6. #236
    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
    not showing additional images if it is just the main image.
    not sure I know what you mean on this one Nick?
    Phil Rogers
    A problem shared is a problem solved.

  7. #237
    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
    not sure how you have your additional images set up but this is what i see from your source code:

    the thumbnail is getting it from:
    img src="images/barsupply/hbb250s_01.jpg

    the jquery is looking in the correct location which should be:
    smallimage: 'images/hbb250s_01.jpg
    largeimage: 'images/hbb250s_01.jpg

    not sure what the barsupply directory is??
    Philip:

    I don't put ALL images in the /images directory ad hoc. I try to organize them a bit mainly by their main category or by manufacturer. For me it make images easier to manage, update and track...

    I don't think I'm the only person that does this. This site has about 3,000 images. But another will have close to 10,000 (they have lots of alternate views, and even mini-movies for many of their products).

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

    Default Re: Jquery Zoom [Support thread]

    I will re-visit the code for pulling the additional image location. to be honest I have only ever used the main image directory, medium and large so dont even know how that directory is being used... but clearly the thumnails image knows where to look for it so i'll take another look when I get a bit of time
    Phil Rogers
    A problem shared is a problem solved.

  9. #239
    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
    Philip:

    I don't put ALL images in the /images directory ad hoc. I try to organize them a bit mainly by their main category or by manufacturer. For me it make images easier to manage, update and track...

    I don't think I'm the only person that does this. This site has about 3,000 images. But another will have close to 10,000 (they have lots of alternate views, and even mini-movies for many of their products).
    haha I have 7000+ in one directory.. but point taken, I just wasnt aware that you could do that..

    I will take another look the way the image location is built
    Phil Rogers
    A problem shared is a problem solved.

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

    Default Re: Jquery Zoom [Support thread]

    Quote Originally Posted by philip937 View Post
    not sure I know what you mean on this one Nick?
    Honestly I am fitting comments in while a database uploads so ignore me if I am wrong but I seem to remember that if there are three images then there will be the main one and three thumbnails. If there is just one image I think there should be the main one and no thumbnails. I think at the moment it still shows the thumbnail of the one image which is a bit redundant.

    Just needs a change to the logic. I have that somewhere but it is probably just as quick to rewrite as to find it :-)

 

 
Page 24 of 39 FirstFirst ... 14222324252634 ... 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