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.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.0.zip (25.1 kB view details)

Uploaded Source

collective.responsivetheme-1.0.tar.gz (12.8 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for collective.responsivetheme-1.0.zip
Algorithm Hash digest
SHA256 83a49209146c7e69f1ce9e49dbc96884e5ad0b9d1782eaafddbb727ee45ee9fc
MD5 3383e8ce9a7d032c29f506e031c385cf
BLAKE2b-256 fef033493dc5e1f387d91f5c5b9c552de3cd34c40359997e994d23aeb5133ffd

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for collective.responsivetheme-1.0.tar.gz
Algorithm Hash digest
SHA256 dbfa7866e53fd9270a83a3afd57f606ec003269217b64af2566288f1f925928a
MD5 585a10e8c91d03f23d078f7a370c5ae9
BLAKE2b-256 b7885712e153499df6c1382ba6aea1cff3a5a8ad4d034cfdf2589360cd0b9295

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