- Julian Wittorf (Bachelor Medieningenieur*in)
- https://github.com/jwittorf/understrap-child-american-football
- Fachhochschule Kiel (Prof. Dr. Franziska Uhing)
- Sommersemester 2022
npm install
on first installnpm run dist
to create a new "release"npm run watch-lr
to watch forscss
changes and Livereload in the browser- Make styling changes in
web/app/themes/understrap-child-american-football/src/sass/theme
- Have a custom post-based slider for showing images and headlines on homepage (full width).
- Use a boxed featured-image on pages.
- Make the featured-image on archive/list pages full-width, make content (list of posts) boxed.
- Show post-image on single-page in full-width as well.
- Use custom menu (still called "top" but is now actually at the bottom).
- Use widgets for global footer content.
- No sidebars, use elementor for individual page design.
- Integration/adjustments for league plugin with team, roster, schedule and games (instead of old, custom post type and taxonomy, just keeping this for reference).
See: Official Demo | Read: Official Docs Page
Website: understrap.com
Parent Theme Project: github.com/understrap/understrap
Premium Child Themes: understrap.com/child-themes/
Understrap is the renowned open-source WordPress starter theme that combines Underscores with Bootstrap. Trusted by more than 100,000 developers. This repo holds the Child Starter Theme for developers using the Understrap Theme Framework.
Full documentation for this starter theme is available at docs.understrap.com.
For support requests and bugs, we recommend browsing our issues here (parent theme) and here (child theme) and opening a new issue if necessary. For more broad discussion, like questions about the roadmap, visit our discussion board.
- Combines Underscore’s PHP/JS files and Bootstrap’s HTML/CSS/JS.
- Comes with Bootstrap v5 Sass source files and additional .scss files. Nicely sorted and ready to add your own variables and customize the Bootstrap variables.
- Uses sass and postCSS to handle compiling all of the styles into one style sheet. The theme also includes rollup.js to handle javascript compilation and minification.
- Uses a single minified CSS file for all the basic stuff.
- Font Awesome integration (v4.7.0)
- Jetpack ready
- WooCommerce support
- Contact Form 7 support
- Translation ready
Become an Understrap Expert. Presented by the team behind the Understrap Theme Framework, Understrap Academy is a collection of online courses that will help you speed up your development process, make your projects more profitable, and become an Understrap expert in record time.
This child theme uses Bootstrap 5 and requires Understrap Parent Theme 1.1 or greater for best functionality. It does not create JS or CSS files that work with Bootstrap 4 markup. In fact, in the functions.php
file, this child theme overrides the parent theme's customizer settings.
If you want to build a child theme with Bootstrap 4, please use the 1.0.1 child theme release as it was the last version built to support Bootstrap 4.
Copyright 2022 Howard Development & Consulting, LLC. Understrap is distributed under the terms of the GNU GPL version 2
http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
- Font Awesome: https://fontawesome.com/v4.7/license/ (Font: SIL OFL 1.1, (S)CSS: MIT)
- Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (MIT)
- WP Bootstrap Navwalker by Edward McIntyre & William Patton: https://github.com/wp-bootstrap/wp-bootstrap-navwalker (GNU GPLv3)