Forum
Repeater items not showing up in related collection items
I have a collection template that contains a repeater, used for slider images but when I try to link items from a collection to a page template using perch:related, the repeater items don't get displayed.
Sounds similar to this: https://forum.grabaperch.com/forum/04-05-2017-repeaters-in-related-items
Just updated to Runway 3.03. Is there a fix for this in the pipe?
<perch:related id="house" collection="Houses">
<perch:before><ul></perch:before>
<li><a href="/houses/<perch:content id="memberslug" />"><perch:content id="member" />
<perch:if exists="sliderimages"><p>Repeater ID found but no content is output</p>
<perch:repeater id="sliderimages" >
<img src="<perch:content type="image" id="sliderimage" width="320" height="400" crop="true" />" alt="<perch:content type="text" id="alt" label="Image alt / description" required="true" />">
</perch:repeater>
<perch:else />
<img src="/img/placeholder.jpg" alt="<perch:content id="member" />">
</perch:if>
</a></li>
<perch:after></ul></perch:after>
</perch:related>
Yes, it's something we're looking into.