Editing popup does not show.

Permalink
Hi I made a custom theme by just converting a simple php page. Just for testing.
Theme is installed and looks ok. But clicking an area does not pop up the edit tools. Changin theme to a default one and it works.

I followd the short tutorial about converting a html page.

So what I'm I missing?
This is what I have for the edit area.

<?php
$a = new Area('Main');
$a->display($c);
?>

Regards
Olle

 
cannonf700 replied on at Permalink Reply
cannonf700
couple of thoughts:
First make sure that no other editable areas have the same styled code. Meaning that
<?php
$a = new Area('Main');
$a->display($c);
?>

is unique on the page. Not other area can have ('Main') as it's name.
Second, what does your header.php look like?
You should cross reference the way you created your theme with Remo's tutorial found at:http://www.codeblog.ch/2009/01/concrete5-theme-erstellen/...
olleka replied on at Permalink Reply
Hi. Thanks for answering.
I followed this tutorial:
http://www.concrete5.org/documentation/how-tos/make-a-theme/...

Maybe i'ts outdated?

I'll try the tutorial you supplied now and see if i'ts any different.

Regards
Olle
olleka replied on at Permalink Reply
Hi
There seems to be a problem with positioned objects.

I cant use position:absolute or position:relative :(

If I remove position the edit popup works. But the site does not look so good.

How can I fixe this?
http://www.concrete5.org/themes/concrete5org/images/discussions/pos...
Regards
Olle
Mnkras replied on at Permalink Reply
Mnkras
its hard to tell without seeing it, :)
olleka replied on at Permalink Reply
Hi
Well it turns out that if I have anythin with a z index higher than 5. The popup stops working in editing mode.

Strange ...

Regards
olle