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.

    • CommentAuthorhrtrulz
    • CommentTimeMay 7th 2007
     
    I would like to know if there is going to be a fix for the problem with google maps iframe with thickbox 3. There is a fix for thickbox 2, but version version 3 has the exact same problem as version 2 did.
    The problem is that google maps is not centred correctly to the location set.

    Fix for Thickbox 2: http://rapidshare.com/files/11590340/GoogleMapsCompatible.rar.html
    • CommentAuthorpitchou
    • CommentTimeMay 11th 2007
     
    In thickbox.js, just comment 2 lines (223 and 227) like this :

    }else if(url.indexOf('TB_iframe') != -1){
    tb_position();
    //if(frames['TB_iframeContent'] === undefined){//be nice to safari
    $("#TB_load").remove();
    $("#TB_window").css({display:"block"});
    $(document).keyup( function(e){ var key = e.keyCode; if(key == 27){tb_remove();}});
    //}
    }else{

    Hope it'll help you !
    • CommentAuthorpauly
    • CommentTimeSep 10th 2007
     
    Anyone know how to implement this fix with thickbox3.1?
    • CommentAuthorhrtrulz
    • CommentTimeOct 2nd 2007
     
    I would llike to know of a fix for thickbox3.1 also
    • CommentAuthorwkn
    • CommentTimeOct 3rd 2007 edited
     
    If anyone has found a fix, I would be happy to know it too. I had to go back to the fixed version 2.1 because of this map center bug.

    Could one hope that this might be permanently fixed in a new version of Thickbox?
  1.  
    Hi
    Where can I download Thickbox V3.0. I not found it on the site.

    Thanks