i-lateral/silverstripe-themes-kube-commerce

A simple Silverstripe theme that makes use of the Kube CSS framework and is designed to work with the Commerce extension.

Installs: 178

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 2

Language:JavaScript

Type:silverstripe-theme

dev-master 2016-02-03 18:41 UTC

This package is auto-updated.

Last update: 2024-03-20 22:14:13 UTC


README

A simple Silverstripe theme using the Kube CSS framework, found at:

http://imperavi.com/kube

This version of the theme has been customised to work with the Commerce module

Using this theme

  1. Copy the theme into the themes/ directory of your SilverStripe project. If you've named it correctly, there should be a directory called themes/kube-commerce.

  2. Add the following to your mysite/_config.php file. Remove any existing SSViewer::set_theme lines.

    SSViewer::set_theme("kube-commerce"); HtmlEditorConfig::get('cms')->setOption('theme_advanced_styles', 'highlight=highlight;no-border=no-border,break=break');