Viewing 1 replies (of 1 total)
  • I’m not sure but you could try this in the themes footer.php probably right before the closing </body> tag:

    
    <script type="text/javascript">
    jQuery(function(){
    	if (Modernizr.touch) {
    		jQuery(document).off('ready', easy_fancybox_handler);
    	}
    });
    </script>
    
Viewing 1 replies (of 1 total)
  • The topic ‘“Easy FancyBox” Modernizr – where to put code to disable on touch’ is closed to new replies.