Heading says it all...images work fine in FF, but not IE.

You can see an example at
http://www.aotguild.eu/test_drupal/?q=content/we-were-prepared-kind-illi...

The code that I am using is as follows:

<a href="http://www.aotguild.eu/test_drupal/files/illidan.jpg" rel="lightbox[][Illidan Killshot]">
<img src="http://www.aotguild.eu/test_drupal/files/illidan_thumbnail.jpg" />
</a>

Lightbox does popup in IE, but no image is shown.

Comments

stella’s picture

Can you try the latest dev version of the module?

Cheers,
Stella

JonoB’s picture

Thanks for the reply Stella.

Upgraded to the latest dev version, and unfortunately its broken in FF, IE and Google Chrome :(

I wonder if I should just take the plunge and upgrade the whole site to Drupal 6....the owners dont have that much content on the site yet anyway.

JonoB’s picture

Version: 6.x-1.8 » 5.x-2.8
Category: support » bug
Status: Closed (fixed) » Active

Hi again,

I installed a brand new version of Drupal 6 and Lightbox 2...and happy to report that it (almost) works properly in all browsers.

Seems like the image title and the close button are in strange locations....see http://www.something.com/aot/node/9 for an example.

This happens the release version of Lightbox2, as well as the dev snapshot (which is what is currently installed).

When I run the lite version, it seems that the image title and close button are correctly placed.

stella’s picture

Version: 5.x-2.8 » 6.x-1.8

The issue with the close button appearing in the wrong place in the D6 version has been fixed in the dev release. If you have upgraded to the dev release, then you will need to run update.php and clear your browser cache.

Cheers,
Stella

JonoB’s picture

Version: 5.x-2.8 » 6.x-1.8

sorry Stella, but its still not working for me :(

Just to be clear, I did the following:
-disabled the module in drupal
-deleted the lightbox.module from /sites/all/modules
-deleted image.module (the only other module installed to date on this config) from /sites/all/modules
-cleared browser cash
-downloaded and installed the 6.x-1.x-dev module and ftp to /sites/all/modules
-enabled the module in drupal
-ran update.php (I select "1" from the lightbox 2 combobox) - it seemed to run one query, and said no changes for "2" and "3"
-cleared browser cache
=> same problem as before

I even tried on someone else's browser, with exact same result.

I also tried with the following code:

<a href="http://www.something.com/aot/sites/default/files/illidan.jpg" rel="lightbox[test]">image #1</a>
<a href="http://www.something.com/aot/sites/default/files/illidan.jpg" rel="lightbox[test][caption 2]">image #2</a>
<a href="http://www.something.com/aot/sites/default/files/illidan.jpg" rel="lightbox[test][caption 3]">image #3</a>

You can see this at http://www.something.com/aot/node/9 - the image titles are missing completely, there are no back/forward buttons and the close button is still at the bottom right.

I'm not sure what else this could be....perhaps some obscure server or php setting?

Thanks again for any help that you can provide.

stella’s picture

The close button appears on the bottom right because that is the lightbox2 layout you have choosen. You will need to choose the "alternative layout" on admin/settings/lightbox2 if you wish to have it appear at the top right.

The navigation buttons are not appearing because all of the linked to images are the same. Duplicate images are removed from the lightbox list, so since all 3 links point to the same image, only one is placed in the list and so navigation links appear because there are no other images in the list to navigate to.

JonoB’s picture

Status: Active » Fixed

Oh my word, I am embarrassed.

Thanks for your help, much appreciated.

I've closed the issue.

stella’s picture

Category: bug » support

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

Status: Active » Closed (fixed)