That has sorted it.
Thank you for your time once again.
Thank you for your time once again.
<cms:template title='testimonials' clonable='1' order='90'>
<cms:editable name='who'
label='who gave testimonial'
type='text'
/>
<cms:editable name='where'
label='venue'
type='text'
/>
<cms:editable name='photographer'
label='photographer'
type='text'
/>
<cms:editable name='blurb'
label='blurb'
type='text'
/>
<cms:editable name='testimonial_image'
label='testimonial image'
type='image'
/>
</cms:template>
<!DOCTYPE html>
<body>
<h1 class="comments commentsphonadj"><cms:editable name='who'>Craig and Laura – June 2013</cms:editable></h1>
<div class="w-row commentscontainer notoppad">
<div class="w-col w-col-6">
<h3 class="commentsub commentsphnadj"><cms:editable name='where'><a class="inline-link"<cms:show venue_text /></a></cms:editable></h3>
<h3 class="commentsub commentsphnadj"><cms:editable name='photographer'>Photography by David Bailey</cms:editable></h3>
<p class="commentspara commentsphnadj"><cms:editable name='blurb'>Despite reading every wedding blog, book and magazine possible, I never imagined that stationery could be so elegant, beautiful and compliment a wedding as much as Lauras stationery did for our wedding. We met with Laura 18 months before our
wedding. I knew that I wanted the same person to do all our stationery so that there would be a theme running through the save the dates and all the on the day stationery. Laura was amazing I am the least artistic person imaginable but
Laura really understood what we wanted to achieve with our wedding stationery. It had to set the tone for our wedding when our family and friends received our wedding invitation I wanted them to know that we were having a beautiful, country
wedding. We held our reception at Nonsuch Mansion on 26 April 2014 and every commented on how beautiful our stationery was we colour coordinated our flowers, bridesmaids dresses and venue decorations. Lauras designs and creations complemented
everything perfectly. Her attention to detail is perfect we even had little diamantes on our menus and order of services. Even though I was sometimes a bit of a bridezilla, Laura was amazing at talking through my ideas and really delivering.
In fact, she exceeded our expectations.</cms:editable></p>
</div>
<div class="w-col w-col-6">
<img class="offset-keyline testimonial-image" src="<cms:show testimonial_image />" alt="<cms:show testimonial_image_alt />">
</div>
</div>
</body>
<cms:show_repeatable 'lauras_testimonials_list' >
<cms:if testimonials != '-' >
<cms:pages masterpage='testimonials.php' id='testimonials' >
<h3><cms:show k_page_title /></h3>
.. at this point all the regions defined in testimonials.php are available..
e.g.
<cms:show who />
<cms:show where />
<cms:show photographer />
</cms:pages>
</cms:if>
</cms:show_repeatable>
- box 1 (link 1)
- box 2 (link 2)
- box 3 (link 3)
<cms:repeatable name="home_link" label="Link" group="home_links_group">
<cms:editable type="text" name="home_link_title" label="Title" />
<cms:editable type="text" name="home_link_text" label="Text" />
<cms:editable type="dropdown" name="home_link_url" label="Link to" opt_values="my-links.html" dynamic="opt_values" />
</cms:repeatable>
Please Select=-
<cms:pages masterpage='about-us.php' orderby='publish_date' order='desc' limit='1'>
| <cms:show k_template_title />=<cms:show k_template_link />
</cms:pages>
<cms:pages masterpage='about-us.php' orderby='publish_date' order='desc' offset='1'>
| <cms:show k_page_title />=<cms:show k_page_link />
</cms:pages>
<cms:pages masterpage='standards.php' orderby='publish_date' order='desc' limit='1'>
| <cms:show k_template_title />=<cms:show k_template_link />
</cms:pages>
<cms:pages masterpage='standards.php' orderby='publish_date' order='desc' offset='1'>
| <cms:show k_page_title />=<cms:show k_page_link />
</cms:pages>
<cms:show_repeatable 'home_link' >
<a class="panel" href="<cms:show home_link_url />">
<h2 class="panel__title"><cms:show home_link_title /></h2>
<div class="panel__text">
<p><cms:show home_link_text /></p>
</div>
</a>
</cms:show_repeatable>
<cms:input type="checkbox" opt_values="<cms:show simple />" />
<cms:input type="checkbox" opt_values="a | b" />