Problems, need help? Have a tip or advice? Post it here.
4 posts Page 1 of 1
Hi all,

I have added a repeatable text box to the Admin Panel for the Client to add in custom Testimonials. This is the second <cms:show_repeatable ''> I have used on this website but I can't seem to get this one working... The repeatable script is not outputting/showing anything. I have attached my code and would be grateful for any advice.

Code: Select all
<cms:template title='Testimonials' />

<cms:repeatable name='testimonials'>
   <cms:editable type='text' name='name' label='Name' />
   <cms:editable type='richtext' name='testimonial' label='Testimonial' />
</cms:repeatable>

<section class="testimonials">
   <div class="row">
      <cms:show_repeatable 'testimonials'>
         <div class="medium-12 small-12 columns">
            <h3 class="section-title"><cms:show name /></h3>
            <p><cms:show testimonial /></p>
         </div>
      </cms:show_repeatable>
   </div>
</section>

Hi, I copy-paste your code. Everything worked normally.
on CouchCMS Version 2.1.beta (20170922)

Attachments

Hi,

Why would this not work for me then?

It's looping through each Testimonial but not showing the content?

Image

Fixed...

Cache issue I think!
4 posts Page 1 of 1
cron