wp/wp-content/themes/themeforest-2964855-scrn-responsive-single-page-portfolio/SCRN/footer.php
--- a/wp/wp-content/themes/themeforest-2964855-scrn-responsive-single-page-portfolio/SCRN/footer.php Mon Oct 14 17:39:30 2019 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,58 +0,0 @@
-
-
-<!-- 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