XF 1.5 LIghtbox on page node - no title, thumbnail, or carousel

Mouth

Well-known member
I have some images on my webserver, that I'm displaying in a page node with Lightbox css. For example ...
HTML:
<a href="/pics/Screen_Shot_2000_June.png" target="_blank" class="LbTrigger" data-href="misc/lightbox"><img width="200" alt="Screenshot, June 2000" border="0" src="/pics/thumb.Screen_Shot_2000_June.png" title="Screenshot, June 2000" class="bbCodeImage LbImage" /></a>

The thumbnail shows, and clicking it gives the larger image within Lightbox pop-up. Except;
  • The Lightbox title in the top left is only "N/A"
  • There is no thumbnail within the Lightbox pop-up, at the bottom centre
  • With multiple images on the page, using above code, the carousel left/right arrow images do not function and rotate through images
Can I correct any/all of these?
 
Top Bottom