In the head area of your document:
<script type="text/javascript">
$(document).ready(function() {
$("#col_wrap a").fancybox();
});
</script>
In your image tags:
<div align="center" id="col_wrap">
Notice the ("#col_wrap a")
I'm no javascript expert, but I've found that the Fancybox gallery
won't display and work as intended unless these tags match.
Good luck!!
The javascript has to match each image tag for the group: <a
class="group" a rel="group" ....>
Notice the "a" missing before "class"? <a rel="group"
class="gallery"...>
Stick that in there and re-upload to see what happens...
No luck. Again thanks for your time
--
You received this message because you are subscribed to the Google Groups "fancybox" group.
To post to this group, send email to fanc...@googlegroups.com.
To unsubscribe from this group, send email to fancybox+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/fancybox?hl=en.
How about my linked files what do you think?
On Jan 5, 2010 4:27 PM, "Jefgun" <j...@guniondesign.com> wrote:
On Jan 5, 1:36 pm, sherise Rogers <swagg3rs0fr...@gmail.com> wrote:
> How about my linked files what do you think?
>
> On Jan 5, 2010 4:27 PM, "Jefgun" <j...@guniondesign.com> wrote:
>
> Looks like you might be missing a character in your image tags...
>
> The javascript has to match each image tag for the group: <a
> class="group" a rel="group" ....>
>
> Notice the "a" missing before "class"? <a rel="group"
> class="gallery"...>
>
> Stick that in there and re-upload to see what happens...
>
> --
> You received this message because you are subscribed to the Google Groups
> "fancybox" group.
> To post to this group, send email to fanc...@googlegroups.com.
> To unsubscribe from this group, send email to
> fancybox+u...@googlegroups.com<fancybox%2Bunsu...@googlegroups.com>
On Jan 5, 1:36 pm, sherise Rogers <swagg3rs0fr...@gmail.com> wrote:
> How about my linked files what do you think?
>
> On Jan 5, 2010 4:27 PM, "Jefgun" <j...@guniondesign.com> wrote:
>
> Looks like you might be missing a character in your image tags...
>
> The javascript has to match each image tag for the group: <a
> class="group" a rel="group" ....>
>
> Notice the "a" missing before "class"? <a rel="group"
> class="gallery"...>
>
> Stick that in there and re-upload to see what happens...
>
> --
> You received this message because you are subscribed to the Google Groups
> "fancybox" group.
> To post to this group, send email to fanc...@googlegroups.com.
> To unsubscribe from this group, send email to
> fancybox+u...@googlegroups.com<fancybox%2Bunsu...@googlegroups.com>
No the fancybox javascript files. I went along the usage page on the fancybox website. www.fancybox.net/howto
On Jan 5, 2010 4:39 PM, "Jefgun" <j...@guniondesign.com> wrote:
What linked files? You mean your website?
On Jan 5, 1:36 pm, sherise Rogers <swagg3rs0fr...@gmail.com> wrote: > How about my linked files ...
> On Jan 5, 2010 4:27 PM, "Jefgun" <j...@guniondesign.com> wrote: > > Looks like you might be missin...
> fancybox+u...@googlegroups.com<fancybox%2Bunsu...@googlegroups.com>
> .
> For more options, visit this group athttp://groups.google.com/group/fancybox?hl=en.
--
You received this message because you are subscribed to the Google Groups "fancybox" group.
To post to this group, send email to fanc...@googlegroups.com.
To unsubscribe from this group, send email to fancybox+u...@googlegroups.com.
I don't have a jquery file it wasn't in the folder when I downloaded so I searched for it. The other files were included. Wait except for the jquery.easing.js
On Jan 5, 2010 4:39 PM, "Jefgun" <j...@guniondesign.com> wrote:
What linked files? You mean your website?
On Jan 5, 1:36 pm, sherise Rogers <swagg3rs0fr...@gmail.com> wrote: > How about my linked files ...
> On Jan 5, 2010 4:27 PM, "Jefgun" <j...@guniondesign.com> wrote: > > Looks like you might be missin...
> fancybox+u...@googlegroups.com<fancybox%2Bunsu...@googlegroups.com>
> .
> For more options, visit this group athttp://groups.google.com/group/fancybox?hl=en.
--
You received this message because you are subscribed to the Google Groups "fancybox" group.
To post to this group, send email to fanc...@googlegroups.com.
To unsubscribe from this group, send email to fancybox+u...@googlegroups.com.
To unsubscribe from this group, send email to fancybox+u...@googlegroups.com.
<a rel="group" a class="group" ......
you are duplicating the anchor tag <a>
you should have:
<a rel="group" class="group" ......
On Jan 5, 1:52 pm, sherise Rogers <swagg3rs0fr...@gmail.com> wrote:
> i guess i loaded twice because i'm also using a scrolling javascript code. I
> took one out but i still cant get fancybox to work.
>
> On Tue, Jan 5, 2010 at 4:41 PM, JFK <jfk.d...@gmail.com> wrote:
> > you are loading jquery twice
>
> > On Jan 5, 1:36 pm, sherise Rogers <swagg3rs0fr...@gmail.com> wrote:
> > > How about my linked files what do you think?
>
> > > On Jan 5, 2010 4:27 PM, "Jefgun" <j...@guniondesign.com> wrote:
>
> > > Looks like you might be missing a character in your image tags...
>
> > > The javascript has to match each image tag for the group: <a
> > > class="group" a rel="group" ....>
>
> > > Notice the "a" missing before "class"? <a rel="group"
> > > class="gallery"...>
>
> > > Stick that in there and re-upload to see what happens...
>
> > > --
> > > You received this message because you are subscribed to the Google Groups
> > > "fancybox" group.
> > > To post to this group, send email to fanc...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > fancybox+u...@googlegroups.com<fancybox%2Bunsu...@googlegroups.com>
> > <fancybox%2Bunsu...@googlegroups.com<fancybox%252Buns...@googlegroups.com>
I corrected the issue you stated but still no change
On Jan 5, 2010 5:56 PM, "JFK" <jfk....@gmail.com> wrote:
you have syntax errors:
<a rel="group" a class="group" ......
you are duplicating the anchor tag <a>
you should have:
<a rel="group" class="group" ......
On Jan 5, 1:52 pm, sherise Rogers <swagg3rs0fr...@gmail.com> wrote: > i guess i loaded twice becaus...
> On Tue, Jan 5, 2010 at 4:41 PM, JFK <jfk.d...@gmail.com> wrote: > > you are loading jquery twice >...
> > <fancybox%2Bunsu...@googlegroups.com<fancybox%252Buns...@googlegroups.com>
> > > > . > > > For more options, visit this group athttp:// > > groups.google.com/group/fancybox?hl...
> > For more options, visit this group at > >http://groups.google.com/group/fancybox?hl=en.
--
You received this message because you are subscribed to the Google Groups "fancybox" group.
To post to this group, send email to fanc...@googlegroups.com.
To unsubscribe from this group, send email to fancybox+u...@googlegroups.com.
so this line
<script src="http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js"
type="text/javascript"></script>
goes BEFORE, FIRST, ABOVE of this line
<script type="text/javascript" src="http://sheriserogers.com/wp-
content/themes/Sherise_Theme/fancybox/fancybox.js"></script>
actually, you suppose to be loading jquery js script BEFORE than any
other script that relay on it
On Jan 5, 2:59 pm, sherise Rogers <swagg3rs0fr...@gmail.com> wrote:
> I corrected the issue you stated but still no change
>
> On Jan 5, 2010 5:56 PM, "JFK" <jfk.d...@gmail.com> wrote:
>
> you have syntax errors:
>
> <a rel="group" a class="group" ......
>
> you are duplicating the anchor tag <a>
> you should have:
>
> <a rel="group" class="group" ......
>
> On Jan 5, 1:52 pm, sherise Rogers <swagg3rs0fr...@gmail.com> wrote: > i
> guess i loaded twice becaus...
>
> > On Tue, Jan 5, 2010 at 4:41 PM, JFK <jfk.d...@gmail.com> wrote: > > you
>
> are loading jquery twice >...> > <fancybox%2Bunsu...@googlegroups.com<fancybox%252Buns...@googlegroups.com>
>
> <fancybox%252Buns...@googlegroups.com<fancybox%25252Bun...@googlegroups.com>
>
>
>
> > > > > . > > > For more options, visit this group athttp:// > >
>
> groups.google.com/group/fancybox?hl...
>
> > > For more options, visit this group at > >
>
> http://groups.google.com/group/fancybox?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "fancybox" group.
> To post to this group, send email to fanc...@googlegroups.com.
> To unsubscribe from this group, send email to
> fancybox+u...@googlegroups.com<fancybox%2Bunsu...@googlegroups.com>
> .
> For more options, visit this group athttp://groups.google.com/group/fancybox?hl=en.
Ok thanks ill try that tomorrow and let you know of that works
On Jan 5, 2010 7:38 PM, "JFK" <jfk....@gmail.com> wrote:
well, you suppose to be loading jquery js script BEFORE the fancybox
js script
so this line
<script src="http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js"
type="text/javascript"></script>
goes BEFORE, FIRST, ABOVE of this line
<script type="text/javascript" src="http://sheriserogers.com/wp-
content/themes/Sherise_Theme/fancybox/fancybox.js"></script>
actually, you suppose to be loading jquery js script BEFORE than any
other script that relay on it
On Jan 5, 2:59 pm, sherise Rogers <swagg3rs0fr...@gmail.com> wrote: > I corrected the issue you st...
> On Jan 5, 2010 5:56 PM, "JFK" <jfk.d...@gmail.com> wrote: > > you have syntax errors: > > <a rel="...
> <fancybox%252Buns...@googlegroups.com<fancybox%25252Bun...@googlegroups.com>
> > > > > > > > . > > > For more options, visit this group athttp:// > > > > groups.google.com/group...
> fancybox+u...@googlegroups.com<fancybox%2Bunsu...@googlegroups.com>
> .
> For more options, visit this group athttp://groups.google.com/group/fancybox?hl=en.
--
You received this message because you are subscribed to the Google Groups "fancybox" group.
To post to this group, send email to fanc...@googlegroups.com.
To unsubscribe from this group, send email to fancybox+u...@googlegroups.com.
On Jan 5, 7:41 pm, sherise Rogers <swagg3rs0fr...@gmail.com> wrote:
> Ok thanks ill try that tomorrow and let you know of that works
>
> On Jan 5, 2010 7:38 PM, "JFK" <jfk.d...@gmail.com> wrote:
>
> well, you suppose to be loading jquery js script BEFORE the fancybox
> js script
>
> so this line
> <script src="http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js"
> type="text/javascript"></script>
> goes BEFORE, FIRST, ABOVE of this line
> <script type="text/javascript" src="http://sheriserogers.com/wp-
> content/themes/Sherise_Theme/fancybox/fancybox.js"></script>
>
> actually, you suppose to be loading jquery js script BEFORE than any
> other script that relay on it
>
> On Jan 5, 2:59 pm, sherise Rogers <swagg3rs0fr...@gmail.com> wrote: > I
> corrected the issue you st...
>
> > On Jan 5, 2010 5:56 PM, "JFK" <jfk.d...@gmail.com> wrote: > > you have
>
> syntax errors: > > <a rel="...> <fancybox%252Buns...@googlegroups.com<fancybox%25252Bunsubscribe@googl egroups.com>
>
> <fancybox%25252Bun...@googlegroups.com<fancybox%2525252Bunsubscribe@g ooglegroups.com>
>
>
>
> > > > > > > > > . > > > For more options, visit this group athttp:// > > > >
>
> groups.google.com/group...> fancybox+u...@googlegroups.com<fancybox%2Bunsubscribe@googlegroups.c om>
>
> <fancybox%2Bunsu...@googlegroups.com<fancybox%252Bunsubscribe@googlegro ups.com>
>
> > .
> > For more options, visit this group athttp://
>
> groups.google.com/group/fancybox?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "fancybox" group.
> To post to this group, send email to fanc...@googlegroups.com.
> To unsubscribe from this group, send email to
> fancybox+u...@googlegroups.com<fancybox%2Bunsubscribe@googlegroups.c om>
TonyAlfrey thank you so much, I'll never be able to done it if you didn't help me, I finally done, in css for fancybox in url is only been 'file' .png bicouse originaly css is been stored in folder fancybox and
when I put him to CSS folder the routes in css stayed that was the problem, try now to see is it work.. :)