It’s a custom theme, but the header and footer forks are included.
I’m trying the real thickbox script, not the wordpress plugin. It has worked on a 2.3.3 site, but not on a 2.5 site. Weird.
I’m also trying to use the IDTabs (http://www.sunsean.com/idTabs/). Same deal. Works on 2.3.3, but doesn’t on 2.5.
I wanted to use thickbox on the wordpress site. Followed the same routine as I did with a 2.3.3 site, but it doesn’t seem to work. I invoked it the same way in the post. Have you/others have the same problem, or can you include a javascript in the template header.php and call upon it from a post?
I ran into this error a few weeks ago, and pasting this into my .htaccess file seems to do the trick:
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>