<![CDATA[ MODX Boilerplate - a HTML5 template framework - My Forums]]> https://forums.modx.com/thread/?thread=18325 <![CDATA[Re: MODX Boilerplate - a HTML5 template framework]]> https://forums.modx.com/thread/18325/modx-boilerplate---a-html5-template-framework?page=8#dis-post-446846 smooth-graphics Dec 12, 2012, 08:30 AM https://forums.modx.com/thread/18325/modx-boilerplate---a-html5-template-framework?page=8#dis-post-446846 <![CDATA[Re: MODX Boilerplate - a HTML5 template framework]]> https://forums.modx.com/thread/18325/modx-boilerplate---a-html5-template-framework?page=8#dis-post-446842 normalize.css, main.css, embeded styles and something like af107e986.......css that has a CleanSlateCSS something with #habla_window_div.... but I did not see these in http://mourner.github.com/dead-simple-grid/. This one has grid, screen and embeded styles.
Maybe it is just my fault but I just can't get my site to look like http://mourner.github.com/dead-simple-grid/ that I just copied to test it. Centering the container div for ex. is problem for me... And it is also does not seems to have a max width like the original one.
]]>
openstep Dec 12, 2012, 08:23 AM https://forums.modx.com/thread/18325/modx-boilerplate---a-html5-template-framework?page=8#dis-post-446842
<![CDATA[Re: MODX Boilerplate - a HTML5 template framework]]> https://forums.modx.com/thread/18325/modx-boilerplate---a-html5-template-framework?page=8#dis-post-446836 Quote from: openstep at Dec 12, 2012, 01:30 PM

Create the following new chunks in MODX Manager:
- "site_header"
- "site_footer"
but in site_template it reads:
[[$bpSiteHeader]]
[[*content]]
[[$bpSiteFooter]]
So the chunks names should be bpSiteHeader and bpSiteFooter?
I am sorry this is mixed up due to the latest change removing the packages.
You can name it as you want but the template should contain the names of the chunks. Will fix it on github soon.

Quote from: openstep at Dec 12, 2012, 01:30 PM

Also
<link rel="stylesheet" href="[[++site_url]]assets/templates/main/css/normalize.css">
<link rel="stylesheet" href="[[++site_url]]assets/templates/main/css/main.css">

Does this mean I first need to install html5 biolerplate from the manager?
I have been trying to compare my rendered page to the one found here: http://mourner.github.com/dead-simple-grid/ to see the included css's in both. Hm, confused.
I am not sure if I understand this right. You have to upload the css files in the proper path (as shown in the code right before).]]>
smooth-graphics Dec 12, 2012, 07:55 AM https://forums.modx.com/thread/18325/modx-boilerplate---a-html5-template-framework?page=8#dis-post-446836
<![CDATA[Re: MODX Boilerplate - a HTML5 template framework]]> https://forums.modx.com/thread/18325/modx-boilerplate---a-html5-template-framework?page=8#dis-post-446834
I found this in your instruction:
Create the following new chunks in MODX Manager:
- "site_header"
- "site_footer"
but in site_template it reads:
[[$bpSiteHeader]]
[[*content]]
[[$bpSiteFooter]]
So the chunks names should be bpSiteHeader and bpSiteFooter?

Also
<link rel="stylesheet" href="[[++site_url]]assets/templates/main/css/normalize.css">
<link rel="stylesheet" href="[[++site_url]]assets/templates/main/css/main.css">

Does this mean I first need to install html5 biolerplate from the manager?
I have been trying to compare my rendered page to the one found here: http://mourner.github.com/dead-simple-grid/ to see the included css's in both. Hm, confused.]]>
openstep Dec 12, 2012, 07:30 AM https://forums.modx.com/thread/18325/modx-boilerplate---a-html5-template-framework?page=8#dis-post-446834
<![CDATA[Re: MODX Boilerplate - a HTML5 template framework]]> https://forums.modx.com/thread/18325/modx-boilerplate---a-html5-template-framework?page=8#dis-post-446503 Quote from: openstep at Dec 10, 2012, 01:47 PM
May I ask why are the assets twice in here after [[++site_url]]?
Is it just an error?

This is a bug indeed which I fixed now. Thanks for reporting!]]>
smooth-graphics Dec 10, 2012, 08:06 AM https://forums.modx.com/thread/18325/modx-boilerplate---a-html5-template-framework?page=8#dis-post-446503
<![CDATA[Re: MODX Boilerplate - a HTML5 template framework]]> https://forums.modx.com/thread/18325/modx-boilerplate---a-html5-template-framework?page=8#dis-post-446496 sottwell Dec 10, 2012, 07:50 AM https://forums.modx.com/thread/18325/modx-boilerplate---a-html5-template-framework?page=8#dis-post-446496 <![CDATA[Re: MODX Boilerplate - a HTML5 template framework]]> https://forums.modx.com/thread/18325/modx-boilerplate---a-html5-template-framework?page=7#dis-post-446494 Is it just an error?

<script>window.jQuery || document.write('<script src="[[++site_url]]assets/templates/main/js/vendor/jquery-1.8.3.min.js"><\/script>')</script>

<script src="[[++site_url]]assets/assets/templates/main/js/plugins.js"></script>
<script src="[[++site_url]]assets/assets/templates/main/js/main.js"></script>]]>
openstep Dec 10, 2012, 07:47 AM https://forums.modx.com/thread/18325/modx-boilerplate---a-html5-template-framework?page=7#dis-post-446494
<![CDATA[Re: MODX Boilerplate - a HTML5 template framework]]> https://forums.modx.com/thread/18325/modx-boilerplate---a-html5-template-framework?page=7#dis-post-446463 Quote from: openstep at Dec 10, 2012, 09:43 AM

- are you talking about this one? http://anselm-hannemann.com/blog/2011/03/18/free-template-modx-boilerplate/
Basically yes.
Quote from: openstep at Dec 10, 2012, 09:43 AM

- if so where is the latest build since I do not see the folder called dead-simple-grid here (https://github.com/anselmh/modx-boilerplate/archive/master.zip)?
Sorry, it's called "main-grid" in assets/templates/.]]>
smooth-graphics Dec 10, 2012, 03:46 AM https://forums.modx.com/thread/18325/modx-boilerplate---a-html5-template-framework?page=7#dis-post-446463
<![CDATA[Re: MODX Boilerplate - a HTML5 template framework]]> https://forums.modx.com/thread/18325/modx-boilerplate---a-html5-template-framework?page=7#dis-post-446462 and thanks for taking your time to respond.

OK, I will go with the dead-simple-grid then, thanks.

- are you talking about this one? http://anselm-hannemann.com/blog/2011/03/18/free-template-modx-boilerplate/

- if so where is the latest build since I do not see the folder called dead-simple-grid here (https://github.com/anselmh/modx-boilerplate/archive/master.zip)?

Sorry for my lack of understanding but could you please be a little more specific? I am confused now.

thx]]>
openstep Dec 10, 2012, 03:43 AM https://forums.modx.com/thread/18325/modx-boilerplate---a-html5-template-framework?page=7#dis-post-446462
<![CDATA[Re: MODX Boilerplate - a HTML5 template framework]]> https://forums.modx.com/thread/18325/modx-boilerplate---a-html5-template-framework?page=7#dis-post-446454
first 1140px grid is obsolete now and has been replaced by dead-simple-grid in latest build.
But:


  1. copy files from download.zip to your modx folders in assets/templates/
  2. open up site_header, content, _footer and copy the content of it to single chunks in MODX manager (and the main tpl into the main-template in MODX Mgr
  3. using the latest download build you can simply choose the files (chunks etc) from the folder called dead-simple-grid
]]>
smooth-graphics Dec 10, 2012, 02:33 AM https://forums.modx.com/thread/18325/modx-boilerplate---a-html5-template-framework?page=7#dis-post-446454