Following the example provided with the module I used the following mark up.
<a href="/files/Combo.JPG" title="Student Combo" align="right" rel="lightbox[Combo]">image #1</a>
<a href="/files/Combo2.JPG" title="Student Combo" align="right" rel="lightbox[Combo]">image #2</a>
<a href="/files/Combo.JPG" title="Student Combo" align="right" rel="lightbox[Combo]">image #3</a>What I get is a white square with the spinning icon with a 1 inch high rectanble attached beneath it extending to the browser edges. On the right of this rectangle is the X with a vertical scroll bar.
I get the same behavior with this markup:
<a href="/files/Combo.JPG" title="Student Combo" rel="lightbox">image #1</a>
<a href="/files/Combo2.JPG" title="Student Combo" rel="lightbox">image #2</a>
<a href="/files/Combo3.JPG" title="Student Combo" rel="lightbox">image #3</a>
I tried both the dev release and the official release. I wrote the bug up against the official release.
I tried this on two different computers and I cleared the browser cache.
Rich
Comments
Comment #1
alippai commentedI confirm this.
Comment #2
rl commentedI thought I had jLightbox module disabled. When truly disabled, the module works. I am closing this. Sorry for the noise. Maybe this will help someone else with the same problem.
Rich