Before you ask please READ THIS

Lightbox Image Titles

edited February 2015 in Fame Posts: 1
Hi Guys

I purchased your great theme.
Just wondering is there anyway to get the image title to display in the lightbox. http://www.bridesofmerivale.co.nz/2015/genre/belladonna/

Thank again Grant

Comments

  • AirAir
    Posts: 10,970
    Hello there:-)

    I see you use works list with opening to lightbox. You will have to make small modification to get what you want.
    Go to fame\works-list.php line~114 and change this whole line
    echo '<a class="g-link'.($is_openable? ' link"' : '" data-group="gallery"').' href="'.esc_url($href).'" id="work-' . $post_id . '">';
    to
    echo '<a class="g-link'.($is_openable? ' link"' : '" data-group="gallery" data-title="'.esc_attr(get_the_title()).'"').' href="'.esc_url($href).'" id="work-' . $post_id . '">';
    With kind regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion