Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
NEWBIE - Can't get Colorbox to work
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
wrayco design  
View profile  
 More options Feb 11, 2:45 am
From: wrayco design <ama...@wraycodesign.com>
Date: Fri, 10 Feb 2012 23:45:08 -0800 (PST)
Local: Sat, Feb 11 2012 2:45 am
Subject: NEWBIE - Can't get Colorbox to work
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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Vincent Ferooz  
View profile  
 More options Feb 11, 9:55 am
From: Vincent Ferooz <vinc...@ferooz.net>
Date: Sat, 11 Feb 2012 15:55:57 +0100
Local: Sat, Feb 11 2012 9:55 am
Subject: Re: NEWBIE - Can't get Colorbox to work
Missing jquery.colorbox.js

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »