Bootstrap for Genesis is a genesis child theme which integrates Bootstrap. It uses Gulp to handle tasks, configuration and lint files.
- Upload the Bootstrap for Genesis theme folder via FTP to your wp-content/themes/ directory. (The Genesis parent theme needs to be in the wp-content/themes/ directory as well.)
- Go to your WordPress dashboard and select Appearance.
- Activate the Bootstrap for Genesis theme.
- Inside your WordPress dashboard, go to Genesis > Theme Settings and configure them to your liking.
- Install Git.
- Clone the repository to your local machine.
- Install Node.
- Install Gulp globally.
- Install Yarn
- Run
yarn install
to install dependencies through terminal/CLI program. - Replace site url in line
45
ofgulpfile.js
to your local development URL(e.g. http://bootstrap.test). - Run
gulp
through your favorite CLI program.
- Bootstrap 4
- Bootstrap components
- Comment Form
- Search Form
- Jumbotron
- Navbar
- Sass
- Gulp
- Footer Widgets(modified to add bootstrap column classes based on the number of widget areas)
- Additional Widget Areas
- Home Featured(jumbotron)
- TGM Plugin Activation Support
- Multi-level dropdown menus using SmartMenus Bootstrap Addon
Without these projects, this theme wouldn't be where it is today.