I’m sorry but can you describe that in more detail?
Do you want to display text in lightbox instead of the image?
I have the same problem:
i want to link to a lightbox gallery just from a textlink. No thumbnail.
It is easy to link to a single pic like this:
a title=”start3″ rel=”lightbox” href=”http://…../wp-content/uploads/2011/07/header_pic.jpg”>LINK</a
but how to link to a gallery?
Thanx.
You’d need do display text links for all the gallery images and use rel=”lightbox-1″ (or different number for each gallery – if you have more than one)
like this:
<a title="test" href="http://.../wp-content/uploads/2014/11/487712321.jpg" rel="lightbox-1">LINK</a>
<a title="test" href="http://.../wp-content/uploads/2014/11/185407465.jpg" rel="lightbox-1"></a>
<a title="test" href="http://.../wp-content/uploads/2014/11/184342974.jpg" rel="lightbox-1"></a>
but that doesnt work…
it works…i forgot to activate “show single pic as gallery”
thanx
but there is a new problem:
how can I use diferrent galleries on one page?
I tried to use “rel=lightbox-1” and “rel=lightbox-2” but it always shows all pictures
This can be done only manually in your theme. Adding rel to your image links in admin (post editing screen) will not work.