silverstripe-theme 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.
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.
- JavaScript
- 0 Dependents
- 0 Suggesters
- 2 Forks
- 0 Open issues
- 1 Versions
- 3 % Grown
Silverstripe Kube Commerce Theme
A simple Silverstripe theme using the Kube CSS framework, found at:, (*1)
http://imperavi.com/kube, (*2)
This version of the theme has been customised to work with the Commerce
module, (*3)
Using this theme
-
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
., (*4)
-
Add the following to your mysite/_config.php
file. Remove any
existing SSViewer::set_theme
lines., (*5)
SSViewer::set_theme("kube-commerce");
HtmlEditorConfig::get('cms')->setOption('theme_advanced_styles', 'highlight=highlight;no-border=no-border,break=break');, (*6)