Login
Username or email address *
Password *
Remember me
Log in
Lost your password?
No products in the cart.
Documentation Theme
| 10 Comments on Getting started
bootScore is a free WordPress starter theme framework powered by Bootstrap. It can be used for multi-page sites, one-pagers with multiple subpages, and offers full WooCommerce support.
Read more »
We use GitHub to develop our themes and plugins. If you need help, have a question, find a bug or want to contribute, you’re welcome to open a discussion or an issue in the appropriate repository.
| 22 Comments on Installation
Install theme and child-theme via the WordPress theme-uploader or via Composer.
Theme has no single-click updater. Updates must be made manually via the theme uploader in the WordPress backend.
| 94 Comments on WooCommerce
bootScore has full WooCommerce support with many Bootstrap templates and an integrated AJAX offcanvas cart.
| 92 Comments on bootScore Child
The child-theme serves as a foundation for customizing bootScore without making changes to the code of the parent-theme. By editing this theme, you can update bootScore without the risk of losing your modifications.
| 20 Comments on Bootstrap / CSS / Sass
Bootstrap source code is included in the theme and can be edited on the fly without using gulp, node, commands or other technical stuff. Just add your styles, save and the built-in compiler will do the trick. You will find files in folder /css/scss/.
This file contains the logo, favicons, theme colors, main-menu and two widget positions.
The footer.php has 5 widget positions, a secondary menu and a copyright with current year and site title.
| 41 Comments on Widget & Menu Positions
bootScore has 11 widget and 2 menu positions.
| 33 Comments on Page / Post templates
Select the templates in the backend on the right side in the page/post edit screen in Page Attributes > Template or Post Attributes > Template.
| 15 Comments on Loop templates
There are 5 templates for each category, archive and author. These templates are the same for all of them, they only differ what is in the header.
The 404 page is basic. The text can be changed with Loco Translate. You can insert widgets to customise the page.
| 2 Comments on Functions
Almost all functions are pluggable and can be overwritten in the child-theme.
Transform your layout into fluid with a simple function.
A hook is a point in the theme where you can insert anything you want very easily. For example a HTML alert or a Google tag manager.
| 10 Comments on Colors
Almost all colors are defined via the classes in the respective php file to assign Bootstrap Colors to all elements.
| 2 Comments on Scrollspy / Onepager
If the page is operated as an onepager, Scrollspy recognizes at which point it is being scrolled and sets an active class to the respective menu item. This menu item can be styled differently and you always know which one is currently part on the page.
| 2 Comments on Smooth Scroll
bootScore uses the default Bootstrap scroll-bahaviour: smooth for smooth scrolling. The offset is set to the height of the navbar.
With the additional classes width-100 and height-* fullscreen elements can be created, even if the content is inside the container.
| 5 Comments on Font Awesome
Font Awesome is already GDPR-friendly installed locally and ready to use.
Add icons to Bootstrap alerts by using classes.
| 2 Comments on Google Fonts
Google fonts are a sensitive topic when it comes to GDPR. Read here how to install Google fonts locally without accessing the Google server.
| 16 Comments on Translations
The theme and all plugins can be translated with Loco Translate to edit .mo and .po files.