Skip to main content

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.

1. 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: -*- ],


2. 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>


3. 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.5.1 (2012-08-20)
------------------
- Somehow the french language didn't go up to the server. This fixes that problem

1.4 (2012-08-06)
----------------
- Added i18n support for the UI: translation for "Show Navigation" and "Hide navigation" in Dutch and French. [kysr]

- Always show correct navigation label in mobile menu [kysr]

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

collective.responsivetheme-1.5.1.zip (46.4 kB view details)

Uploaded Source

collective.responsivetheme-1.5.1.tar.gz (28.4 kB view details)

Uploaded Source

File details

Details for the file collective.responsivetheme-1.5.1.zip.

File metadata

File hashes

Hashes for collective.responsivetheme-1.5.1.zip
Algorithm Hash digest
SHA256 bafbf95035007bcb2d2969b9d601b18cc9d0891fb0c3ab2b8d2a6ac451e3f16c
MD5 17295c9f7c8d5763003eded0d1390777
BLAKE2b-256 a9ac43facbb7ae9a800cbfa8cd1f582b3fce13d7ea790f1f96eb2064f598070a

See more details on using hashes here.

Provenance

File details

Details for the file collective.responsivetheme-1.5.1.tar.gz.

File metadata

File hashes

Hashes for collective.responsivetheme-1.5.1.tar.gz
Algorithm Hash digest
SHA256 03f2ea8af2fc8394f0cb3382384e13172387b000560689d957ed345c2d477b02
MD5 81d2ec703360075d2bf016990352053f
BLAKE2b-256 f8df40a95dc6d5de69d633324db45ea6f5a9ea617fdd7e2ebef3ac760573361f

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page