Can Not Edit Page

Permalink
Hello,

This is my first time using Concrete5 and installation went fairly well but now I am trying to setup editable areas and I can not get this to work...

I am using the following

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

When I view the home page to edit this area the buttons on the edit bar either reload the page or go to another page...The editable area is not being displayed either...

Any help would be greatly appreciated...

The development url is

app.websqool.com

thanks

 
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi brad0525,

Have you reviewed the theme conversion section of the documentation?
http://www.concrete5.org/documentation/developers/5.7/designing-for...

Also, I noticed that your theme uses JavaScript assets that are also used by concrete5. Duplicate asset loading can cause conflicts that lead to the toolbar not loading or not working properly. For situations like this, you will want to "require" or "provide" them.
http://www.concrete5.org/documentation/developers/5.7/designing-for...
brad0525 replied on at Permalink Reply
HI MrKDilkington,

I followed the Converting an HTML Template to a Concrete5 Theme. I still can not manage to make the editing function work. How can I tell what javascript assets concrete 5 includes?

Thanks
MrKDilkington replied on at Permalink Reply
MrKDilkington
brad0525 replied on at Permalink Reply
I figured out what the issue was, I had an incorrect path to google maps...

Thank you for the help!