This repository has been archived on 2020-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
koenemann 32a896346b Add max size for post images to prevent overflowing 2016-01-08 08:55:56 +01:00
css Add max size for post images to prevent overflowing 2016-01-08 08:55:56 +01:00
fonts recompile all assets after update into css/js 2016-01-04 14:38:20 +01:00
inc Add max size for post images to prevent overflowing 2016-01-08 08:55:56 +01:00
js recompile all assets after update into css/js 2016-01-04 14:38:20 +01:00
languages Adding german language 2015-10-14 12:47:04 +02:00
page-templates loop cleaning 2016-01-04 14:18:35 +01:00
sass Add max size for post images to prevent overflowing 2016-01-08 08:55:56 +01:00
.gitignore Gulp for Grunt 2015-08-12 08:13:10 +02:00
404.php local 2015-08-11 18:15:09 +02:00
README.md Add version 0.3.6 infos into readme 2016-01-04 15:16:40 +01:00
archive.php local 2015-08-11 18:15:09 +02:00
bower.json updating bower dependencies 2016-01-04 14:33:11 +01:00
comment-form.php merge master 2015-08-11 14:39:47 +02:00
comments.php merge master 2015-08-11 14:39:47 +02:00
content-none.php loop cleaning 2016-01-04 14:18:35 +01:00
content-page.php loop cleaning 2016-01-04 14:18:35 +01:00
content-search.php loop cleaning 2016-01-04 14:18:35 +01:00
content-single.php adding correct content-single-item class 2016-01-04 14:34:15 +01:00
content.php loop cleaning 2016-01-04 14:18:35 +01:00
footer.php rebranding to understrap.com 2015-08-28 17:07:23 +02:00
functions.php add woocommerce support declaration 2015-09-09 10:58:25 +02:00
gulpfile.js recompile all assets after update into css/js 2016-01-04 14:38:20 +01:00
header.php removing off-canvas navi 2015-08-14 10:30:09 +02:00
hero.php Code cleanup and adding woo commerce page id 2016-01-04 14:11:59 +01:00
index.php Code cleanup and adding woo commerce page id 2016-01-04 14:11:59 +01:00
package.json Update node dependencies 2016-01-04 14:33:51 +01:00
page.php merge master 2015-08-11 14:39:47 +02:00
readme.txt Add max size for post images to prevent overflowing 2016-01-08 08:55:56 +01:00
screenshot.png Add max size for post images to prevent overflowing 2016-01-08 08:55:56 +01:00
search.php local 2015-08-11 18:15:09 +02:00
sidebar.php merge master 2015-08-11 14:39:47 +02:00
single.php fixing comments template 2015-08-12 13:13:28 +02:00
statichero.php Code cleanup and adding woo commerce page id 2016-01-04 14:11:59 +01:00
sticky.php adding correct content-single-item class 2016-01-04 14:34:15 +01:00
style.css update version 2015-09-09 11:11:16 +02:00
woocommerce.php Code cleanup and adding woo commerce page id 2016-01-04 14:11:59 +01:00

README.md

Start talking: Gitter

UnderStrap WordPress Theme Framework

Website: http://understrap.com

Changelog

        - **0.3.6 Jan. 4th 2016**
               - Cleanup
               - Updating dependencies
               - Upgrade to Bootstrap 3.3.6 and Font Awesome 4.5.0
               

        - **0.3.4 SEP. 9th 2015**
               - Adding basic WooCommerce support
               - Cleanup for submitting to wordpress.org
               - Removing _s SASS ... no need for basic styling. Thats Bootstrap´s job.


        - **0.3.1 AUG. 12th 2015**
               - Adding bower dependency manager and replacing GRUNT taskrunner with GULP

        - **0.3.0 Mar. 23th 2015**
               - Streamlining some code, adding extra "sticky" area (sticky posts above the main content area inside an extra loop). Fixing some child theme issues (now its really child theme ready...really...trust me...)

        - **0.2.9 Mar. 10th 2015**
               - Adding a new theme customizer option. It lets you add a code snippet right before the closing </body> tag.
               For example for Google Analytics, Google Tag Mananger, Pingdom etc. Just copy and past your code to the input field and save the setting.
               So you don´t have to edit the theme source file´s directly and your theme stay´s updateable

        - **0.2.8 Feb. 6th 2015**
               - Adding Grunt and Grunt SASS task


        - **0.2.7 Jan. 26th 2015**
               - Adding some basic theme option for the build-in slider script

        - **0.2.6 Dec. 28th 2014**
                - CLean up
                
                
        - **0.2 Dec. 22th 2014**
                - Adding Jasny Off-Canvas nav and Owl.Carousel Slider script
                - Enqueue scipts and styled dynamically
                               
        - **0.1 Dec. 10th 2014 - First commit**

About

Basically I like the _s WordPress Starter Theme from Automattic and the grid Framework Bootstrap. Additionally I´am a huge SASS fan. Why don´t combine all these three things into a solid WordPress Theme Framework? That´s what UnderStrap is (or will be...)

At the moment UnderStrap is in a very early stage. But if you wan´t feel free to use it for your own WordPress theme!

Basic Features

  • Combines the _s WordPress Starter Theme PHP/JS files and Bootstrap´s HTML/CSS/JS
  • Comes with Bootstrap (3.3.6) SASS source files and additional scss files. Nicely sorted and ready to add your own variables/customize the Bootstrap variables.
  • Uses a single and minified CSS file for all the basic stuff
  • Font Awesome Icon Font integrated (V 4.5.0): http://fortawesome.github.io/Font-Awesome/
  • Comes with extra slider script - By owl.carousel (V 2.0.0-beta.2.4): http://www.owlcarousel.owlgraphic.com/
  • Simple RTL file
  • Jetpack ready
  • WooCommerce support
  • Child Theme ready (A basic starter Child Theme will be released in the future as a separate Repository)
  • Translation ready

Starter Theme + HTML Framework = WordPress Theme Framework

The _s theme is a good starting point to develope a WordPress theme. But it is "just" a raw starter theme. Means it outputs all the WordPress stuff correctly but without any layout or design. Why don´t add a well known and supported layout framework to have a solid, clean and responsive foundation? Thats where Bootstrap comes in.

Confused by all the CSS and SCSS files?

Some basics about the SCSS and CSS files comes with UnderStrap:

  • The theme itself uses the style.css in the root directory just to identify the theme inside of WordPress. The file is not loaded by the theme and did not include any styles

  • The theme.css file in /css/ subdirectory provides all styles. It is composed by five different SCSS sets and one variables file from /sass/theme.scss:

                - 1 "theme/theme_variables";  // <--------- Add your variables into this file. Also add variables to overwrite Bootstrap or UnderStrap variables here
                - 2 "../bower_components/bootstrap-sass/assets/stylesheets/bootstrap";  // <--------- All the Bootstrap stuff - Don´t edit this!
                - 3 "understrap/understrap"; // <--------- Some basic WordPress stylings and needed styles to combine Boostrap and Underscores
                - 4 "../bower_components/fontawesome/scss/font-awesome"; // <--------- Font Awesome Icon styles
    
                // Any additional imported files //
                - 5 "theme/theme";  // <--------- Add your styles into this file
    
  • Don´t edit the files no. 2-4 files/filesets or you aren´t able to update it without overwriting your own work!

  • Your design goes into: /sass/theme directory. Add your styles to the theme.scss file and your variables to the _theme_variables.scss. Or add other scss files into it and @import it into theme.scss

Installation

  • Download the understrap folder
  • Upload it into your WordPress installation subfolder here: /wp-content/themes/
  • Login to your WordPress backend
  • Go to Appearance -> Themes
  • Activate the UnderStrap theme