Template and homepage settings

Permalink
I just created a new concrete5 project, I installed a template(which I wanna use for the whole website).
And I want to put specific content for each page

The template structure is like this:
-header(from a php file in elements included in the view),
-body(here I want to put the content dinamically),
-footer(from a php file in elements included in the view)

The problems I have are these:
1.I can't put any content on the homepage(this error shows: `Unable to load block into composer. You must edit this content from within the context of the page.`)
2.I don't know how to display the content block that I can put in composer in my template file
3.I'm very new to this framework and I'm still trying to understand it's structure
4.I also get an `undefined` error when I try to save a page with a lot of content in the content composer block, the error is a fullscreen modal and has just the `undefined` text in it

 
bogdanbaerov replied on at Permalink Reply 1 Attachment
This is how the undefined error looks like
Gondwana replied on at Permalink Reply
Gondwana
Where did this 'template' come from?
bogdanbaerov replied on at Permalink Reply
It's from a theme and I adapted it myself to concrete5
Gondwana replied on at Permalink Reply
Gondwana
I'd say that the template and/or its adaptations are incompatible with c5. I think you'd need to post the template's php code to get any useful feedback.

I trust you've closely followed the documentation (including youtube clip) on how to adapt themes for c5.