Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted January 19, 20169 yr I use article images like this: http://goo.gl/N3bHTb How can i ad image text under that image?
January 19, 20169 yr There is no option for an image caption text. You could create a text field for it and call it in the database record template.
January 19, 20169 yr Author hmmm, it shows allaways that "label", how do i remove it? <span class="ipsBadge ipsBadge_style1">Field name: </span>
January 19, 20169 yr Author Hmmm, it is "No formatting" I put Template Key under article photo, like this {{if $record->record_image}} <div class="cCmsRecord_image"> <img class="ipsImage" src="{file="$record->record_image" extension="cms_Records"}"> <br />{$record->customFieldDisplayByKey('MYKEY', 'listing')|raw} </div> {{endif}}
January 19, 20169 yr Make sure to call the right setting. There is “listing” and “display”. You have probably mixed the two.
Archived
This topic is now archived and is closed to further replies.