Page 525 of 710 FirstFirst ... 25425475515523524525526527535575625 ... LastLast
Results 5,241 to 5,250 of 7099
  1. #5241
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Image Handler 2 Support

    Quote Originally Posted by alhakeem2001 View Post
    Hey nigelt74, That looks impressive! where do you have that script, In the addon section?
    umm no, I might think about it, but its a functional rather than elegant script, and i think the addon people would die laughing if I tried submitting it

    It's better than the existing script for image Handler when it comes to webkit browsers, but it doesn't do Opera(neither does the original though) and thats what I am trying to get to work.

    If you want to use it, honestly just paste the contents of the javascript file over the top of yout existing Js, the reason i made this script was that it could just drop in over the existing js, unfortunately all my work was aimed at getting opera compatibility, the webkit stuff was a side effect.

    I will put a blog post up tomorrow if anyones interested, basically it is finished as far as i am concerned.

  2. #5242
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Image Handler 2 Support

    Quote Originally Posted by nigelt74 View Post
    umm no, I might think about it, but its a functional rather than elegant script, and i think the addon people would die laughing if I tried submitting it

    It's better than the existing script for image Handler when it comes to webkit browsers, but it doesn't do Opera(neither does the original though) and thats what I am trying to get to work.

    If you want to use it, honestly just paste the contents of the javascript file over the top of yout existing Js, the reason i made this script was that it could just drop in over the existing js, unfortunately all my work was aimed at getting opera compatibility, the webkit stuff was a side effect.

    I will put a blog post up tomorrow if anyones interested, basically it is finished as far as i am concerned.
    I'll add links to your work to the next IH2 release, but it won't be adding it to the next IH2 release. However for the sake of those who are interested in Nigel's work I think it is a good idea to include links to his work and blogs in the IH2 readme..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  3. #5243
    Join Date
    Oct 2005
    Location
    Helena, MT
    Posts
    118
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by nigelt74 View Post

    http://nigel.geek.nz/sbo_shop/noodle2.php

    The popup won't go off the page, infact it stays at the bottom of the page and doesn't track the mouse for the webkit browsers, and doesn't work at all in opera (which is why i haven't spent much time on it)

    The benefit of this latest script is you can just paste the contents over top of the existing jscript file with no other additions
    Thank you works great! Just what I was looking for!

  4. #5244
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Image Handler 2 Support

    Quote Originally Posted by DivaVocals View Post
    I'll add links to your work to the next IH2 release, but it won't be adding it to the next IH2 release. However for the sake of those who are interested in Nigel's work I think it is a good idea to include links to his work and blogs in the IH2 readme..
    Cheers i'm flattered,

    Quote Originally Posted by jenbullfrog View Post
    Thank you works great! Just what I was looking for!
    There is an improved version here, where the webkit support is better, but don't copy it as it is full of debugging code

    http://nigel.geek.nz/sbo_shop/noodle3-opera.php

    The webkit improvements were yet again a side effect as I spent ages trying to get Opera working, to no avail, but I think i may be close to cracking it

  5. #5245
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by kitcorsa View Post
    right well... i now have a new error... i tryed on a different item and this time the addional image is shown... how ever this image is not just applied to this item its applied all all simular items as well!! it all the items in the catogory.
    if you have all your images in a set folder---like just the images folder

    then you need to give each image a unique name --- like if the product is agate neckace/earrings

    name the image..agateneck-ear1.jpg

    then if you get another of the same type call it totally different I found that if it has the same name as an existing one then it will show on all items with the image allocated to it.

    i have many vendors so I went so far as to put the images into set folders with vendors/product name and that has helped totally

  6. #5246
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Image Handler 2 Support

    Eureka - Finally got Opera working

    Jscript fix - new version 4.1

    Works in Opera 10.5, IE8, FF 3.6, Chrome 5, Safari 5 - the big 5

    I need people to test in older browsers,

    here is the test page, don't follow any links as you will go to pages that don't use the same javascript, just scroll and hover

    It is designed to be a drop in replacement for the existing jscript, although I still have to remove some debugging code and clean a few bits up, so don't use on a live site yet

    and here is the link

    http://nigel.geek.nz/sbo_shop/noodle4-opera.php
    Last edited by nigelt74; 12 Jun 2010 at 12:32 AM. Reason: forgot to add link to test page

  7. #5247
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by nigelt74 View Post
    Eureka - Finally got Opera working

    Jscript fix - new version 4.1

    Works in Opera 10.5, IE8, FF 3.6, Chrome 5, Safari 5 - the big 5

    I need people to test in older browsers,

    here is the test page, don't follow any links as you will go to pages that don't use the same javascript, just scroll and hover

    It is designed to be a drop in replacement for the existing jscript, although I still have to remove some debugging code and clean a few bits up, so don't use on a live site yet

    and here is the link

    http://nigel.geek.nz/sbo_shop/noodle4-opera.php


    I have a mac that unfortunately only goes to OS 10.3.9 so I tried it in these old browsers...cause the newer ones won't work with my system..phooey...lol

    Firefox 2--works

    safari 1.32--works

    IE 5.2--nope

    opera...never used it cause it never worked in many forums and sites...could not test

  8. #5248
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Image Handler 2 Support

    Quote Originally Posted by DarkAngel View Post
    I have a mac that unfortunately only goes to OS 10.3.9 so I tried it in these old browsers...cause the newer ones won't work with my system..phooey...lol

    Firefox 2--works

    safari 1.32--works

    IE 5.2--nope

    opera...never used it cause it never worked in many forums and sites...could not test
    Cheers for that, i also have an old mac, that i was about to dig out, but you have saved me the bother,

    regarding IE 5.2
    did the original image handler work with it? - I am not to worried about it but my changes shouldn't have effected IE or Firefox support

    Anyway I have just tested in Opera 9 and it works fine
    In Opera 8.5 it works but not perfectly (at the bottom of the page the hover can go off the page, but you just scroll to see it, anyway at least it works )

    IE6 seems to work as well

  9. #5249
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by nigelt74 View Post
    Cheers for that, i also have an old mac, that i was about to dig out, but you have saved me the bother,

    regarding IE 5.2
    did the original image handler work with it? - I am not to worried about it but my changes shouldn't have effected IE or Firefox support

    Anyway I have just tested in Opera 9 and it works fine
    In Opera 8.5 it works but not perfectly (at the bottom of the page the hover can go off the page, but you just scroll to see it, anyway at least it works )

    IE6 seems to work as well

    Nope, nada zilch no IH2 effects at all and when it opened the image it took a bit.
    Last edited by DarkAngel; 12 Jun 2010 at 02:51 AM. Reason: reason for edit.....lol cause I can't speel wright

  10. #5250
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Image Handler 2 Support

    Quote Originally Posted by DarkAngel View Post
    Nope, nada zilch no IH2 effects at all and when it opened the image it took a bit.
    Cheers that means i didn't break anything, I did try to write it to avoid breaking existing support for browsers

    http://tinyurl.com/23lhg9x

    There is a link to the code for anyone who wants to try it on their site

 

 

Similar Threads

  1. v150 Image Handler 4 (for v1.5.x) Support Thread
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1687
    Last Post: 17 Nov 2024, 07:26 PM
  2. v139h Image Handler 3 Support Thread (for ZC v1.3.9)
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1095
    Last Post: 2 Oct 2017, 12:42 PM
  3. Image Handler Support Please
    By nadinesky in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 30 Sep 2013, 03:47 PM
  4. Image handler only covers part of screen
    By shaneburton in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 14 May 2009, 07:15 PM
  5. Is Image Handler the only way to go?
    By wwwursa in forum Installing on a Windows Server
    Replies: 2
    Last Post: 23 Dec 2007, 09:22 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