Forum
Content Area not showing up recently deleted area
I usually delete an Content Area and then refresh the page, and the refresh in Perch and the content area shows up again.
However this time, it has not.
Is there any way to look into this without deleting the whole page and starting again? I have spent a lot of time working on building this page up and don't want to have to redo it again.
My code for the 'full width' page template is this:
<?php include($_SERVER['DOCUMENT_ROOT'].'/perch/runtime.php'); ?>
<?php perch_layout('global.header', array(
'title'=>'Page Title',
'class'=>'home',
)); ?>
<?php perch_content('Full Width Image (Responsive)'); ?>
<section class="white-wrapper">
<div class="container">
<?php perch_content('Full Width Content'); ?>
<?php perch_content('Full Width Content 2'); ?>
<?php perch_content('Full Width Content 3'); ?>
</div>
</section>
</div><!-- end container -->
</section><!--end white-wrapper -->
<?php perch_layout('global.footer'); ?>
Thanks.
Phil
If you turn on debug, what does it output on the page?
Turned on debug and I get this:
screenshot 01
The page still looks like it is fully populated with content but 'Full Width Content 2' content area has still not returned.
What about on the page itself?