Skip to content
#

starter-theme

Here are 113 public repositories matching this topic...

gillespieza
gillespieza commented Apr 12, 2020

Issue is about..

  • [x ] a Bug Report

The logic in the sidebar templates that set the column width to .col-md-3 if both sidebars are active, or .col-md-4 if only one sidebar is active, only checks for the theme option understrap_sidebar_position. It does not take into account if a page has explicity chosen the Left and Right Sidebar Layout page template (and therefore shows both

dylanspurgin
dylanspurgin commented Oct 9, 2016

Took me quite a while to figure out how exactly the theme in my src directory was supposed to be used in development. The docs don't mention needing WordPress running so I thought perhaps gulp was going to just serve my theme on its own.

I think it would help greatly to say a few words about having WordPress setup and running. Also, moving the crucial setup step of symlinking the theme into you

kLOsk
kLOsk commented Feb 5, 2020

Since b4st 3 is out and @SimonPadbury added gulp compilation to it I wanted to share quick instructions on how to add bs4 via npm and enable variable overriding.

First add bootstrap via npm by running:
npm install bootstrap

Then add the following to enqueues.php so we use the npm sourced bootstrap js

wp_register_script('bootstrap-js', get_template_directory_uri() . '/node_modules/bo

Improve this page

Add a description, image, and links to the starter-theme topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the starter-theme topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.