Adding new area doesn't work

Permalink
Hi,
I try to add new editable area with <? $a = new Area('Introduction'); $a->display($c); ?> but it's not working- it displays ->display($c); ?> on the webpage instaed of creating new area. How to fix this?

 
Gondwana replied on at Permalink Reply
Gondwana
Try <?php
MatyasBauer replied on at Permalink Reply
Thanks so much-it works now.
MatyasBauer replied on at Permalink Reply
Now there is another problem- the content block can't be edited- it's imposible. Have you maybe encounter similar problem before? Any solution for this?
Gondwana replied on at Permalink Reply
Gondwana
Which content block? What happens when you try to edit it, compared with when you edit a correctly-working content block?
ob7dev replied on at Permalink Reply
ob7dev
If you cant even click on it to select "Edit Block" that can be caused by z-index issues (from CSS) or javascript errors killing the c5 jquery from working.
conker39 replied on at Permalink Reply
I had a silmilar problem a short time ago. The areas couldn't be selected.
The solution was to put the jquery-link in the themes default.php (or full.php) from the bottom to the top in the head-area. After I did that all areas worked fine.