another way is to go into inc/functions.php
look for: function spacious_footer_copyright() {
and edit it that way.
any updates on this topic?
everyone, here’s my “simple” fix for those that want to use lightbox.
instead of using the plug in, modify your footer.php and place all the required lightbox lines of code in the footer.
this code goes in the footer:
<script type=”text/javascript” src=”/js/prototype.js”></script>
<script type=”text/javascript” src=”/js/scriptaculous.js?load=effects,builder”></script>
<script type=”text/javascript” src=”/js/lightbox.js”></script>
<link rel=”stylesheet” href=”/css/lightbox.css” type=”text/css” media=”screen” />
once its in the footer.. it gets parsed by IE last..and doesnt throw up the error. ive only tested it on IE 6 because i dont have IE7 installed yet.