Viewing 1 replies (of 1 total)
  • I found that if you have your image set in the content, the attribute for the caption is missing from the html.

    on line 791 replace this:

    echo '<div class="content" style=""' . $datathumb . '>';
    with
    echo '<div class="content" style=""' . $datacaption . $datathumb . '>';
Viewing 1 replies (of 1 total)
  • The topic ‘How to make captions show?’ is closed to new replies.