A responsive theme based on sunburst for Plone 4
Project description
Introduction
This Responsive Theme product will give your Plone a responsive theme on install. But you can also include collective.responsivetheme to the custom theme you are making. Here is how you do it.
Make sure when buildout is run, it will get collective.responsivetheme. We will pretend you theme is named “plonetheme.yourcustomtheme”. Within the first folder of plonetheme.yourcustomtheme is a file named setup.py. In the install_requires portion add this:
install_requires=[ 'setuptools', 'collective.responsivetheme', # -*- Extra requirements: -*- ],
Make sure your theme is based off of collective.responsivetheme. In your plonetheme.yourcustomtheme/plonetheme/yourcustomtheme/profiles/default/ find your skins.xml file change the <skin-path> based-on=”” to Responsive Theme.
<skin-path name="Your Custom Theme" based-on="Responsive Theme"> ... </skin-path>
Make sure when you install your theme, it also installs collective.responsivetheme. In your plonetheme.yourcustomtheme/plonetheme/yourcustomtheme/profiles/default/ find your metadata.xml file. We need to add the dependancy. Like so:
<?xml version="1.0"?> <metadata> <version>1000</version> <dependencies> <dependency>profile-collective.responsivetheme:default</dependency> </dependencies> </metadata>
Changelog
1.0 (2012-08-30)
Fixed the issue of the navigation folding for IE 8 and below
1.0 (2012-07-02)
Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Hashes for collective.responsivetheme-1.2.zip
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b1c96b1df41ec631658115023a529465236331fc57f7b0a6eb83fd6e1eaea89 |
|
MD5 | bdd5294131795c1bfc4b1be788411988 |
|
BLAKE2b-256 | 976bbd897f526f222e59c158e83cc74af6728ce3052cd7654f3daba2bdad760d |
Hashes for collective.responsivetheme-1.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a1968a4674c19c9fe62f15ef86440950951b3080a34ad8f1791a057a8247325 |
|
MD5 | db76c96b52abc16263ae430dfd912dfa |
|
BLAKE2b-256 | 870c61ff682d130757a99a06281223a36150ebc47eba78098ca488e0ba832f3e |