WebsiteBaker Support (2.8.x) > Templates, Menus & Design
Backend theme rendering
(1/1)
crnogorac081:
Did anyone notice that backend theme is not rendering correctly ?
for example
--- Code: --- <ul class="opening_tag">
<li>
<!-- BEGIN something_block -->
<div>{CONTENT_INSIDE}</div>
<!-- END something_block -->
</li>
<li>
<!-- BEGIN something2_block -->
<div>{CONTENT2_INSIDE}</div>
<!-- END something2_block -->
</li>
</ul>
--- End code ---
Outputs
--- Code: --- <ul class="opening_tag">
<li></li>
<li></li>
</ul>
<div>{CONTENT_INSIDE}</div>
<div>{CONTENT_INSIDE}</div>
--- End code ---
looks like blocks are rendering later, so it breaks my design.. Anybody know why ?
Navigation
[0] Message Index
Go to full version