Unit Interactive Staff Aug 24, 2009
Unify Repeatables are groupings of content that utilize two special classes: unifyRepeatArea and unifyRepeat. By applying the unifyRepeatArea class to a container, you create an area that can hold multiple content arrays with the unifyRepeat class applied to them. The example below shows the proper arrangement.
All unifyRepeat elements must be inside of a unifyRepeatArea wrapper. This wrapper must be a block-level element, and will restrict the movement of unifyRepeat elements to within its boundary
In the Unify visual editor:

Hello, I'm having issues with unify not recognizing my repeatable areas. I did my best to make sure that the markup was correct. Take a look below to see if I'm just full of crap though. is something wrong here?
<div class="unifyRepeatArea">
<div class="threeCol unifyRepeat">
<h3 class="red">Rainbow Springs Ranch</h3>
<p>E 1601 Elioka Lake Road / Phone: 509-276-8552 / Fax :509-276-8725<br />
Website: www.rainbowspringsranch.com / Email: rainbowspringsbb@aol.com</p>
</div>
<div class="threeCol unifyRepeat">
<h3 class="red">The Serenity Inn</h3>
<p>N 21516 Felspar Road / Phone: 509-276-1844 / Fax: 509-276-9004<br />
Website: www.theserenityinn.com / Fax: info@theserenityinn.com</p>
</div>
<div class="threeCol unifyRepeat">
<h3 class="red">Look Lake Motel</h3>
<p>3945 Hwy 292 / Phone: 509-233-2916 / Fax: 509-233-2916<br />
Emaili: loonlakemoteladmin@qwestoffice.net</p>
</div>
<div class="threeCol unifyRepeat">
<h3 class="red">Quality Inn Oakwood</h3>
<p>7919 North Division / Phone: 509 467-4900 / Fax: 509-467-4933<br />
Website: qualityinnoakwood.com / Email: ruthmoss@comcast.net</p>
</div>
</div>