Editable Areas "Add To" Option not showing up in Page Type Defaults

Permalink
After looking through the forums and documentation, I'm at my wit's end so I thought I'd try here. I am building my first site with concrete 5 and have a pretty good grasp on how to build site-wide content with the Page Type Defaults and Scrapbook. My problem is that when I go to the Page Defaults and click on Edit Page, the "Add To" options don't appear. I can click on and edit existing auto_nav and Page list blocks, but have no option to click to add content to the editable areas. (These same editable regions are available when I am editing my individual pages.) It is not just one template they are not showing up on, it is all of them.

I am using this code to designate the editable areas in my templates:

<?php 
$as = new Area('Footer');
$as->display($c);
?>


Thanks for any suggestions.

DominicWhiteStudio
 
DominicWhiteStudio replied on at Permalink Reply
DominicWhiteStudio
Figured it out.
For some reason I had to manually set Administrator Permissions on each Page Type Default. I must have missed that in the documentation.