Hi We're using 4.14.0 and have 6 standard pages nested below another standard page.
They all have the same customisation in the settings and the same paint layout in the lookup settings which is set to:
<div class="general_content main_content">
<h1>Grade Level - %asset_metadata_Grade%</h1>
<div class="grades">
<div class="grade_item">
<div class="grade_heading">R2 Code</div>
<div class="grade_content">%asset_metadata_Code%</div>
</div>
<div class="grade_item">
<div class="grade_heading">Job Role</div>
<div class="grade_content">%asset_metadata_Role%</div>
</div>
%asset_contents%
</div>
</div>
Every page when selected display their respective metadata headings, however, only some display their asset contents.
I've tried putting the contents into both rawhtml or wysiwyg style divs and doesn't make any difference at all - the only thing I've noticed is that where is previously worked as a wysiwyg div and was changed to a rawhtml div, it stopped working! When I change it back it still doesn't work.
So the pages that work, I've left well alone, however, it doesn't explain why or how I get the content of those that don't display to display.
HELP!