Not signed in (Sign In)

Categories

Welcome, Guest

Want to take part in these discussions? If you have an account, sign in now.

If you don't have an account, apply for one now.

Links

Vanilla 1.0.1 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorthapgood
    • CommentTimeMar 3rd 2009 edited
     
    I've loaded jQuery v1.3.2 with ThickBox 3.1.
    I have a set of images that when clicked should do the standard ThickBox functionality. The error console gives me this:

    The requested URL /ua/buffriv/images/TBF21_LaBoats.jpg&random=1236100280119 was not found on this server. It DOES pop up the box, but it's a default size, with no image inside.

    I'm pulling two pages (with Flash) into an iFrame, which IS working on the page.

    Here's the page where it's happening:
    http://www.uark.edu/ua/buffriv/2009.php (click on View the Image Gallery)

    Any help greatly appreciated! Need to launch asap!
    Thanks
    • CommentAuthorJSG1901
    • CommentTimeMar 3rd 2009
     
    I have a similar problem with jQuery 1.3.1...it would stick at the "loading" graphic and never finish. I reverted to 1.2.6 and things worked swimmingly, so I think something has been broken in the underlying jQuery code.
    • CommentAuthorthapgood
    • CommentTimeMar 3rd 2009
     
    I actually have the same problem with 1.2.6... the box comes up, no image loads. The image is there on the server, it's just that it seems to be tacking on that &random=1236100280119 string which seems to break the path/file name.
    • CommentAuthorgeordienz
    • CommentTimeMar 12th 2009
     
    I've loaded latest version and images won't load if "rel" is used to relate images to each other. Remove "rel" and all good except you can't navigate to next/prev iamge from within TB - which kinda defeates the purpose of Gallery functionality.
    • CommentAuthordenxp
    • CommentTimeMar 19th 2009 edited
     
    Same problem with ThickBox 3.1.

    I make it work by removing "@" at line 79.

    "@" is now deprecated in jquery.

    Before :

    TB_TempArray = $("a[@rel="+imageGroup+"]").get();


    After:

    TB_TempArray = $("a[rel="+imageGroup+"]").get();


    Best Regards
    • CommentAuthorwinjaime
    • CommentTimeMar 28th 2009
     
    thanks denxp, i have solucionated the problem with your solution
    • CommentAuthorStructed
    • CommentTimeApr 9th 2009
     
    confirmed working. Thank you so much!

    @winjaime: solucionated? :D
    •  
      CommentAuthorsean9999
    • CommentTimeApr 25th 2009
     
    i also, would like to say that i had the same problem and the @ fix solutionated it.

    ;)

    cheers,
    _sean.