jQuery(function($){ jQuery(window).resize(function(){ jQuery('.slider-caption').each(function(){ var cap_height = jQuery(this).actual( 'outerHeight' ); jQuery(this).css('margin-top',-(cap_height/2)); }); }).resize();; jQuery('.testimonial-slider').bxSlider({ controls:false, auto:true, mode:'fade', speed:1000 }); jQuery('.commentmetadata').after('
'); jQuery('.menu-toggle').click(function(){ jQuery('#site-navigation .menu').slideToggle('slow'); }); jQuery('.thumbnail-gallery .gallery-item a').each(function(){ jQuery(this).addClass('fancybox-gallery').attr('data-lightbox-gallery','gallery'); }); jQuery(".fancybox-gallery").nivoLightbox(); jQuery(".image_feature_lightbox").nivoLightbox(); jQuery('.search_one').click(function(){ jQuery('.searchform').show(); jQuery('.search_one').hide(); }); $('#secondary-right, #primary').theiaStickySidebar({additionalMarginTop: 35}); $('#secondary-left, #primary').theiaStickySidebar({additionalMarginTop: 35}); });