/home/vianto5/.trash/cititower.mx/wp-content/plugins/ml-slider/themes/bitono/v1.0.0
NameSizeModeActions
script.js8520644editdlrm
style.css36110644editdlrm
style.scss29360644editdlrm
theme.php34550644editdlrm
Edit: /home/vianto5/.trash/cititower.mx/wp-content/plugins/ml-slider/themes/bitono/v1.0.0/script.js (852B)
(function($) { $(document).on('metaslider/initialized', function (e, identifier) { if ($(identifier).closest('.metaslider.ms-theme-bitono').length) { var slideshow = $(identifier); // We look for Image slides only slideshow.find('.slides > li.ms-image').each(function() { var slide = $(this); var caption = slide.find('.caption-wrap'); var link = slide.find('.metaslider_image_link'); if (caption.length > 0 && link.length > 0 && !link.hasClass('__link_ready')) { link.addClass('__link_ready'); caption.css('cursor','pointer'); caption.find('a').on('click', function(e) { // Prevent click event reaching caption e.stopPropagation(); }); caption.on('click', function() { window.open(link.attr('href'), link.attr('target') || '_self'); }); } }); } }); })(jQuery)