Editable areas not editable

Permalink
Concrete5.6.3.3

I have all the necessary C5 code in the head and footer but the editable areas on my site are selectable but not editable. I have a sticky header and the site is a one-pager that slides between divs.

Any ideas?

http://dmcbuilders.co.nz/concrete5.6.3.3/...

trixiemay
 
siton replied on at Permalink Reply
siton
First check the premmisions.

Its really hard to know "why" from the HTML output (mabye add the php code).

"not etidable" its also to wide - what are you trying to do? add layout? add blocks to area? edit the blocks inside the area?

Mabye add block and test this issue again:
<h1>my new area</h1>
<?php
   $a = new Area('test');
   $a->display($c);
?>
<hr>
mnakalay replied on at Permalink Reply
mnakalay
A script is not found "doubletaptogo.js" and is throwing an error. Maybe that's the reason.