Edit Block not working

Permalink
this is all my code for making an editable area.
<?php
    $a = new Area('Area Name');
    $a->display($c);
    ?>


When I click on that area in edit mode I get a little edit bar and when I click on any of the options on that bar nothing happens.

I do have the 'header_required', 'footer_required', 'getThemePath' and 'getPageWrapperClass' in all the appropriate areas.

 
hutman replied on at Permalink Reply
hutman
Could you provide a link to the page this is happening on? Do you have any javascript errors on the page, those will really mess up things in edit mode.
bigchadman replied on at Permalink Reply
It's on localhost and no there are no javascript errors logging to the
console.

Chad Martinson
704-519-7243
On Nov 20, 2014 12:09 PM, "concrete5 Community" <discussions@concretecms.com>
wrote: