|
User Details |
message
|
|
DMeyer
post date:
2011-09-12 15:09:15
|
I have been trying to insert a Template Object > Optional or Editable Region in my Dreamweaver Template. I keep getting an error message "This layout structure seems to be invalid" when I go to Edit the Flexi CSS layout.
I'm guessing there is no way to do this. See example below.
<!-- TemplateBeginEditable name="locator" -->
<div class='cssLO contentPage_locator_sidebar_layout'>
<div class='locator_sidebar cssLI contentPage_locator_sidebar_design'>
<!-- locator_sidebar Content Starts Here -->
<div class="locator">
<p> <span class="smallText9">Enter your Zip Code:</span></p>
<p>
<input name="Zip/Postal Code" type="text" id="Zip/Postal Code" value="Zip/Postal Code" size="20" class="input" />
</p>
<p>
<button type="submit" value="Submit button" id="IR3button"><span>Submit button</span></button>
</p>
</div>
<!-- TemplateEndEditable -->
</div>
</div>
<!-- locator_sidebar Content Ends Here -->
|
|
|
DMeyer
post date:
2011-09-12 15:24:56
|
Actually the code is this, ignore the above code.
<!-- TemplateBeginEditable name="locator" -->
<div class='cssLO contentPage_locator_sidebar_layout'>
<div class='locator_sidebar cssLI contentPage_locator_sidebar_design'>
<!-- locator_sidebar Content Starts Here -->
<div class="locator">
<p> <span class="smallText9">Enter your Zip Code:</span></p>
<p>
<input name="Zip/Postal Code" type="text" id="Zip/Postal Code" value="Zip/Postal Code" size="20" class="input" />
</p>
<p>
<button type="submit" value="Submit button" id="IR3button"><span>Submit button</span></button>
</p>
</div>
</div>
</div>
<!-- TemplateEndEditable -->
|
|
|
Arlene Walker
post date:
2011-09-12 19:14:51
|
Need Coupon for Discount
Have been waiting since Saturday for coupon code to save on Flexi Layouts. Please send.
|
|
|
Andrei Rinciog [Extend Studio]
post date:
2011-09-13 06:11:40
|
Hello Arlene,
I received note from our sales department that they sent you an email with the discount already. Have you received the email? Do you want us to send again?
Regards,
Andrei Rinciog
|
|
|
Andrei Rinciog [Extend Studio]
post date:
2011-09-13 06:16:52
|
Hello DMeyer,
When you insert editable regions it is important that you insert them inside content regions from the layout.
For the editor to read the layout correctly it is important that nothing is added inside the structural divs. So, all content should be added only inside content regions, including editable regions comments.
If you want to make an entire structure editable you have to use section layouts. For example, if you have a column and inside it you have a specific layout for a page, don't add the specific layout inside the main layout. Add only the column in the main layout and then add an editable region inside. Then you can add section layouts on each page to add the specific layout for each page.
Regards,
Andrei Rinciog
|
|
|
DMeyer
post date:
2011-09-13 09:25:45
|
Thanks Andrei that is waht I thought.
In my situation it will be easier just to make multiple Dreamweaver templates with the different section content.
|
|