I've installed the latest version of lightbox5.x-1.0-1 and copied the files from scriptaculous-drupal.zip to a clean installed drupal5.1

I'm trying to get the lightbox working together with the "image galleries". Something like when I click on the thumbnail, the lightbox will appear instead of the node page. I couldn't get it working even though the options under "Site Configuration" are all enabled.

Why lightbox still doesn't work with image galleries? Can somebody help me out?

Comments

stella’s picture

Assigned: Unassigned » stella

can you provide me with a URL to your site? Or can you tell me by looking at the html source what the class names are for the images in your gallery?

Cheers,
Stella

seakayjay’s picture

Actually i tested it on my local machine. It's not available on the internet yet. Below are the codes for the gallery:

          <div class="breadcrumb"><a href="/drupal5020507b/">Home</a> › <a href="/drupal5020507b/image">Image galleries</a></div>          
                    <h2>XP Wallpapers</h2>          
          
                              <ul class="images"><li style="height : 175px; width : 100px;">

<a href="/drupal5020507b/node/2"><img src="http://localhost/drupal5020507b/files/images/6avp2_1024.thumbnail.jpg" alt="adsf" title="adsf"  class="image thumbnail" width="100" height="75" /></a><h3><a href="/drupal5020507b/node/2">adsf</a></h3></li>
<li style="height : 175px; width : 100px;">
<a href="/drupal5020507b/node/1"><img src="http://localhost/drupal5020507b/files/images/6avp4_1024.thumbnail.jpg" alt="testing lightbox" title="testing lightbox"  class="image thumbnail" width="100" height="75" /></a><h3><a href="/drupal5020507b/node/1">testing lightbox</a></h3></li>
</ul>

FYI, I'm testing it on Apache 2.2.3/MySQL 5.0/PHP5.2.1

stella’s picture

Change line 8 on lightbox2/js/image_nodes.js and lightbox2/js/image_nodes_nogroup.js from if (Element.hasClassName(nodes[i], "image-thumbnail")) { to if (Element.hasClassName(nodes[i], "thumbnail")) {

Stella

seakayjay’s picture

Status: Active » Fixed

Thank you. it works. =)

stella’s picture

Should be fixed in lightbox2 5.x-1.1.

Cheers,
Stella

stella’s picture

Status: Fixed » Closed (fixed)