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.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.2.1.zip (35.6 kB view details)

Uploaded Source

collective.responsivetheme-1.2.1.tar.gz (22.3 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for collective.responsivetheme-1.2.1.zip
Algorithm Hash digest
SHA256 c2bcbc5c1f1c17f12e01710493b2384909ffdd0fddeed4c5f0f93f630598a50f
MD5 f62d9b55dffee8e2697f6afeb1f5d8e0
BLAKE2b-256 889b4eb7b06ab04f7e1fdf1e7fc311daa832862389038188b14d8812aa8437b2

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for collective.responsivetheme-1.2.1.tar.gz
Algorithm Hash digest
SHA256 fc043448771beea7a7ba7a0436dc9ce840b1503ce414e330506acc1b66a7cf43
MD5 14cd06ddae89cf81fb4276dd7b182250
BLAKE2b-256 8167c79bf67777a6f4ef09ecee6a32ac27cd9176e70b70229a947ae03a502478

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