Hi, running CMS Made Simple 1.11.8 on a site, and having some trouble displaying some field definitions in a very simple custom Summary Template.
The field definitions I added were "Slide URL," "Slide Link URL," and "Slide Link Text."
My template:
{foreach from=$items item=entry}
<li><img src="{$entry->slide_url}" width="1170" height="516"><div class="slide-caption"><h1>{$entry->title}</h1><h2>{eval var=$entry->content}</h2><h4><a href="{$entry->slide_link_url}" class="slide-cta">{$entry->slide_link_text} +</a></h4></div></li>{/foreach}
None of the field definitions are showing up on the rendered page, though -- they're blank.
Any ideas?
Thanks.