wp/wp-content/themes/themeforest-2964855-scrn-responsive-single-page-portfolio/SCRN/footer.php
changeset 0 d970ebf37754
equal deleted inserted replaced
-1:000000000000 0:d970ebf37754
       
     1             
       
     2           
       
     3 <!-- JS
       
     4     ================================================== -->
       
     5   
       
     6   <!-- fancybox -->
       
     7   <script type="text/javascript">
       
     8     jQuery(document).ready(function() {
       
     9 
       
    10         jQuery("nav").sticky({topSpacing:0});
       
    11 
       
    12         /* This is basic - uses default settings */
       
    13       
       
    14         jQuery("a[class^='prettyPhoto']").prettyPhoto({
       
    15             social_tools: false,
       
    16             theme: 'light_square'
       
    17           });
       
    18       
       
    19         /* Using custom settings */
       
    20       
       
    21         jQuery('.proj-img').hover(function() {
       
    22             jQuery(this).find('i').stop().animate({
       
    23               opacity: 0.8
       
    24             }, 'fast');
       
    25             jQuery(this).find('a').stop().animate({
       
    26               "top": "0"
       
    27             });
       
    28           }, function() {
       
    29             jQuery(this).find('i').stop().animate({
       
    30               opacity: 0
       
    31             }, 'fast');
       
    32             jQuery(this).find('a').stop().animate({
       
    33               "top": "-600px"
       
    34             });
       
    35         });
       
    36 
       
    37           jQuery('.flexslider').flexslider({
       
    38             animation: "slide",
       
    39             slideshow: true,
       
    40             slideshowSpeed: 3500,
       
    41             animationSpeed: 1000
       
    42           });
       
    43 
       
    44     });
       
    45     
       
    46   </script>
       
    47     
       
    48     
       
    49 <!-- End Document
       
    50 ================================================== -->
       
    51 
       
    52 <?php global $scrn;
       
    53 if(isset($scrn['integration_footer'])) echo $scrn['integration_footer'] . PHP_EOL; ?>
       
    54 
       
    55  <?php wp_footer(); ?>
       
    56  
       
    57 </body>
       
    58 </html>