Forum
Every code not working for second row
Perch 3.0.9 What is wrong this code that the second row items are in a list orientation one on top of the other centered.
<perch:before>
<div class="row small-up-1 medium-up-1 large-up-3" style="border: none;padding-top:15px;padding-bottom: 6px;" >
</perch:before>
<div class="column center" style="text-align:center;">
<span style="text-align:center;font-size:18px;font-weight:bold;"><perch:content id="title" type="text" label="Name of Restaurant" /></span><br />
<a href="https://www.google.com/maps/place/<perch:content id="address" type="text" Label="Address" />"><perch:content id="address" type="text" label="Address" /></a><br />
<a href="tel:<perch:content id="phone" type="text" label="Phone number" />" ><perch:content id="phone" type="text" label="Phone Number"/></a><br />
<perch:content id="text" type="textarea" label="Text" html="true" editor="ckeditor" imagewidth="640" imageheight="230" />
</span></div>
<perch:every count="3">
</div>
<div class=“row small-up-1 medium-up-1 large-up-3" style="border: none;padding-top:15px;padding-bottom: 6px;">
</perch:every>
<perch:after>
</div>
</perch:after>
If this can't be fixed. My client wants multiple items on the page that alphabetize and are 3 across. Items will often be removed so we need a way to move an item up to the previous row if one is deleted.
Can you show the output you're getting and the output you want?
There should be two rows of 3 items -- 3 across. Not one row, three across and next row 1 item on top of another in the center of the page.
oops forgot to put in page example -- visitfairfieldcounty.org /resttest3.php If you go to that page you will see the "train wreck".
Got it working. Apparently, there was some conflict with the Foundation row code. It is working now Apparently not closing correctly at the bottom as it writes over the footer. But the rows are good and have 3 across. The perch alphabetize feature does not work with this. You have to use the reorder feature in order for the items to be alphabetized..
Ah, well done :)