wp/wp-content/themes/themeforest-2964855-scrn-responsive-single-page-portfolio/SCRN/footer.php
<!-- JS
================================================== -->
<!-- fancybox -->
<script type="text/javascript">
jQuery(document).ready(function() {
jQuery("nav").sticky({topSpacing:0});
/* This is basic - uses default settings */
jQuery("a[class^='prettyPhoto']").prettyPhoto({
social_tools: false,
theme: 'light_square'
});
/* Using custom settings */
jQuery('.proj-img').hover(function() {
jQuery(this).find('i').stop().animate({
opacity: 0.8
}, 'fast');
jQuery(this).find('a').stop().animate({
"top": "0"
});
}, function() {
jQuery(this).find('i').stop().animate({
opacity: 0
}, 'fast');
jQuery(this).find('a').stop().animate({
"top": "-600px"
});
});
jQuery('.flexslider').flexslider({
animation: "slide",
slideshow: true,
slideshowSpeed: 3500,
animationSpeed: 1000
});
});
</script>
<!-- End Document
================================================== -->
<?php global $scrn;
if(isset($scrn['integration_footer'])) echo $scrn['integration_footer'] . PHP_EOL; ?>
<?php wp_footer(); ?>
</body>
</html>