lightbox2

Change Caption URL in Lightbox

I've got the WP Slimbox2 plugin installed and I'm trying to have the caption's ULR point to a different site, not just the img URL. Any ideas out there on how this can be done? http://www.erisdesigns.net/wordpress/in-the-cloud/ ...

Trigger Lightbox onLoad w/ Delay

Does anyone familiar with Lightbox2 (http://www.huddletogether.com/projects/lightbox2/) know how to trigger a lightbox onLoad and preferably with a 1 minute delay? ...

How can I open a jumpmenu link in lightbox?

I have created a jQuery jumpmenu (using jQuerey Selectboxes) that opens a new window and it works great . One issue is that it can be blocked by a popup blocker so I would like to open the link with lightbox2 in drupal but still use the jumpmenu. Here is the jumpmenu in action: link text And here is the jQuery // $Id$ // Selectbox Jum...

jquery slideshow won't work because file attribution might be wrong

Hi, I recently launched some web pages using a jquery slideshow plugin which, of course, was working just fine on my hard drive. But now that the pages are on the server, I keep seeing an error code that the 'mygallery' file is undefined. I fixed this by pointing to the public folder location where the files are located but the script s...

How do I hide title and alt text tool tips?

Using Lightbox 2, I am trying to hide the (long) title and alt tool tips that pop up when I hover over an image thumbnail. By default Lightbox 2 uses the title attribute of the thumbnail link to populate the caption. I believe Firefox uses the title attribute and Internet Explorer uses the alt attribute for tool tips. As a work around ...

Lightbox not working in Drupal Advanced Poll module

Hi, I needed a poll to vote on pictures, so I chose Advanced Poll module. In choices I added html for images together with link to the picture and attributes for lightbox ... this is the code: <a title="picture" rel="lightbox" href="/sites/default/files/pic.jpg" class="lightbox-processed"> <img class="image image-big image-center" src=...

How to trigger event on arbitrary function call using jQuery

I'm wondering if it's possible to use jQuery's bind() to fire a custom event when an arbitrary function is called. Something like, /* when cmsPlugin.func() is called, fire myCustom.func() too */ $.bind( cmsPlugin.func, myCustom.func ); We're using the Lightbox2 plugin for Drupal on a site. When the lightbox is displayed, I want to f...

Adding Lightbox to an unsupported theme in Wordpress 3.0.1

Has anyone discovered a relatively easy way to add lightbox to a theme that doesn't support it out of the box? ...