Skip to main content

Free Diazo Theme for Plone 4.2

Project description

SunRain free diazo theme for Plone 4.2.

Features

Different views

In SunRain Theme you can change view from: ‘Rain’ - defined as a default view:

http://quintagroup.com/services/plone-development/skins/images/rain.png/

to ‘Sun’:

http://quintagroup.com/services/plone-development/skins/images/sun.png/

To change between ‘Sun’ and ‘Rain’ views - go to ‘Site Setup’ -> ‘Diazo theme’ settings, open ‘Advanced settings’ tab. In ‘Parameter expressions’ textarea change theme = string:rain parameter for theme = string:sun or vice versa.

Responsive Web Design

Among the most interesting features integrated into SunRain Theme you can find responsive web design that allows for easy viewing on mobile devices and tablets. If the device screen size is smaller than 5 inches the website will start to automatically resize and reposition the content to accommodate for the changes.

Top image

SunRain diazo theme has replaceable header image for front and inner site pages. To replace default image, upload image with topimage shortname into site root or any site section. Recommended image size: 1000*104px.

Editable Slogan

SunRain Theme uses customizable slogan. To change it, go to ‘Site Setup’ -> ‘Diazo theme’ settings, open ‘Advanced settings’ tab.

In ‘Parameter expressions’ field change ‘Type your slogan here’ slogan in slogan = context/slogan | string:Type your slogan here line.

If you need your slogan to be displayed in non-ASCII characters, go to ‘Site Setup’ -> ‘Diazo theme’ settings, open ‘Advanced settings’ tab. In ‘Parameter expressions’ change the following field

slogan = string:Type your slogan here

to

slogan = python:path('context/slogan|string:').decode('utf-8', 'ignore')

and in ‘Site Setup’ -> ‘Zope Management Interface’ settings -> ‘Properties’ tab add a new property ‘slogan’, type ‘string’, value ‘your slogan’ and save.

Customizable Logo

SunRain diazo Theme comes with default Plone logo. You can replace it with your own as you would do it in default Plone: in ZMI customize portal_skins -> sunburst_images -> logo.png.

Search Box

New approach to site search display is implemented in this theme: searchSection is hidden during common page view. Simply hover the cursor to the search box area and the searchSection appears.

Improved thumbnail display view

To see the changes go to Display drop-down menu and click on Thumbnail view.

Editable footer

Customize: portal_view_customizations -> plone.footer

Theme Extensions

Additional features can be activated:

  • Products.Carousel

    Adds rotating Carousel banner feature.

  • Products.ContentWellPortlets

    Allows adding portlets in the header, footer and content area.

  • Products.PloneFormGen

    Adds TTW Form Generator feature.

  • quintagroup.dropdownmenu

    Adds adjusted stylings to dropdown menu.

  • Products.LinguaPlone

    Adds multilingual functionality. Adjusted stylings for language selectors.

  • quintagroup.sunrain.policy

    Adds four actions for subscription: ‘Share on Twitter’, ‘Share on Facebook’, ‘Send this’ and ‘Subscribe to RSS’. Their links can be edited via ZMI portal_actions -> subscribe.

    Icons can be edited via file system at ‘/src/quintagroup.theme.sunrain/quintagroup/theme/sunrain/static/images’ folder: replace twitter.png, facebook.png, rss.png and email.png icons with the new ones. Restart instance.

    Note, if you only downloaded sunrain.zip, you will not be able to edit links. To do this, go to sunrain folder and open index.html with any editor to make the changes.

  • quintagroup.portlet.static

    When activated, SunRain theme will have specially-styled text portlets: ‘Green Item’ and ‘Grey Item’. To add them, select ‘Static Stylish Portlet’ from ‘Add portlet…’ dropdown menu. Provide portlet text into Text area, enable ‘Omit portlet border’ option, and select ‘Green Item’ or ‘Grey Item’ style from ‘Portlet style’ menu.

    Static Stylish portlets include special styling for links (e.g. ‘More…’ link). To enable it, select a piece of text and set ‘Link Item’ style for it (Styles dropdown menu on TinyMCE toolbar).

    Note, if you only downloaded sunrain.zip, you will not be able to apply ‘Green Item’ or ‘Grey Item’ style from ‘Portlet style’ to your portlets. To do this, you should go to ‘Site Setup’ -> ‘Add-on Configuration’ -> Static Stylish portlet. Click on ‘Add Dropdown select’, enter title ‘Green Item’ or ‘Grey Item’, value ‘portletGreyItem’ or ‘portletGreenItem’ accordingly and save.

    To apply special styling for links, you should go to ‘Site Setup’ -> ‘TinyMCE Visual Editor’. In ‘Styles’ textarea add ‘Link Item|a|portletLinkItem’ and save.

  • Products.Quills or blog.star

    Blogging support.

  • quintagroup.portlet.cumulus

    Adds animated Tag Cloud Feature.

Dependencies

  • plone.app.theming

  • plone.app.themingplugins

Home Directory

http://skins.quintagroup.com/sunrain

Authors

  • Taras Peretiatko

  • Volodymyr Rudnytskyy

  • Borys Olekhnovych

  • Yuriy Hvozdovych

Plone Themes by Quintagroup, 2006-2012

Installation

quintagroup.theme.sunrain can be installed in any of the following ways.

Installation via diazo panel

Installation via buildout

In the buildout.cfg file of your instance:

  • Add quintagroup.theme.sunrain to the list of eggs to install:

    [buildout]
    ...
    eggs =
        ...
        quintagroup.theme.sunrain
  • Re-run buildout:

    $ ./bin/buildout
  • Restart the Zope server:

    $ ./bin/instance restart

Then activate ‘Sun and Rain Theme’ in Plone (Site Setup -> Add-ons).

Installation: development mode

If you want to customize SunRain theme please use the following installation instructions:

  • download quintagroup.theme.sunrain-version.zip archive from http://pypi.python.org/pypi/quintagroup.theme.sunrain

  • extract theme archive to get quintagroup.theme.sunrain-version folder. Remove version from folder name to have quintagroup.theme.sunrain folder

  • put quintagroup.theme.sunrain folder into src directory of your buildout

  • in buildout.cfg file of your buildout add quintagroup.theme.sunrain to the list of eggs you are developing and to the list of eggs to install:

    [buildout]
    ...
    develop = src/quintagroup.theme.sunrain
    ...
    eggs =
        ...
        quintagroup.theme.sunrain
  • Re-run buildout:

    $ ./bin/buildout
  • Start instance in development mode:

    $ ./bin/instance fg
  • Install Sun and Rain Theme in Plone (Site Setup -> Add-ons).

Now you can customize SunRain Theme by modifying quintagroup.theme.sunrain package in src directory of your buildout.

Changelog

6.0.8 - July 19, 2012

  • removed unnecessary id attribute for the body [naivok]

  • updated Doctype for PLone 4.2 [naivok]

6.0.7 - May 16, 2012

  • changed the order of inserting ploneCustom.css [naivok]

  • deleted actions.xml [naivok]

  • updated the way the footer is inserted [naivok]

  • added sunrain class to body [naivok]

  • added style to Responsive Web Design [naivok]

6.0.6 - January 12, 2012

  • Products.PloneFormGen compatibility added [naivok]

6.0.5 - December 29, 2011

  • changed slogan customization [naivok]

6.0.4 - December 26, 2011

  • Fixes style for searchbox [naivok]

6.0.3 - December 12, 2011

  • possibility to change backround image for the header added [naivok]

  • tested with Products.ContentWellPortlets 4.1.0 [naivok]

6.0.2 - November 22, 2011

  • drop mobile.css [naivok]

6.0.1 - November 02, 2011

  • added base tag [naivok]

6.0 - October 31, 2011

  • theme package converted into diazo theme

2.1.1 - August 1, 2011

  • removed dependency for quintagroup.portlet.static

  • tinymce.xml cleared

  • LanguageSelector issue fixed by removing it from configure.zcml

  • Plone 4.1 compatibility tested

2.1 - July 5, 2011

  • Fixes style for Blog Star (Amend your style for the blog when comments are disabled) [naivok]

2.0 - June 9, 2011

  • Theme is compatible with Plone 4.0

  • IE fixes for rounded tab cournes

  • Dependencies for Cumulus portlet and Products.Quills disabled

  • LinguaPlone compatibility tested

1.2 - Feb 8, 2010

  • Fixed error when Sun & Rain theme is installed but turned off in portal_skins [koval] - Dec 9, 2009

  • Improved print styles [serg] - Dec 10, 2009

  • Default page id was changed [serg] - Dec 10, 2009

1.1 - Nov 6, 2009

  • Default theme logo changed

1.0 - Sep 9, 2009

  • 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 Distribution

quintagroup.theme.sunrain-6.0.8.zip (448.0 kB view hashes)

Uploaded Source

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