Using the jQuery plugin http://jquery.com/plugins/project/jquerylightbox_bal
Is there a way to have the title and NEXt/PREVIOUS buttons always appear. Currently we have to hover to have these appear and my users mostly aren’t noticing that.
LightBox2 and others allow this but I need it based on jQuery as the other frameworks interfere with my other js.
It’s for this web site: http://BiblePro.BibleOcean.com
It is not currently possible as an option, however you can modify the lightbox js file with the following changes:
to:
and the same for the next a few lines below.
Later on you will find:
Change that to:
And that should do it for you. You can either include the unminified js file in your html, or minify that js file and save that (I use the YUI js compressor).
I will consider making it an option for a future release.