wp/wp-content/themes/themeforest-2964855-scrn-responsive-single-page-portfolio/SCRN/footer.php
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wp/wp-content/themes/themeforest-2964855-scrn-responsive-single-page-portfolio/SCRN/footer.php Wed Nov 06 03:21:17 2013 +0000
@@ -0,0 +1,58 @@
+
+
+<!-- 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>
\ No newline at end of file