Tag Archives: Shutter Reloaded

Javascript Problem w/ WordPress Shutter Reloaded Plugin

July 7, 2009

1 Comment

<!–end sidebar–>
<script type="text/javascript">
//<![CDATA[
shutterSettings = {
imgDir : 'http://www.paulhobson.com/wordpress/wp-content/plugins/shutter-reloaded/menu/',
imageCount : 1,
L10n : ["Previous","Next","Close","Full Size","Fit to Screen","Image","of","Loading..."]
}
//]]>
</script>
<script src="http://www.paulhobson.com/wordpress/wp-content/plugins/shutter-reloaded/shutter-reloaded.js?ver=2.3" type="text/javascript"></script>

<script type="text/javascript">
try{shutterReloaded.init('sh');}catch(e){}</script>
</div>

For a reason that I can’t figure out, the Shutter Reloaded WordPress plugin echoing out the javascript references at the close of my side bar and not after my content below my body tag. This doesn’t make sense because [...]

Continue reading...