Loading...
Bootscore v6 is here! Learn more

Documentation Theme

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.

The framework includes 11 widget areas, a built-in Sass compiler, and a large number of page, post, category, archive, and author templates.

All scripts, fonts, and components are installed locally, with no external data sources involved, making Bootscore 100% GDPR ready.

The codebase has been deliberately kept slim, and there are no settings available in the backend or customizer. Instead, all settings can only be made through the .scss, .php, and .js files, requiring some basic knowledge of editing. This approach gives you full control over your development process.

10 Comments on “Getting started”

  • nfgngn cbnbcn

    says:

    Hi,
    I’m having trouble with content being covered by the navbar. Have fixed logo height to 70px but without adding a top margin to the content this persists? Any ideas? Also the search top widget overlaps the nav items at about tablet width, how to fix this please? Also wondering how you got the slide out login and cart tabs there?

    Many thanks,

    Andrew

    • Basti

      says:

      You have already posted this on GitHub. Please follow discussion there.

  • nfgngn cbnbcn

    says:

    Hi,
    When using a plugin like wp job manager it looks different than the theme styling. Does it inherit bootstrap from the theme or add its own css? How to override this for it to use the themes CSS?

    Thanks,
    Andrew

    • Basti

      says:

      Hi Andrew,

      these plugins uses own CSS. You can override them by adding your styles to _bscore_custom.scss in your child.

  • Yoshiyuki Teramoto

    says:

    Hi,
    I’m having trouble designing the comments section.
    Since many comments are posted vertically, I would like to put a comment field inside the accordion to make it look better.

    Is it possible to accordion comments?

  • Alpesh Godhani

    says:

    Hi Team

    I just installed this theme in fresh WordPress but Submenu is not showing property.
    Screenshot: https://i.imgur.com/muQSZ6Y.png

    Can you advise me? What is reason.

    • Basti

      says:

      Hi Alpesh,

      did you setup submenu item correctly? Has this a name? Please share a link to your project, a screenshot is no help. If you work on your local computer, transfer a copy of your project to a live server. Thanks.

  • Yoshiyuki Teramoto

    says:

    Hi,
    I want to copy Pagination (line 328 –373) of function.php to the child theme and change the design as below. What should I do?

    <a href="#" rel="nofollow ugc">
      &laquo;
    </a>
    
    <a href="#" rel="nofollow ugc"> 1 </a>
    <a href="#" rel="nofollow ugc"> 2 </a>
    <a href="#" rel="nofollow ugc"> 3 </a>
    
    <a href="#" rel="nofollow ugc">
      &raquo;
    </a>
    

    Thank you.

    • Basti

      says:

      Hi Yoshiyuki,

      php code can be not completely shown here in the comments. I sent you the code by email, please check your spam folder.

      Basti

Comments are closed.

To top