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?
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?
Try <?php
Thanks so much-it works now.
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?
Which content block? What happens when you try to edit it, compared with when you edit a correctly-working content block?
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.
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.
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.