It looks like the problem is the jquery ready function in thickbox.js
never gets called.
For me the following fixed the problem. Open up thickbox.js and above
the call the jquery ready add
setTimeout("bob()",2000);
Then clone the jquery ready call as a function e.g.
function bob()
{
tb_init('a.thickbox, area.thickbox, input.thickbox');//pass
where to apply thickbox
imgLoader = new Image();// preload image
imgLoader.src = tb_pathToImage;
}
I am no wordpress guru but this seems to fix the issue.
2 seconds seems to be enough time for the dom to settle down before
manipulating it.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]