Jump to content

Image text to article images

Featured Replies

Posted

I use article images like this:

 

 http://goo.gl/N3bHTb

 

How can i ad image text under that image?

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. 

  • Author

Thanks, but how? :)

  • Author

Haa, i got it. This is too easy. I love this system!! :D

  • Author

hmmm, it shows allaways that "label", how do i remove it?

 

<span class="ipsBadge ipsBadge_style1">Field name: </span>

 

“No formatting” or “Custom Formatting” in the field settings. 

  • 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}}

 

Make sure to call the right setting. There is “listing” and “display”. You have probably mixed the two. 

  • Author

Yes! Thanks! =)))

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.