new Area not working like expected
PermalinkI made a theme (css en all hooked up)
Add a little php to the default.php in the theme map,
<?php $a = new Area('Main Content 1'); $a->display($c); ?>
But when i go to my page, in edit mode, the area is gray dotted but the left-mouse click does not pop up anything.
Any one, knows what is going on?
cheers,
Vincent
It changed the gray into a red botted area, and pulled the content from the default homepage into my div, but still no left-mouse click.
Any solutions to work around this?
cheers,
Vincent
Went from coping the default template and edeting that, to stripping all my HTML and CSS, some where along the line it just turned out fine. It had to do something with z-index (maybe because I was ussing -1 etc) but right now I'm to happy that it works, so breaking it (to get the bug) is not a issue at the moment. Thanks Mnkras to put me on the right track.
cheers,
Vincent
clear your cache, make sure the entire /concrete directory was uploaded