Hi guys, I’ve got image captions working OK for images inside a standard post using this format on the image caption field…
However, I need to do the same for Featured images, just below the image as per this mock…
https://i.imgsafe.org/d4773c1c78.jpg
Could you please advise the best approach?
Thanks.
Hello ki64qw3,
Please refer to this link here -> https://forum.tagdiv.com/topic/small-author-image-on-single-post-when-mobile-theme-on/
Hope this helps!
If is not what you mean, please provide more detail so I will be able to provide a more accurate response.
Thanks.
Hi Catalin
That link you supplied relates to an Author image on mobile. My issue relates to how to display an Image Caption underneath the Featured Image at the top of a post.
I’ve got the Image Caption and link displaying OK within a post body (using the a href link in the image caption field). But I need to display the same for the Featured Image on a post as per this mock below (see pink arrow)…
https://i.imgsafe.org/d4773c1c78.jpg
Thanks.
Hello,
Sorry for the misunderstanding. The image caption is shown or not depending on the post template you use. Some post templates show the caption and some do not. Please try to change the post template to a different one that will show the caption.
Thank you!
Hello ki64qw3,
Please notice that the image caption was hidden for design reasons for post template style 3. You should try to use the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-post-template-3 .td-post-header-holder .wp-caption-text {
display: block;
bottom: 5px;
right: 25px;
position:absolute;
color:white;
}
The result you should see here -> http://screencast.com/t/yUW4ww00
Thanks for the message!
Hello ki64qw3,
You can send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further inspect it closer your setup page. Also, please provide there the link of this topic so we can easily identify you.
Thanks for your understanding!