We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 41179
    • 2 Posts
    Hi folks,
    was "inuit" renamed to something else along the way? I cant seem to find it in the github files.
      • 33974
      • 156 Posts
      @thisdoor: No, I removed inuit from the grid-list some months ago as it is not a grid many had used. If you want to do a pull-req. and maintain this grid, just do it smiley
        • 41179
        • 2 Posts
        thanks smooth, I was just following a tutorial that referenced it. I will consider maintaining once I get a better handle on things smiley
          • 41958
          • 65 Posts
          Hello,

          I am new to modx and to revo. My question is, after a year passed since the release of this html5 boilerplate and grid combo, is there a package in the manager that would let me install this an easier way?
          I have red the setup here: https://github.com/anselmh/modx-boilerplate and it made me courious as to see if there is a simpler way. I found the html5 boilerplate in the package manager and also 1140 grid separately. Isn't there a package combined the two? [ed. note: openstep last edited this post 11 years, 4 months ago.]
            • 33974
            • 156 Posts
            openstep,

            I do not provide a package for the MODX-Boilerplate. So if you want to have a package there are some other templates but not my raw boilerplate. I once had the package but it affects the boilerplates structure so I decided to not go this way.
            But you know it has a README with instructions what to do? It should be easy to do with that tutorials.
              • 41958
              • 65 Posts
              Ok, let me ask another way.
              If I install the html5 boilerplate from the manager what is the best way to add the 1140 grid to it?
              Should I add your main.css or it would create problems with the html5b package?
              And yes I know it has a readme...
                • 33974
                • 156 Posts
                openstep,

                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
                  • 41958
                  • 65 Posts
                  Hello again,
                  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
                    • 33974
                    • 156 Posts
                    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/.
                      • 41958
                      • 65 Posts
                      May I ask why are the assets twice in here after [[++site_url]]?
                      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>