When clicking on an image in image gallery, I want the image pop up to display text instead of the..

Instead of the image.

So image gallery, click on image, and instead of the image showing in the lightbox pop up I want som etext to show up instead.

Comments

  • Hi,
    You can't do it on image/gallery.
    It can be done only with shortcodes and custom html.


    <a href="#you-custom-id"   rel="lightbox"><img src="url to image" target="_blank" class="" /></a>

    <div id="you-custom-id" style="display:none">CONTENT HERE</div>

    There is no other option.
    Thanks.
Sign In or Register to comment.