1 amanitam Aug 26, 2011 00:15
3 amanitam Aug 26, 2011 13:26
figured that it had to be a CSS conflict.
tested on Blog B with a different skin. No issues with the toolbar. So ... it's a CSS conflict
Will cross post in SKINS forum with the faint hope that someone with a pulse will help.
If I get it sorted will post that too.
If anyone actually cares around here.
P.S. Good to see that the SPAM posts that have been on the board for almost three days are finally gone!
4 amanitam Aug 27, 2011 00:20
Sorted!
Narrowed it down to a jquery conflict. Weird thing is it only presented in this skin!
Cleaned up the extraneous calls and inserted a no-conflict variable in the _html_header.inc.php just above the </head>
<script type="text/javascript" src="http://susanglover.com/jscript/js/jquery.lightbox-evo-0.5.js"></script>
<script type='text/javascript'> var $jq5 = jQuery.noConflict(); </script>
sorted the header (cleaned up the quotes TSK!)
So the script calls are neatly in the header, and the script work in the post, but still having a conflict with the toolbar?
next I'm going to try and move the function into the header but I'm not sure how to do that :(