I ran into an issue concerning the use of lightbox scripts. I'm trying
to make use of one of these scripts in a k2-childtheme:
http://catcubed.com/2008/12/23/ceebox-a-thickboxvideobox-mashup/
or http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/
I have no idea which function to call when Advanced Navigation is
being loaded (if there is any!)
Would be helpful if there was a list of supported lightbox scripts and
some instructions on how to make them work.
--
You received this message because you are subscribed to the Google Groups "K2 Support" group.
To post to this group, send email to k2-su...@googlegroups.com.
To unsubscribe from this group, send email to k2-support+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/k2-support?hl=en.
jQuery(".entry-content").ceebox();
For prettyPhoto, try this:
jQuery("a[rel^='prettyPhoto']").prettyPhoto();
-Steve
K2 1.0.2
WP 2.9
WP-FancyZoom (plugin)
On Jan 7, 2:05 pm, Steve Lam <spikeys...@gmail.com> wrote:
> For ceeBox, try adding this line in K2 Options > Ajax Success JavaScript:
>
> jQuery(".entry-content").ceebox();
>
> For prettyPhoto, try this:
>
> jQuery("a[rel^='prettyPhoto']").prettyPhoto();
>
> -Steve
>
> On Jan 3, 2010, at 2:22 AM, flobster wrote:
>
>
>
> > Hi there, nice to see that kaytwo is making great advances,
>
> > I ran into an issue concerning the use of lightbox scripts. I'm trying
> > to make use of one of these scripts in a k2-childtheme:
>
> >http://catcubed.com/2008/12/23/ceebox-a-thickboxvideobox-mashup/
> > orhttp://www.no-margin-for-errors.com/projects/prettyphoto-jquery-light...
For more options, visit this group at http://groups.google.com/group/k2-support?hl=en.
On 7 Jan., 21:05, Steve Lam <spikeys...@gmail.com> wrote:
> For ceeBox, try adding this line in K2 Options > Ajax Success JavaScript:
>
> jQuery(".entry-content").ceebox();
>
> For prettyPhoto, try this:
>
> jQuery("a[rel^='prettyPhoto']").prettyPhoto();
>
> -Steve
>
> On Jan 3, 2010, at 2:22 AM, flobster wrote:
>
> > Hi there, nice to see that kaytwo is making great advances,
>
> > I ran into an issue concerning the use of lightbox scripts. I'm trying
> > to make use of one of these scripts in a k2-childtheme:
>
> >http://catcubed.com/2008/12/23/ceebox-a-thickboxvideobox-mashup/
> > orhttp://www.no-margin-for-errors.com/projects/prettyphoto-jquery-light...
For more options, visit this group at http://groups.google.com/group/k2-support?hl=en.
jQuery('.entry-content').ceebox( { html: false } );
on the options page and it works like a charm now!
> > k2-support+...@googlegroups.com<k2-support%2Bunsu...@googlegroups.com>
> > .
> > > > For more options, visit this group athttp://
> > groups.google.com/group/k2-support?hl=en.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "K2 Support" group.
> > To post to this group, send email to k2-su...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > k2-support+...@googlegroups.com<k2-support%2Bunsu...@googlegroups.com>
To unsubscribe from this group, send email to k2-support+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/k2-support?hl=en.