Hi,
I've put the .js and .css files onto the server, called them in the
<head> and added additional script and added a class of "cboxgallery"
but the images aren't coming up in colorbox. I'm not sure why...maybe
something with my Syntax? I followed the beginners tutorial closely.
Please have a look!
http://readysetsgo.vaesite.com/gallery
Here is my head code:
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=UTF-8" />
<title>Ready, Sets, Go! | Modular Stage Sets</title>
<link rel="stylesheet" type="text/css" href="/_style.css" />
<link rel="stylesheet" type="text/css" href="/colorbox.css"
media="screen"/>
<script type="text/javascript" src="/jquery.min.js"></script>
<script type="text/javascript" src="/jquery.colorbox-min.js"></
script>
<script>
jQuery(document).ready(function () {
jQuery('a.cboxgallery').colorbox({ opacity:0.5 ,
rel:'group1' });
});
</script>
</head>
Here is the link class being called on a different page:
<a href="<v=photo,Full>" class="cboxgallery"><v:img path="photo"
image_size="Thumbnail"/></a>
The photos are working but just not coming up in the lightbox.