jquery for gallery
authorLaury GvR <laury@gaslightmedia.com>
Fri, 17 Oct 2014 20:52:53 +0000 (16:52 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 17 Oct 2014 20:52:53 +0000 (16:52 -0400)
footer.php

index b5daa16..812319d 100644 (file)
             }
         });
     });
-    var jurl = jQuery(".ngg-gallery-thumbnail").attr("title");
-    jQuery(".ngg-gallery-thumbnail").attr("href","http://gaslight.upnorth.net/our-work/"+jurl);
+    jQuery('.ngg-fancybox').each(function() {
+        var jurl = jQuery(this).attr("title");
+        jQuery(this).attr("href","http://gaslight.upnorth.net/our-work/"+jurl);
+    });
 </script>
 <?php wp_footer(); ?>
 <?php do_action('foundationPress_before_closing_body'); ?>