PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
wpnull24
/
framework
/
js
/
elements
/** * UpSolution Element: Gallery * Used for regular WordPress gallery design improvement */ jQuery( function( $ ) { $( '.w-gallery.link_file .w-gallery-list' ).each( function() { $us.getScript( $us.templateDirectoryUri + '/framework/js/vendor/magnific-popup.js', function() { $( this ).magnificPopup( { type: 'image', delegate: 'a.w-gallery-item', gallery: { enabled: true, navigateByImgClick: true, preload: [ 0, 1 ], tPrev: $us.langOptions.magnificPopup.tPrev, // Alt text on left arrow tNext: $us.langOptions.magnificPopup.tNext, // Alt text on right arrow tCounter: $us.langOptions.magnificPopup.tCounter // Markup for "1 of 7" counter }, removalDelay: 300, mainClass: 'mfp-fade', fixedContentPos: true } ); }.bind( this ) ); } ); // Applying isotope to gallery $( '.w-gallery.type_masonry' ).each( function( index, gallery ) { $us.getScript( $us.templateDirectoryUri + '/framework/js/vendor/isotope.js', function() { var $container = $( $( gallery ).find( '.w-gallery-list' ) ), isotopeOptions = { layoutMode: 'masonry', isOriginLeft: ! $( 'body' ).hasClass( 'rtl' ) }; if ( $container.parents( '.w-tabs-section-content-h' ).length ) { isotopeOptions.transitionDuration = 0; } $container.imagesLoaded( function() { $container.isotope( isotopeOptions ); $container.isotope(); } ); $us.$canvas.on( 'contentChange', function() { $container.imagesLoaded( function() { $container.isotope(); } ); } ); } ); } ); } );
[+]
..
[-] counter.min.js
[edit]
[-] grid.js
[edit]
[-] itext.min.js
[edit]
[-] message.js
[edit]
[-] gallery.js
[edit]
[-] dropdown.js
[edit]
[-] popup.js
[edit]
[-] progbar.min.js
[edit]
[-] itext.js
[edit]
[-] menu.js
[edit]
[-] grid.min.js
[edit]
[-] page-scroller.js
[edit]
[-] sharing.min.js
[edit]
[-] menu.min.js
[edit]
[-] page-scroller.min.js
[edit]
[-] gallery.min.js
[edit]
[-] slider.js
[edit]
[-] popup.min.js
[edit]
[-] flipbox.min.js
[edit]
[-] gmaps.js
[edit]
[-] tabs.js
[edit]
[-] dropdown.min.js
[edit]
[-] progbar.js
[edit]
[-] gmaps.min.js
[edit]
[-] sharing.js
[edit]
[-] lmaps.min.js
[edit]
[-] lmaps.js
[edit]
[-] counter.js
[edit]
[-] tabs.min.js
[edit]
[-] slider.min.js
[edit]
[-] flipbox.js
[edit]
[-] message.min.js
[edit]