This is not lightbox, it's slimbox.
These are the externally linked script tags that appear on both pages:
Code:
<script type="text/javascript" src="js/effects.js"></script>
<script type="text/javascript" src="js/application.js"></script>
<script type="text/javascript" src="js/mootools.js"></script>
<script type="text/javascript" src="js/slimbox.js"></script>
However, the working page is only finding these:
Code:
<script type="text/javascript" src="js/mootools.js"></script>
<script type="text/javascript" src="js/slimbox.js"></script>
The non-working page is finding them all, and these:
Code:
<script type="text/javascript" src="http://cslingphotography.com/blog/wp-content/themes/csling_theme/javascripts/prototype.js"></script>
<script type="text/javascript" src="js/effects.js"></script>
<script type="text/javascript" src="js/application.js"></script>
<script type="text/javascript" src="js/mootools.js"></script>
<script type="text/javascript" src="js/slimbox.js"></script>
Which are also in its source code. Apparently one or more of the 'extra' scripts is messing things up. I'd try getting rid of all of the external script tags from the non-working page, except these:
Code:
<script type="text/javascript" src="js/mootools.js"></script>
<script type="text/javascript" src="js/slimbox.js"></script>
Bookmarks