![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/walla3t.corals.io/wp-content/themes/apper/assets/js/third/woo/ |
var $j = jQuery.noConflict(); $j( document ).on( 'ready', function() { "use strict"; // Woo vertical thumbnails acmthemesWooThumbnails(); } ); // On load $j( window ).on( 'load', function() { "use strict"; // Woo vertical thumbnails acmthemesWooThumbnails(); } ); // On resize $j( window ).on( 'resize', function() { "use strict"; // Woo vertical thumbnails acmthemesWooThumbnails(); } ); /* ============================================== WOOCOMMERCE VERTICAL THUMBNAILS ============================================== */ function acmthemesWooThumbnails() { "use strict" var $thumbnails = $j( '.owp-thumbs-layout-vertical' ), $nav = $thumbnails.find( '.flex-control-nav' ); if ( $nav.length > 0 ) { if ( $j( window ).width() > 768 ) { var $image_height = $thumbnails.find( '.flex-viewport' ).height(), $nav_height = $thumbnails.find('.flex-control-nav').height(); if ( $nav_height > ( $image_height + 50 ) ) { $nav.css( { 'max-height' : $image_height + 'px', } ); } } else { $nav.css( { 'max-height' : '', } ); } } }