/*-------------------------------------------------------------- Fire up functions on $(document).ready() --------------------------------------------------------------*/ jQuery(document).ready(function () { truethemes_SuperFish(); truethemes_MobileMenu(); jQuery("#menu-main-nav li:has(ul)").addClass("parent"); jQuery(".ubermenu-nav li:has(ul)").addClass("tt-uber-parent"); truethemes_Sliders(); jQuery('.slider-content-video,.video_wrapper').fitVids(); truethemes_Gallery(); truethemes_masonry_blog(); truethemes_KeyboardTab(); jQuery('div.mc_signup_submit input#mc_signup_submit').removeClass('button'); jQuery('.checkout-button.button.alt.wc-forward').find('br').remove(); //parallax jQuery('.tt-parallax-text').fadeIn(1000); //delete this to remove fading content var $window = jQuery(window); jQuery('section[data-type="background"]').each(function () { var $bgobj = jQuery(this); jQuery(window).scroll(function () { var yPos = -($window.scrollTop() / $bgobj.data('speed')); var coords = '50% ' + yPos + 'px'; $bgobj.css({ backgroundPosition: coords }); }); }); }); /*-------------------------------------------------------------- Fire up functions on $(window).load() --------------------------------------------------------------*/ jQuery(window).load(function () { truethemes_Fadeimages(); truethemes_MobileSubs(); truethemes_LightboxHover(); jQuery("a[data-gal^='prettyPhoto']").prettyPhoto({ hook:'data-gal', // do not change, sky will fall theme: 'light_square', // options: light_rounded / dark_rounded / pp_default / dark_square / facebook }); truethemes_ScrollTop(); truethemes_Tabs(); if (jQuery(window).width() > 1024) { //only load sticky on non-mobile devices truethemes_StickySidebar(); } truethemes_flexslider_for_gallery_post_format(); }); /*---------------------------------------------------------------------------*/ /* /* Note to developers: /* Easily uncompress any functions using: http://jsbeautifier.org/ /* /*---------------------------------------------------------------------------*/ /*-------------------------------------------------------------- Superfish - Dropdown Menus --------------------------------------------------------------*/ function truethemes_SuperFish(){ //only activate top-toolbar if child