This is a Bootstrap sub theme for Drupal 8 only.
This theme is hosted on Github: https://github.com/vienie/progress
Not much has changed from the base theme except for some layout and typography. The idea for this theme was to make pages more readable and laid out like a journal. Also, a full screen search is included.
This theme is built primarily for blogging/journal sites. You can use any Bootswatch (https://bootswatch.com/) skins with this theme. It may also make a good addition to business sites that blogs quite frequently.
Requirement:
Bootstrap base theme: https://www.drupal.org/project/bootstrap
Installation:
- Download and install Bootstrap theme: https://www.drupal.org/project/bootstrap to /theme directory
- Download and install this theme (progress): https://github.com/vienie/progress to /themes directory. You can download the master zip but remember to rename it to
progress
Usage:
To get the full screen search to work, follow these steps:
- Once theme is installed, go to menu --> structure --> block layout. Move or assign the default search box to footer region (you can move it anywhere but i think best place is the footer region).
- Go to menu --> structure --> menus --> click on 'edit menu' for Main navigation.
- Create a new menu item. In the title field type in: Search and in the link field type in: #block-progress-search
Theme settings:
- Menu --> Appearances --> click on progress settings link
- Click on General tab. Under Container, check Fluid container
- Click on Components. Under Navbar, select Fixed top
To change Bootswatch skins:
- Menu --> Appearances --> click on progress settings link.
- In the settings page, click on 'Advanced' tab. Under 'Theme' dropdown, select a Bootswatch skin you want and click on 'save configuration' button.
Note: some skins have a dark background. This does not work well with progress theme due to font colour issue. If you need to use a theme with a dark background, make sure you remove some font colour stylings in progress theme.
Download Progress Theme:
https://github.com/vienie/progress
Update (on 22 Aug 2016):
- Changed menu toggle to menu hover for dropdown menus.