This tutorial goes over how to fix a word wrap issue in Chrome.
You need to have an active subscription to view this content.
This tutorial goes over how to fix a word wrap issue in Chrome.
You need to have an active subscription to view this content.
Quick tutorial that goes over how to create a custom WordPress search form that is styled with the Bootstrap classes.
You need to have an active subscription to view this content.
This tutorial goes over how to add Bootstrap classes to the WordPress widget areas so they look like the Bootstrap panels. We also add some custom styles to make sure all the default WordPress widgets look good within the new Bootstrap panels.
You need to have an active subscription to view this content.
In this tutorial, we will include the Font Awesome icons in our WordPress theme and rearrange the post meta. We will also use some Sass to style the post meta for each blog post to make them look nice with the new icons.
You need to have an active subscription to view this content.
In this tutorial, I go over how we can override the !default Bootstrap Sass variables in our own stylesheets. This will help us customize the Bootstrap framework and still be able to update to new versions in the future. Another powerful Sass feature!
You need to have an active subscription to view this content.
Bootstrap Sass offers several mixins that you can use throughout your theme to speed up development. In this tutorial, I go over how to use the Bootstrap grid mixin to easily add a grid to every page of the WordPress starter theme with a few lines of code!
You need to have an active subscription to view this content.
This tutorial goes over how to make all your images responsive within your WordPress theme, how to add a custom Walker class to use the Bootstrap navbar styles, and how to implement the WordPress 4.5+ custom logo API to allow your theme user the ability to upload a logo from the WordPress customizer panel.
You need to have an active subscription to view this content.
This tutorial goes over how I normally clean up and remove unneeded files in the WordPress starter theme. This includes removing Sass file, JS files, rearranging functions, and creating new files. Doing this will cut down the size of our theme and gets it ready for a perfect starter for premium themes moving forward.
You need to have an active subscription to view this content.
This video goes over how to create a manifest.js file that our Javascript Gulp tasks is going to use to compile and minify all of our theme JS files. This will make our theme less bloated while increasing performance and load time.
You need to have an active subscription to view this content.
This tutorial goes over the normal GitHub workflow of adding, committing, pulling and pushing code to a GitHub repository. We will be using a GitHub repo throughout this series to commit and push our code too.
You need to have an active subscription to view this content.