Also, I am using the “do not group images” gallery type.
Here is the code of how I am placing my images and trying to trigger the fancy box.
<a rel="group" class="gallery" title="title 1" href="http://www.bausermangroup.com/wp-content/uploads/2010/12/bausermanwork1.jpg"><img src="http://www.bausermangroup.com/wp-content/uploads/2010/12/bausermanwork1thumb.jpg" alt="" /></a>
This page has 15 images that will have different “rel” titles but currently nothing is triggering the Fancy box.
Here is what my header looks like
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<title><?php wp_title(); ?> <?php bloginfo( 'name' ); ?></title>
<link rel="profile" href="http://bausermangroup.com" />
<link rel="stylesheet" href="<?php bloginfo( 'stylesheet_url' ); ?>" type="text/css" media="screen" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
</head>