The copy of the thumbnailviewer2.js file on the server is corrupt. It has at least one and possibly more added line breaks. Replace it with a fresh copy from the demo page. If you open it in an editor, make sure it's a text only editor like NotePad or SimpleText, and that line wrapping is turned off.
OK, that's only part the battle. On the page there are two external script tags for jQuery:
Code:
<link rel="stylesheet" type="text/css" href="http://moonunit.info/aptdev/wordpress/wp-content/themes/aptdev/js/carousel.css" media="all">
<script type="text/javascript" src="http://moonunit.info/aptdev/wordpress/wp-content/themes/aptdev/js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="http://moonunit.info/aptdev/wordpress/wp-content/themes/aptdev/js/thumbnailviewer2.js">
/***********************************************
* Image Thumbnail V . . .
and:
Code:
<link rel="alternate" type="application/rss+xml" title="APT Architects » Homepage Comments Feed" href="http://moonunit.info/aptdev/homepage-2/feed/" />
<script type='text/javascript' src='http://moonunit.info/aptdev/wordpress/wp-includes/js/l10n.js?ver=20101110'></script>
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js?ver=1.4.2'></script>
<script type='text/javascript' src='http://moonunit.info/aptdev/wordpress/wp-content/plugins/collapsing-pages/collapsFunctions.js?ver=1.6'></script>
<link rel="EditURI" type="appli . . .
Get rid of the second one.
Just those two things and it 'works'. There are layout issues though, the enlarged image appears below the red outlined box. But you should be able to work that out, if not let us know.
Bookmarks