Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
paolom83
tagDiv Member

Hi alexandreminem
Were you able to solve this problem?
Could you tell me your solution?

  • This reply was modified 9 years by paolom83.
paolom83
tagDiv Member

Ok thank you, I meant exactly the second chance.
There is documentation regarding this and that of the link?

paolom83
tagDiv Member

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)