Merge pull request #1339 from IanDelMar/lowercase-s
Switch to lowercase s in Understrap
This commit is contained in:
commit
bb87c6add3
|
|
@ -1,6 +1,6 @@
|
|||
# Code of Conduct v2.0
|
||||
|
||||
This code of conduct outlines our expectations for participants within the [UnderStrap](https://github.com/understrap/) community, as well as steps to reporting unacceptable behavior. We are committed to providing a welcoming and inspiring community for all and expect our code of conduct to be honored. Anyone who violates this code of conduct may be banned from the community.
|
||||
This code of conduct outlines our expectations for participants within the [Understrap](https://github.com/understrap/) community, as well as steps to reporting unacceptable behavior. We are committed to providing a welcoming and inspiring community for all and expect our code of conduct to be honored. Anyone who violates this code of conduct may be banned from the community.
|
||||
|
||||
Our open source community strives to:
|
||||
|
||||
|
|
@ -42,10 +42,10 @@ Anyone asked to stop unacceptable behavior is expected to comply immediately. If
|
|||
|
||||
## Thanks
|
||||
|
||||
**The UnderStrap Team**
|
||||
**The Understrap Team**
|
||||
|
||||
|
||||
|
||||
This code of conduct is based on the [Open Code of Conduct](https://github.com/todogroup/opencodeofconduct) from the [TODOGroup](http://todogroup.org).
|
||||
This code of conduct is based on the [Open Code of Conduct](https://github.com/todogroup/opencodeofconduct) from the [TODOGroup](http://todogroup.org).
|
||||
|
||||
We are thankful for their work and all the communities who have paved the way with code of conducts.
|
||||
We are thankful for their work and all the communities who have paved the way with code of conducts.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Contributing to the UnderStrap Project
|
||||
# Contributing to the Understrap Project
|
||||
We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:
|
||||
|
||||
- Reporting a bug
|
||||
|
|
@ -13,8 +13,8 @@ We use github to host code, to track issues and feature requests, as well as acc
|
|||
## We Use [Git Flow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow), So All Code Changes Happen Through Pull Requests
|
||||
We actively welcome your pull requests.
|
||||
|
||||
Pull requests are the best way to propose changes to the codebase.
|
||||
All pull requests should be sumitted to the `develop` branch.
|
||||
Pull requests are the best way to propose changes to the codebase.
|
||||
All pull requests should be sumitted to the `develop` branch.
|
||||
This will allow us to grant permissions to key contributors to merge pull requests into the `develop` branch.
|
||||
|
||||
1. Fork the repo and create your branch from `develop`.
|
||||
|
|
|
|||
2
404.php
2
404.php
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* The template for displaying 404 pages (not found)
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -437,7 +437,7 @@ Clean rebuild
|
|||
- Hot fix release
|
||||
|
||||
## Release 0.6.4.1 August 17h 2017
|
||||
- Hot fix release - Rebuild new Bootstrap 4 Beta navbar markup into UnderStrap
|
||||
- Hot fix release - Rebuild new Bootstrap 4 Beta navbar markup into Understrap
|
||||
|
||||
## Release 0.6.3 August 14h 2017
|
||||
- Update to Bootstrap 4 Beta
|
||||
|
|
|
|||
26
README.md
26
README.md
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
#### See: [Official Demo](https://understrap.com/understrap) | Read: [Official Docs Page](https://understrap.github.io/)
|
||||
|
||||
# UnderStrap WordPress Theme Framework
|
||||
# Understrap WordPress Theme Framework
|
||||
|
||||
Website: [https://understrap.com](https://understrap.com)
|
||||
|
||||
|
|
@ -16,11 +16,11 @@ OverStrap Child Themes: [https://understrap.com/overstrap/](https://understrap.c
|
|||
|
||||
## About
|
||||
|
||||
I’m a huge fan of Underscores, Bootstrap, and Sass. Why not combine these into a solid WordPress Theme Framework? That’s what UnderStrap is. You can use it as a starter theme and build your own theme on top of it. Or you can use it as a parent theme and create your own child theme for UnderStrap.
|
||||
I’m a huge fan of Underscores, Bootstrap, and Sass. Why not combine these into a solid WordPress Theme Framework? That’s what Understrap is. You can use it as a starter theme and build your own theme on top of it. Or you can use it as a parent theme and create your own child theme for Understrap.
|
||||
|
||||
## License
|
||||
UnderStrap WordPress Theme, Copyright 2013-2018 Holger Koenemann
|
||||
UnderStrap is distributed under the terms of the GNU GPL version 2
|
||||
Understrap WordPress Theme, Copyright 2013-2018 Holger Koenemann
|
||||
Understrap is distributed under the terms of the GNU GPL version 2
|
||||
|
||||
http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
|
||||
|
||||
|
|
@ -47,11 +47,11 @@ Why not add a well known and supported layout framework to have a solid, clean a
|
|||
|
||||
## Confused by All the CSS and Sass Files?
|
||||
|
||||
Some basics about the Sass and CSS files that come with UnderStrap:
|
||||
Some basics about the Sass and CSS files that come with Understrap:
|
||||
- The theme itself uses the `/style.css`file only 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`:
|
||||
|
||||
```@import "theme/theme_variables"; // 1. Add your variables into this file. Also add variables to overwrite Bootstrap or UnderStrap variables here
|
||||
```@import "theme/theme_variables"; // 1. Add your variables into this file. Also add variables to overwrite Bootstrap or Understrap variables here
|
||||
@import "../src/bootstrap-sass/assets/stylesheets/bootstrap"; // 2. All the Bootstrap stuff - Don´t edit this!
|
||||
@import "understrap/understrap"; // 3. Some basic WordPress stylings and needed styles to combine Boostrap and Underscores
|
||||
@import "../src/fontawesome/scss/font-awesome"; // 4. Font Awesome Icon styles
|
||||
|
|
@ -59,14 +59,14 @@ Some basics about the Sass and CSS files that come with UnderStrap:
|
|||
@import "theme/theme"; // 5. Add your styles into this file
|
||||
```
|
||||
|
||||
- Don’t edit the number 2-4 files/filesets listed above or you won’t be able to update UnderStrap without overwriting your own work!
|
||||
- Don’t edit the number 2-4 files/filesets listed above or you won’t be able to update Understrap 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
|
||||
There are several ways to install UnderStrap. We'll look at three of them: (1) classic install by uploading UnderStrap to a WordPress install, (2) using npm, and (3) using the theme directory in WordPress.
|
||||
There are several ways to install Understrap. We'll look at three of them: (1) classic install by uploading Understrap to a WordPress install, (2) using npm, and (3) using the theme directory in WordPress.
|
||||
|
||||
### Classic install
|
||||
- Download the understrap folder from GitHub or from [https://understrap.com](https://understrap.com)
|
||||
|
|
@ -74,18 +74,18 @@ There are several ways to install UnderStrap. We'll look at three of them: (1) c
|
|||
- Upload it into your WordPress installation theme subfolder: `/wp-content/themes/`
|
||||
- Login to your WordPress backend
|
||||
- Go to Appearance → Themes
|
||||
- Activate the UnderStrap theme
|
||||
- Activate the Understrap theme
|
||||
|
||||
### npm install
|
||||
- Open your terminal
|
||||
- Change to the directory where you want to add UnderStrap
|
||||
- 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"
|
||||
- Search for "Understrap"
|
||||
- Hit the "install" button
|
||||
- Activate the theme
|
||||
|
||||
|
|
@ -93,7 +93,7 @@ There are several ways to install UnderStrap. We'll look at three of them: (1) c
|
|||
|
||||
### Installing Dependencies
|
||||
- Make sure you have installed Node.js and Browser-Sync (optional) on your computer globally
|
||||
- Then open your terminal and browse to the location of your UnderStrap copy
|
||||
- Then open your terminal and browse to the location of your Understrap copy
|
||||
- Run: `$ npm install`
|
||||
|
||||
### Running
|
||||
|
|
@ -127,7 +127,7 @@ Add a new file to the themes root folder called rtl.css. Add all alignments to t
|
|||
https://codex.wordpress.org/Right_to_Left_Language_Support
|
||||
|
||||
## Page Templates
|
||||
UnderStrap includes several different page template files: (1) blank template, (2) empty template, and (3) full width template.
|
||||
Understrap includes several different page template files: (1) blank template, (2) empty template, and (3) full width template.
|
||||
|
||||
### Blank Template
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* Learn more: http://codex.wordpress.org/Template_Hierarchy
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* Learn more: https://codex.wordpress.org/Author_Templates
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
* The area of the page that contains both current comments
|
||||
* and the comment form.
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* Contains the closing of the #content div and all content after
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* UnderStrap functions and definitions
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Hero setup
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Left sidebar check
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Right sidebar check
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* Displays all of the <head> section and everything up till <div id="content">
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Block editor (gutenberg) specific functionality
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Comment layout
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Custom header setup
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
@ -17,9 +17,9 @@ if ( ! function_exists( 'understrap_custom_header_setup' ) ) {
|
|||
function understrap_custom_header_setup() {
|
||||
|
||||
/**
|
||||
* Filter UnderStrap custom-header support arguments.
|
||||
* Filter Understrap custom-header support arguments.
|
||||
*
|
||||
* @since UnderStrap 0.5.2
|
||||
* @since Understrap 0.5.2
|
||||
*
|
||||
* @param array $args {
|
||||
* An array of custom-header support arguments.
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
<?php
|
||||
/**
|
||||
* UnderStrap Theme Customizer
|
||||
* Understrap Theme Customizer
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Rest in peace
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
<?php
|
||||
/**
|
||||
* UnderStrap modify editor
|
||||
* Understrap modify editor
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
<?php
|
||||
/**
|
||||
* UnderStrap enqueue scripts
|
||||
* Understrap enqueue scripts
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* Eventually, some of the functionality here could be replaced by core features.
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Custom hooks
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @link https://jetpack.me/
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Pagination layout
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Theme basic setup
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* Eventually, some of the functionality here could be replaced by core features.
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Check and setup theme's default settings
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Declaring widgets
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Add WooCommerce support
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* This file is centrally included from `wp-content/mu-plugins/wpcom-theme-compat.php`.
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
* E.g., it puts together the home page when no home.php file exists.
|
||||
* Learn more: http://codex.wordpress.org/Template_Hierarchy
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -44,13 +44,13 @@ msgstr ""
|
|||
"X-Poedit-SearchPath-21: inc\n"
|
||||
|
||||
#. Theme Name of the theme
|
||||
msgid "UnderStrap"
|
||||
msgstr "UnderStrap"
|
||||
msgid "Understrap"
|
||||
msgstr "Understrap"
|
||||
|
||||
#. Theme URI of the theme
|
||||
#: inc/hooks.php:40
|
||||
msgid "https://understrap.com"
|
||||
msgstr ""
|
||||
msgstr "https://understrap.com"
|
||||
|
||||
#. Description of the theme
|
||||
msgid ""
|
||||
|
|
@ -69,7 +69,7 @@ msgstr ""
|
|||
"vieles mehr, was du für die Erstellung einer einfachen Website benötigst. "
|
||||
"WICHTIG: Alle Abhängigkeiten der Entwicklertools sind in diesem Paket nicht "
|
||||
"enthalten! Lade die ZIP-Datei herunter, entpacke sie und führe \"npm install"
|
||||
"\" sowie \"gulp copy-assets\" in der Konsole im entpackten UnderStrap-Ordner "
|
||||
"\" sowie \"gulp copy-assets\" in der Konsole im entpackten Understrap-Ordner "
|
||||
"aus."
|
||||
|
||||
#. Author of the theme
|
||||
|
|
@ -78,7 +78,7 @@ msgstr ""
|
|||
|
||||
#. Author URI of the theme
|
||||
msgid "https://github.com/understrap/understrap/graphs/contributors"
|
||||
msgstr ""
|
||||
msgstr "https://github.com/understrap/understrap/graphs/contributors"
|
||||
|
||||
#: 404.php:30
|
||||
msgid "Oops! That page can’t be found."
|
||||
|
|
@ -225,7 +225,7 @@ msgstr "%title <i class=\"fa fa-angle-right\"></i>"
|
|||
|
||||
#: inc/hooks.php:30
|
||||
msgid "https://wordpress.org/"
|
||||
msgstr ""
|
||||
msgstr "https://wordpress.org/"
|
||||
|
||||
#. translators: WordPress
|
||||
#: inc/hooks.php:33
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
|
|
@ -1,8 +1,8 @@
|
|||
# Copyright (C) 2021 the Understrap Authors
|
||||
# This file is distributed under the UnderStrap WordPress Theme, Copyright 2013-2021 Howard Development & Consulting.
|
||||
# This file is distributed under the Understrap WordPress Theme, Copyright 2013-2021 Howard Development & Consulting.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: UnderStrap 0.9.6\n"
|
||||
"Project-Id-Version: Understrap 0.9.6\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -15,7 +15,7 @@ msgstr ""
|
|||
"X-Domain: understrap\n"
|
||||
|
||||
#. Theme Name of the theme
|
||||
msgid "UnderStrap"
|
||||
msgid "Understrap"
|
||||
msgstr ""
|
||||
|
||||
#. Theme URI of the theme
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Template for displaying posts on the author archive
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Blank content partial template
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Content empty partial template
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* Learn more: http://codex.wordpress.org/Template_Hierarchy
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Partial template for content in page.php
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Search results partial template
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Single post partial template
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Post rendering content according to caller of get_template_part
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* Template for displaying a blank page.
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* This template can be used to override the default template and sidebar setup
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
* Template for displaying a page just with the header and footer area and a "naked" content area in between.
|
||||
* Good for landingpages and other types of pages where you want to add a lot of custom markup.
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* Template for displaying a page without sidebar even if a sidebar widget is published.
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* This template can be used to override the default template and sidebar setup
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* This template can be used to override the default template and sidebar setup
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
2
page.php
2
page.php
|
|
@ -7,7 +7,7 @@
|
|||
* and that other 'pages' on your WordPress site will use a
|
||||
* different template.
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
20
readme.txt
20
readme.txt
|
|
@ -4,20 +4,20 @@ Start talking: [
|
||||
|
||||
Child Theme Project: [https://github.com/holger1411/understrap-child](https://github.com/holger1411/understrap-child)
|
||||
|
||||
## License
|
||||
UnderStrap WordPress Theme, Copyright 2013-2017 Holger Koenemann
|
||||
UnderStrap is distributed under the terms of the GNU GPL version 2
|
||||
Understrap WordPress Theme, Copyright 2013-2017 Holger Koenemann
|
||||
Understrap is distributed under the terms of the GNU GPL version 2
|
||||
|
||||
http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
|
||||
|
||||
|
|
@ -158,11 +158,11 @@ Why not add a well known and supported layout framework to have a solid, clean a
|
|||
|
||||
## Confused by All the CSS and Sass Files?
|
||||
|
||||
Some basics about the Sass and CSS files that come with UnderStrap:
|
||||
Some basics about the Sass and CSS files that come with Understrap:
|
||||
- The theme itself uses the `/style.css`file 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
|
||||
- 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
|
||||
|
|
@ -180,13 +180,13 @@ Some basics about the Sass and CSS files that come with UnderStrap:
|
|||
- Upload it into your WordPress installation subfolder here: `/wp-content/themes/`
|
||||
- Login to your WordPress backend
|
||||
- Go to Appearance → Themes
|
||||
- Activate the UnderStrap theme
|
||||
- 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
|
||||
- Then open your terminal and browse to the location of your Understrap copy
|
||||
- Run: `$ npm install` and then: `$ gulp copy-assets`
|
||||
|
||||
### Running
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
@import "theme/theme_variables"; // <-------- Add your variables into this file. Also add variables to overwrite Bootstrap or UnderStrap variables here
|
||||
@import "theme/theme_variables"; // <-------- Add your variables into this file. Also add variables to overwrite Bootstrap or Understrap variables here
|
||||
@import "assets/bootstrap4"; // <-------- Loads Bootstrap4
|
||||
@import "understrap/understrap"; // <-------- Loads the UnderStrap defaults. Just a few classes to incorporate BS in WP
|
||||
@import "understrap/understrap"; // <-------- Loads the Understrap defaults. Just a few classes to incorporate BS in WP
|
||||
@import "understrap/woocommerce"; // <-------- Loads WooCommerce style fixes. Comment out if you aren't using WooCommerce
|
||||
|
||||
// Optional files - If you dont use the corresponding scripts/fonts comment em out
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* The template for displaying search results pages
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* The template for displaying search forms
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Sidebar setup for footer full
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Sidebar - hero setup
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Sidebar - The Hero Canvas Widget Area
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* The sidebar containing the main widget area
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* The right sidebar containing the main widget area
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Static hero sidebar setup
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* The sidebar containing the main widget area
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* The template for displaying all single posts
|
||||
*
|
||||
* @package UnderStrap
|
||||
* @package Understrap
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
Theme Name: UnderStrap
|
||||
Theme Name: Understrap
|
||||
Theme URI: https://understrap.com
|
||||
Author: the Understrap Authors
|
||||
Author URI: https://github.com/understrap/understrap/graphs/contributors
|
||||
|
|
@ -11,14 +11,14 @@ A child theme is available on Github, too: https://github.com/understrap/underst
|
|||
Version: 0.9.6
|
||||
Tested up to: 5.7.2
|
||||
Requires PHP: 5.2
|
||||
License: UnderStrap WordPress Theme, Copyright 2013-2021 Howard Development & Consulting
|
||||
UnderStrap is distributed under the terms of the GNU GPL version 2
|
||||
License: Understrap WordPress Theme, Copyright 2013-2021 Howard Development & Consulting
|
||||
Understrap is distributed under the terms of the GNU GPL version 2
|
||||
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
||||
Text Domain: understrap
|
||||
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, translation-ready
|
||||
|
||||
This theme, like WordPress, is licensed under the GPL.
|
||||
UnderStrap is based on Underscores https://underscores.me/, (C) 2012-2016 Automattic, Inc.
|
||||
Understrap is based on Underscores https://underscores.me/, (C) 2012-2016 Automattic, Inc.
|
||||
|
||||
Resource Licenses:
|
||||
Font Awesome: https://fontawesome.com/v4.7/license/ (Font: SIL OFL 1.1, (S)CSS: MIT)
|
||||
|
|
|
|||
Loading…
Reference in New Issue