Open signalpoint opened 10 years ago
It at least should state that you have to duplicate the drupalgap.settings.blocks.easystreet3 theme block and rename it to drupalgap.settings.blocks.simpletheme so you don't get white screen of death. The error you get when you don't have this is "WARNING: drupalgap_render_region() - there are no blocks for the "simpletheme" theme in the settings.js file! "
thanks for sharing this. but not working fer me
I would try changing page.tpl.html line 1 from <div id="{:drupalgap_page_id:}" data-role="page" class="{:drupalgap_page_class:}">
to <div {:drupalgap_page_attributes:}>
.
I found this info here Create a Custom Theme http://www.drupalgap.org/node/121 #3 as long as you are using the Latest dev snapshot use this (as of 2014-09-25).
@halmsx @sahayarex The page.tpl.html file needs to be updated on this theme:
https://github.com/sahayarex/simpletheme/pull/2/files
See the link above for the new syntax, and please accept the pull request @sahayarex , thank you.
It would be nice if the README had an example code block to show a good default regions and blocks config.