Featured Image – Show Caption

Posted in: Newspaper
Post count: 6

Hello to all
I wanted information. I can not make out the caption of the photos in evidence with the single-template-7.
I tried to find some solutions on this forum but to no avail.
you can make them see them
image caption

  • This topic was modified 10 years by paolom83.
Post count: 23312

Hello paolom83,

Unfortunately, we know about this issue with smart list 7, I have added yet on our list of improvements and we will solve it in next future update. Until we resolve this, you can try to use subtitle option from the panel, like this -> http://screencast.com/t/NITapO55Ao and the result you should see here -> http://screencast.com/t/4i0eGexo5y1t

Hope this helps!

Sorry for the inconvenience!

Post count: 6

I’ve tried this feature
<div class="td-parallax-header">
<div class="td-read-down"><i class="td-icon-read-down"></i></div>
</div>
<?php
$featured_image_id = get_post_thumbnail_id($td_mod_single->post->ID);
$featured_image_info = td_util::attachment_get_full_info($featured_image_id, 'full');
echo '<div class="td-feat-image-caption">' . $featured_image_info['caption'] . '</div>';
?>
</div>

</div>

With this i’ve resolve the question.
Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.