source: main/waeup.plonetheme.ngren2/trunk/waeup/plonetheme/ngren2/README.txt @ 10222

Last change on this file since 10222 was 10074, checked in by Henrik Bettermann, 12 years ago

Fill trunc.

File size: 5.3 KB
Line 
1Python Reel Theme
2=================
3`Python Reel Theme <http://themes.quintagroup.com/product/python-reel>`_ is a free fully responsive diazo theme for Plone 4.3rc1.
4
5Features
6--------
7
8**Responsive Web Design**
9
10  Python Reel is a fully responsive theme that allows for easy viewing on mobile devices and tablets. The website will start to automatically resize and reposition the content to accommodate the different device screen sizes.
11
12**Customizable logo**
13
14 Python Reel comes with the theme logo in a light and dark version. You can replace it with your own as you would do it in default Plone: in ZMI customize  *portal_skins -> sunburst_images -> logo.png.* Upload the logo from the folder in the theme package */quintagroup/theme/pythonreel/static/images.*
15
16**Site Slogan**
17
18 The theme has a slogan, displayed in the central part of the top area ``Python Reel Theme for Plone``. To change it, go to *Site Setup -> Theming -> Advanced Settings* tab. In *Parameter expressions* textarea change string value for *slogan*.
19
20**Top image**
21
22 It is possible to set your own top image. For this add an image to the desirable location with the image shortname/id *topimage*. Add the image to site root and the image will be displayed everywhere on site; if added to a certain folder, the image will be displayed in this section only.
23
24**Top Text Color**
25 
26 You can change the color of the text information, displayed in the top area, including top navigation. Go to *Site Setup -> Theming -> Advanced Settings* tab. In *Parameter expressions* textarea change string value for *top* from ``default`` to ``white``.
27
28**Improved thumbnail display view**
29
30 To see the changes, in *Display* drop-down menu select ``Thumbnail`` view. Now each item will be displayed on the white background with slightly rounded corners with the description at the bottom that will slide up when you point on it.
31
32**Image carousel**
33
34 To create image carousel, install Products.Carousel package and activate it via *Site Setup -> Add-ons*.
35 
36 To add image carousel in the desired location shift to *Carousel* tab. Add a new carousel banner, publish it together with the whole Carousel Banners folder. Your carousel will be positioned above the content area.
37
38*Top Carousel*
39
40 To have the carousel in the header, switch to *Carousel* tab and in *Unique Id* field type in *top-carousel*. Banner's title will be displayed instead the site slogan. It is possible to configure carousel behavior and add as many banners as needed for rotation. Also you can change the way the images are rotated by selecting one of the available options in the *Pager type* list box.
41
42*Top Background Color*
43
44 You can change the background color for the carousel, displayed in the top area. Go to *Site Setup -> Theming -> Advanced Settings* tab. In *Parameter expressions* textarea change string value for *top_background*.
45
46**New Typography**
47 
48 Python Reel theme comes with a set of elegantly minimal Fonts:
49
50* Arial
51* Yorkville
52
53**Configurable left/right column width**
54
55  Python Reel is flexible. It is easy to change the page layout by configuring columns width. Just go to *Site Setup -> Theming -> Advanced Settings* tab. In *Parameter expressions* textarea change the *columnonewidth*, *columntwowidth* parameters. Also you need to set the distance between the left/right columns and central content area by defining *columnsmargin* parameter. The parameter values are set in percents. Together they should allocate 100% including content area. By default left/right column has got 23.75%, content area - 49.1667%, columns margin – 1.6667%.
56
57**Editable footer with Social media**
58
59 The theme footer features social media icons for sharing information via *Facebook, Twitter, LinkedIn,  Plus, RSS feed*. To customize it and edit the information displayed in the footer, go to *ZMI ->  portal_view_customizations -> plone.footer*.
60
61 **Note:** if you have downloaded a *zip* file you need to add the following code manually into *plone.footer* template to have social media displayed::
62
63    <ul class="slinks">
64      <li><a href="#" class="slink linked-in-link">LinkedIn</a></li>
65      <li><a href="#" class="slink facebook-link">Facebook</a></li>
66      <li><a href="#" class="slink twitter-link">Twitter</a></li>
67      <li><a href="#" class="slink rss-link">RSS</a></li>
68    </ul>
69
70
71**Theme Extensions**
72
73  Additional features can be activated:
74
75* ``Products.Carousel``
76   Adds rotating Carousel banner feature with adjusted styling.
77
78* ``Products.ContentWellPortlets``
79   Allows adding portlets in the header, footer and content area with adjusted styling.
80
81* ``Products.PloneFormGen``
82   Adds TTW Form Generator feature.
83
84* ``quintagroup.dropdownmenu``
85   Adds adjusted styling to drop-down menu.
86
87* ``Products.LinguaPlone``
88   Adds multilingual functionality and applies adjusted styling for language selectors.
89
90Installation
91============
92
93See docs/INSTALL.txt file for detailed installation instructions.
94
95Dependencies
96============
97
98* plone.app.theming
99
100Recommended
101===========
102Python Reel responsive diazo Theme was tested with:
103
104* Plone 4.3rc1
105* plone.app.theming 1.1b2
106* Products.Carousel 2.2.1
107* Products.ContentWellPortlets 4.2.1
108* Products.PloneFormGen 1.7.6
109* quintagroup.dropdownmenu 1.2.11
110* Products.LinguaPlone 4.1.3
111
112Home Directory
113==============
114
115http://themes.quintagroup.com/product/python-reel
116
117Authors
118=======
119
120* Serhiy Valchuk
121* Olena Klos
122
123Quintagroup: http://quintagroup.com, 2013
Note: See TracBrowser for help on using the repository browser.