Materialize Genesis is a Genesis Framework child theme that integrates MaterializeCSS.
- Upload the
Materialize 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
Materialize 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 Yarn.
- Install Gulp globally.
- Run
yarn install
to install dependencies through terminal/CLI program. - Replace site url in line
48
ofgulpfile.js
to your local development URL(e.g. http://bootstrap.test). - Run
gulp
through your favorite CLI program.
Note: I suggest using package manager to install Git, Node and Yarn. You can use Homebrew if you're on a Mac or Linux/WSL, Scoop or Chocolatey if you're on Windows.
- MaterializeCSS
- Bootstrap components
- Comment Form
- Search Form
- Navbar
- Sass
- Gulp
- Footer Widgets(modified to add MaterializeCSS column classes based on the number of widget areas)
- TGM Plugin Activation Support
- Multi-level dropdown
Without these projects, this theme wouldn't be where it is today.