Missing <?php print $scripts ?> prevents modules leveraging JQuery from running.

Add the above line to line 10 of the theme so that it looks like this:

<?php print $head ?>
<?php print $styles ?>
<?php print $scripts ?>
</head>