Closed (fixed)
Project:
Lightbox2
Version:
6.x-1.8
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Nov 2008 at 13:10 UTC
Updated:
2 Jan 2014 at 19:06 UTC
Jump to comment: Most recent
Comments
Comment #1
stella commentedCan you try the latest dev version of the module?
Cheers,
Stella
Comment #2
JonoB commentedThanks 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.
Comment #3
JonoB commentedHi 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.
Comment #4
stella commentedThe 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
Comment #5
JonoB commentedsorry 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:
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.
Comment #6
stella commentedThe 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.
Comment #7
JonoB commentedOh my word, I am embarrassed.
Thanks for your help, much appreciated.
I've closed the issue.
Comment #8
stella commented