• Hello,
    I’m trying to include the tile with the captions under each thumbnail with a NextGen gallery. I am currently using [ nggallery id=2 template=caption ] and have added this hack to display titles in the popup: https://j.modjeska.us/?p=113

    I am unable to determine how to include titles with each caption. Here is the page I am working on: https://thepointol.com/news/628/

    Thank you in advance for your help, I really appreciate it!

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    If I correctly understand what you’re trying to do, you are currently outputting the title as a title attribute for the link. This is OK, but it will only show as hover text. You are also adding a title attribute to the img tag, which is invalid.

    To get the title to display, you just need to rearrange your code so the title is output after the img tag is closed. In other words, output the title as plain html content, not as a title attribute inside a tag.

Viewing 1 replies (of 1 total)
  • The topic ‘NextGen Display Title with Caption under Thumbnail’ is closed to new replies.