// ISOTOPE FILTER jQuery(document).ready(function($){ if ( $('.iso-box-wrapper').length > 0 ) { var $container = $('.iso-box-wrapper'), $imgs = $('.iso-box img'); } }); // NIVO LIGHTBOX $('.iso-box-section a').nivoLightbox({ effect: 'fadeScale', });