new Area not working like expected

Permalink
Maybe a bit off a dummy question, but just cannot get it to work, so... This is what I did:
I 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

vincedelaking
 
Mnkras replied on at Permalink Reply
Mnkras
number 1
$a = new Area('Main');


clear your cache, make sure the entire /concrete directory was uploaded
vincedelaking replied on at Permalink Reply
vincedelaking
Oke, that did something :)
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.
Mnkras replied on at Permalink Best Answer Reply
Mnkras
are you using a custom theme? z-index can cause that
vincedelaking replied on at Permalink Reply
vincedelaking
Yep I made a theme from a PSD file. And yes it got's some different z-index's. For example it got's a supersized background (http://buildinternet.com/2010/11/supersized-3-0-full-screen-background-slideshow-jquery-plugin/)
Any solutions to work around this?

cheers,
Vincent
vincedelaking replied on at Permalink Reply
vincedelaking
Oke, fixed it :)
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