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 227901eb08 Adding link text for changelog.md 2016-11-14 10:42:40 +01:00
css Fix 2016-11-04 04:39:51 +01:00
fonts Update package dependencies and recompiling 2016-11-03 15:52:58 +01:00
inc layout section and WP conding standards 2016-11-05 14:35:57 +02:00
js Update package dependencies and recompiling 2016-11-03 15:52:58 +01:00
languages Added Korean language 2016-11-06 15:56:42 +00:00
loop-templates Update HTML attribute order 2016-11-01 12:13:23 -04:00
page-templates add customizer container option 2016-11-07 20:09:11 +02:00
sass Fix 2016-11-04 04:39:51 +01:00
.gitignore Remove "role="button" from hamburger nav and remove gulpfile.js from .gitignore 2016-11-04 09:40:40 +01:00
404.php Update HTML attribute order 2016-11-01 12:13:23 -04:00
CHANGELOG.md Move change log to external file 2016-11-10 12:57:05 +01:00
README.md Adding link text for changelog.md 2016-11-14 10:42:40 +01:00
archive.php Update HTML attribute order 2016-11-01 12:13:23 -04:00
author.php Update HTML attribute order 2016-11-01 12:13:23 -04:00
bower.json Preparing 0.4.9 release 2016-10-20 15:49:33 +02:00
comments.php ARIA roles update 2016-11-04 02:27:07 +01:00
footer.php Update HTML attribute order 2016-11-01 12:13:23 -04:00
functions.php Update HTML indents to soft tabs (2 spaces) 2016-11-01 11:25:21 -04:00
gulpfile.js ARIA roles update 2016-11-04 02:27:07 +01:00
header.php Remove "role="button" from hamburger nav and remove gulpfile.js from .gitignore 2016-11-04 09:40:40 +01:00
index.php Update HTML attribute order 2016-11-01 12:13:23 -04:00
package.json Update FA 2016-11-11 12:22:29 +01:00
page.php support for global layout and sidebar positioning 2016-11-05 14:40:04 +02:00
readme.txt Removing RTL support infos 2016-10-25 09:49:44 +02:00
screenshot.png adding new screenshot to reflect layout changes 2016-04-15 09:04:42 +02:00
search.php Update HTML attribute order 2016-11-01 12:13:23 -04:00
searchform.php Update HTML attribute order 2016-11-01 12:13:23 -04:00
sidebar-footerfull.php Update HTML indents to soft tabs (2 spaces) 2016-11-01 11:25:21 -04:00
sidebar-hero.php Update HTML indents to soft tabs (2 spaces) 2016-11-01 11:25:21 -04:00
sidebar-left.php left and right sidebars 2016-11-05 14:35:33 +02:00
sidebar-right.php left and right sidebars 2016-11-05 14:35:33 +02:00
sidebar-statichero.php Update HTML indents to soft tabs (2 spaces) 2016-11-01 11:25:21 -04:00
sidebar.php Update HTML attribute order 2016-11-01 12:13:23 -04:00
single.php Update HTML attribute order 2016-11-01 12:13:23 -04:00
style.css Set pre release version to 0.5.0 2016-10-27 11:51:56 +02:00
woocommerce.php Update HTML attribute order 2016-11-01 12:13:23 -04:00

README.md

Start talking: Gitter

About

Im a huge fan of Underscores, Bootstrap, and Sass. Why not combine these into a solid WordPress Theme Framework? Thats what UnderStrap is. You can use it as starter theme and build your own theme on top of it. Or you use it as parent theme and create your own child theme for UnderStrap.

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

UnderStrap WordPress Theme Framework

Website: http://understrap.com

Child Theme Project: https://github.com/holger1411/understrap-child

License

UnderStrap is released under the terms of the GPL version 2 or (at your option) any later version.

http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html

Changelog

See Changelog

Basic Features

  • Combines Underscores PHP/JS files and Bootstraps HTML/CSS/JS.
  • Comes with Bootstrap (v4) Sass source files and additional .scss files. Nicely sorted and ready to add your own variables and customize the Bootstrap variables.
  • Uses a single and minified CSS file for all the basic stuff.
  • Font Awesome integration (v4.6.3)
  • Comes with extra slider script by Owl Carousel (v2.1.4)
  • Jetpack ready.
  • WooCommerce support.
  • Child Theme ready.
  • Translation ready.
  • Multiple Page Templates

Starter Theme + HTML Framework = WordPress Theme Framework

The _s theme is a good starting point to develop a WordPress theme. But it is “just” a raw starter theme. That means it outputs all the WordPress stuff correctly but without any layout or design. Why not 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 Sass Files?

Some basics about the Sass and CSS files that come with UnderStrap:

  • The theme itself uses the /style.cssfile just to identify the theme inside of WordPress. The file is not loaded by the theme and does not include any styles.

  • The /css/theme.css and it´s minified little brother /css/theme.min.css file(s) provides all styles. It is composed of five different SCSS sets and one variable file at /sass/theme.scss:

                - 1 "theme/theme_variables";  // <--------- Add your variables into this file. Also add variables to overwrite Bootstrap or UnderStrap variables here
                - 2 "../src/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 "../src/fontawesome/scss/font-awesome"; // <--------- Font Awesome Icon styles
    
                // Any additional imported files //
                - 5 "theme/theme";  // <--------- Add your styles into this file
    
  • Dont edit the files no. 2-4 files/filesets or you wont be able to update it without overwriting your own work!

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

Installation

  • Download the understrap folder from GitHub or from understrap.com
  • IMPORTANT: If you download it from GitHub make sure you rename the "understrap-master.zip" file just to "understrap.zip" or you might have problems using child themes !!
  • Upload it into your WordPress installation subfolder here: /wp-content/themes/
  • Login to your WordPress backend
  • Go to Appearance → Themes
  • Activate the UnderStrap theme

Developing With npm, Gulp and SASS and [Browser Sync][1]

Installing Dependencies

  • Make sure you have installed Node.js and Browser-Sync* (* optional, if you wanna use it) on your computer globally
  • Then open your terminal and browse to the location of your UnderStrap copy
  • Run: $ npm install and then: $ gulp copy-assets

Running

To work and compile your Sass files on the fly start:

  • $ gulp watch

Or, to run with Browser-Sync:

  • First change the browser-sync options to reflect your environment in the file /gulpfile.js in the beginning of the file:
var browserSyncOptions = {
    proxy: "localhost/theme_test/", // <----- CHANGE HERE
    notify: false
};
  • then run: $ gulp watch-bs

How to Use the Build-In Widget Slider

The front-page slider is widget driven. Simply add more than one widget to widget position “Hero”.

  • Click on Appearance → Widgets.
  • Add two, or more, widgets of any kind to widget area “Hero”.
  • Thats it.

RTL styles?

Just add a new file to the themes root folder called rtl.css. Add all alignments to this file according to this description: https://codex.wordpress.org/Right_to_Left_Language_Support

Page Templates

Blank Template

The blank.php template is useful when working with various page builders and can be used as a starting blank canvas.

Empty Template

The empty.php template displays a header and a footer only. A good starting point for landing pages.

Full Width Template

The fullwidthpage.php template has full width layout without a sidebar.

Vertical One Page Template

The vertical-one-page.php template displays all pages (except the one showing the posts) in a single vertical layout with a sliding navigation. Additionally enables the user to control the order of each page by using the order page attribute field.

One Page Template How to

  1. Assuming that you have the following pages: Home, About and Contact
  2. Go to Appearance → Menus and add one custom link for each page
  3. On the URL field type a hash # and the name of the page in lower case so for example the link for Home becomes #home
  4. Edit the Home page and set as template the Vertical One Page (you only need to do this for the first page)
  5. Set the order of each page using the Order field from Page Attributes so for example if you want to display Home, Contact, About set the Home page to 1, the Contact to 2 and About to 3

[1] Visit http://browsersync.io for more information on Browser Sync

Licenses & Credits