Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author dFactory

    (@dfactory)

    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=”https://&#8230;../wp-content/uploads/2011/07/header_pic.jpg”>LINK</a

    but how to link to a gallery?

    Thanx.

    Plugin Author dFactory

    (@dfactory)

    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="https://.../wp-content/uploads/2014/11/487712321.jpg" rel="lightbox-1">LINK</a>
    <a title="test" href="https://.../wp-content/uploads/2014/11/185407465.jpg" rel="lightbox-1"></a>
    <a title="test" href="https://.../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

    Plugin Author dFactory

    (@dfactory)

    This can be done only manually in your theme. Adding rel to your image links in admin (post editing screen) will not work.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Does this lightbox support text input only?’ is closed to new replies.