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
Holger Könemann 009787cbcd ad right version of popper.min.js to /js folder 2017-08-11 20:20:36 +02:00
css Preparing change to Bootstrap 4 Beta 2017-08-11 17:29:45 +02:00
fonts Update package dependencies and recompiling 2016-11-03 15:52:58 +01:00
global-templates phpcs fixes 2017-04-15 21:41:27 +09:30
img Fixing imagemin task 2017-05-14 12:12:31 +02:00
inc remove static can script call and replace it with local js 2017-08-11 20:17:35 +02:00
js ad right version of popper.min.js to /js folder 2017-08-11 20:20:36 +02:00
languages update and add norwegian translation files 2017-05-04 21:13:17 +02:00
loop-templates phpcs fixes. 2017-04-15 21:44:32 +09:30
page-templates Fix wrong escaping functions - replacing esc_html() with esc_attr() 2017-06-08 17:54:29 +03:00
sass Preparing change to Bootstrap 4 Beta 2017-08-11 17:29:45 +02:00
src replace theater script with popper.js 2017-08-11 17:43:35 +02:00
woocommerce Channing texte-main to "woocommerce" for WooCommerce templates 2017-07-20 13:28:12 +02:00
.gitignore added composer.json 2017-06-12 15:14:14 -04:00
.jscsrc added js rulesets 2017-01-27 02:15:24 +08:00
.jshintignore added js rulesets 2017-01-27 02:15:24 +08:00
.travis.yml resync again 2017-02-04 11:08:42 +01:00
404.php Fix wrong escaping functions - replacing esc_html() with esc_attr() 2017-06-08 17:54:29 +03:00
CHANGELOG.md fixing typo in change log 2017-05-29 10:33:43 +02:00
README.md Update README.md 2017-03-21 14:38:47 +01:00
archive.php Use esc_attr() in HTML attributes 2017-06-08 18:14:47 +03:00
author.php Use esc_url() in anchore link "href" attribut 2017-06-08 18:09:28 +03:00
bower.json Update to 0.6.2 2017-06-07 09:58:16 +02:00
codesniffer.ruleset.xml fixing some more 2017-02-02 12:23:26 +01:00
comments.php fixing comments 2017-02-02 12:41:14 +01:00
composer.json added project url 2017-06-12 15:19:29 -04:00
footer.php remove static can script call and replace it with local js 2017-08-11 20:17:35 +02:00
functions.php add BS elements to style formats 2017-01-18 10:04:04 +11:00
gulpfile.js Exclude popper.js 2017-08-11 20:08:29 +02:00
header.php readjust h1 brand name styling with link 2017-02-04 11:15:22 +01:00
index.php Fix wrong escaping functions - replacing esc_html() with esc_attr() 2017-06-08 17:54:29 +03:00
package.json Merge remote-tracking branch 'origin/master' 2017-08-11 17:31:19 +02:00
page.php Fix wrong escaping functions - replacing esc_html() with esc_attr() 2017-06-08 17:54:29 +03: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 Fix wrong escaping functions - replacing esc_html() with esc_attr() 2017-06-08 17:54:29 +03:00
searchform.php fixing other escaping issues 2017-01-27 15:37:59 +01:00
sidebar-footerfull.php Fix wrong escaping functions - replacing esc_html() with esc_attr() 2017-06-08 17:54:29 +03:00
sidebar-hero.php include call to jQuery into if block 2017-04-14 23:13:17 +02:00
sidebar-left.php escape variables from potential unsecure input 2016-11-19 19:43:22 +02:00
sidebar-right.php escape variables from potential unsecure input 2016-11-19 19:43:22 +02:00
sidebar-statichero.php Fix wrong escaping functions - replacing esc_html() with esc_attr() 2017-06-08 17:54:29 +03:00
sidebar.php root files code format 2016-11-21 20:47:05 +02:00
single.php Fix wrong escaping functions - replacing esc_html() with esc_attr() 2017-06-08 17:54:29 +03:00
style.css Exclude popper.js 2017-08-11 20:08:29 +02:00
woocommerce.php Allow template overrides for Shop page or any relating to (archive-product.php) 2017-06-28 19:48:52 +09:30

README.md

Travis build: Build Status | Start talking: Gitter

See: Official Demo | Read: Official Docs Page

UnderStrap WordPress Theme Framework

Website: https://understrap.com

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

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.

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.7.0)
  • Jetpack ready.
  • WooCommerce support.
  • Contact Form 7 support.
  • Child Theme ready.
  • Translation ready.

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 its 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

Classic install

  • Download the understrap folder from GitHub or from https://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

npm install

  • Open your terminal
  • Change to the directory where you want to add UnderStrap
  • Type npm install understrap

WordPress.org install

  • Open your WordPress backend
  • Click on "Appearance -> Themes"
  • Hit the "Add new" button
  • Search for "UnderStrap"
  • Hit the "install" button
  • Activate the 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

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.

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

Licenses & Credits

Analytics