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
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
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
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
Here is the list of assets.
http://www.concrete5.org/documentation/developers/5.7/appendix/asse...
http://www.concrete5.org/documentation/developers/5.7/appendix/asse...
I figured out what the issue was, I had an incorrect path to google maps...
Thank you for the help!
Thank you for the help!
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...