collective.responsivetheme
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.3.2 (2012-11-30)
- Made viewportchange.js default to false in the jsregistry.xml since the scaling that was happening was not the viewport itself but gravity of all things after talking to Ethan Marcotte and Luke W.
1.3.1 (2012-11-20)
- Some IE 7 and IE 8 fixes
1.3 (2012-11-15)
- Added Scott Jehl's Respond.js which enables responsive web designs in browsers that don't support CSS3 Media Queries - in particular, Internet Explorer 8 and under. It's written in such a way that it will probably patch support for other non-supporting browsers as well.
1.2.2 (2012-09-04)
- underline in this history.txt file wasn't long enough. Had to make new version.
1.2.1 (2012-09-04)
- Fixed an issue where logo.pt was asking for the title
1.2 (2012-08-30)
- Fixed the issue of the navigation folding for IE 8 and below
1.0 (2012-07-02)
- Initial release
Current Release
collective.responsivetheme 1.3.2
Released Nov 30, 2012
-
Get
collective.responsivetheme
for
all platforms
- collective.responsivetheme-1.3.2.tar.gz
-
Get
collective.responsivetheme
for
all platforms
- collective.responsivetheme-1.3.2.zip
- If you are using Plone 3.2 or higher, you probably want to install this product with buildout. See our tutorial on installing add-on products with buildout for more information.
All Releases
| Version | Released | Description | Compatibility | Licenses | Status |
|---|---|---|---|---|---|
| 1.3.2 | Nov 30, 2012 | More about this release… | final | ||
| 1.3.1 | Nov 20, 2012 | More about this release… | final | ||
| 1.3 | Nov 14, 2012 | More about this release… | GPL | final | |
| 1.2.2 | Sep 04, 2012 | More about this release… | GPL | final | |
| 1.2.1 | Sep 04, 2012 | More about this release… | GPL | final | |
| 1.2 | Aug 30, 2012 | More about this release… | GPL | final | |
| 1.1 | Jul 02, 2012 | More about this release… | final | ||
| 1.0 | Jun 29, 2012 | More about this release… | final |
