Skip to content
Snippets Groups Projects
Select Git revision
  • 7.x-1.0-beta1
  • 7.x-3.x default
  • input-button-markup
  • nav-nav
  • 7.x-3.x--goodbye-message
  • system-requirements
  • 7.x-3.x--aria-roles
  • 7.x-3.x--293-action-links
  • gbz3-237
  • 7.x-3.x-GH-284--autocomplete-path
  • 8.x-5.x
  • 8.x-5.x--page-tpl
  • 8.x-1.x
  • 7.x-3.x1-theme-settings-backend-checks
  • 7.x-4.x
  • 7.x-1.x
  • 7.x-3.4
  • 7.x-3.3
  • 7.x-3.2
  • 7.x-4.0-alpha2
  • 7.x-3.1
  • 7.x-4.0-alpha1
  • 7.x-3.0
  • v4.0.3
  • v4.0.2
  • v4.0.1
  • 7.x-3.0-rc3
  • 7.x-3.0-rc2
  • 7.x-3.0-rc1
  • 7.x-3.0-beta4
  • 7.x-3.0-beta3
  • 7.x-3.0-beta2
  • 7.x-3.0-beta1
  • 7.x-1.4
  • 7.x-1.3
  • 7.x-1.2
36 results

kalatheme

  • Open with
  • Download source code
  • Mike Pirog's avatar
    Mike Pirog authored
    238e571c
    History
    CONTENTS OF THIS FILE
    ---------------------
    
     * Installing Kalatheme
     * Installing Bootstrap
     * Creating a Subtheme
     * Key Features
    
    INSTALLING KALATHEME
    --------------------
    Kalatheme was meant to be install on top of the Panopoly ditribution. Using 
    Kalatheme without Panopoly has not been tested and is not recommended. 
    Furthermore, it is likely you would not be able to do much of anything without 
    Panopoly.
    
    Please download Panopoly first
    http://drupal.org/project/panopoly
    
    Then install Kalatheme like any other theme
    http://drupal.org/documentation/install/modules-themes
    
    You will notice once you install Kalatheme that it doesn't look like much and it
    is giving you an error message to install a Twitter Bootstrap library. Apropos:
    
    
    INSTALLING BOOTSTRAP
    --------------------
    Kalatheme doesn't do much without a Bootstrap Library so you are going to need 
    to shop around for one. 
    
     * To get the standard Bootstrap library, or to customize that library:
     http://twitter.github.com/bootstrap/
    
     * If you are looking for a free and pre-made custom version of Bootstrap :
     http://bootswatch.com/
    
     * If you don't mind paying for a little extra:
     http://wrapbootstrap.com/
    
     * You can also Google for other source if you are feeling adventerous.
     http://www.google.com/
     
    Kalatheme uses the Libraries API so in order to get Bootstrap working you need 
    to put your Bootstrap files in sites/all/libraries/bootstrap. Custom Bootstrap 
    libraries can use a non-standard files scheme so you need to make sure that 
    your bootstrap directory contains at least the following folders and files. 
    
      /bootstrap
      /bootstrap/css
      /bootstrap/css/bootstrap.css
      /bootstrap/css/bootstrap.min.css
      /bootstrap/css/bootstrap-responsive.css
      /bootstrap/css/bootstrap-responsive.min.css
      /img/
      /js/
      /js/bootstrap.js
      /js/bootstrap.min.js
      
    We recommend putting all other files that come with your Bootstrap library
    in a KalaSUBtheme. You do not need to have the minified or responsive files to 
    get this to work but they are highly recommended. 
    
    CREATING A SUBTHEME
    -------------------
    Kalatheme is meant to be the base theme that is used to build more powerful 
    subthemes. Subthemes inherit almost all of the propoerties of their base theme 
    so you can reduce theme clutter and start on the 10th floor. Here is some 
    documentation on creating a basic subtheme
    http://drupal.org/node/225125
    
    KEY FEATURES
    ------------
     * Settings
     On the settings page for Kalatheme you can configure how you want the style 
     plugin to work.
     
     * Style Plugin
     When you choose to "Customize this page" using the Panels In-Place Editor you 
     gain access to a bunch of customization tools provided by Kalatheme. Select the
     paintbrush on the panels pane you want to edit, choose "Kalacustomize" and hit
     next.
     
     * Views Grid 
     Any view that is made with the grid display and that has an amount of columns 
     that can divide 12 will be automatically responsive. 
     
     * Responsive Menu
     The "main-menu" menu will automatically dropdown for subitems. It will also 
     automatically "responsify" on tablet and phone.