A behavior to create sliders with banners
Project description
Features
Slider
The behavior collective.behavior.banner.slider.ISlider adds th eoption to add relations to several banners (i.e. items that have the Banner-behavior enabled). These banners are then displayed like a banner but fade .
The slider-viewlet uses the js-library http://responsiveslides.com and fades from one banner to another. You can easily use a different javascript-libray by overriding the viewlet-templates (see below).
Before you use a slider/carousel on your website plase take time to read this http://shouldiuseacarousel.com.
Inheriting
Banners are inherited to child-objects. In a controlpanel you can configure which types should display inherited banners. You can also prevent inheriting banners for an item and its child-objects by enabling the option Do not inherit banner from parents on the banner-tab.
Customization
To change the appearance (e.g. if you use a bootstrap-theme or want to use a different effect in the slider) you can easily override the respective viewlets with z3c.jbot or plone.app.themingplugins (if you use plone.app.theming). The names of the files to create would be collective.behavior.banner.browser.banner.pt and collective.behavior.banner.browser.slider.pt.
Demo
collective.behavior.banner is used on the following sites:
Compatability
collective.behavior.banner works in Plone 4 and Plone 5.
The branch plone4 supports Plone 4 while the branch master works in Plone 5 only.
Installation
To install collective.behavior.banner you simply add collective.behavior.banner to the list of eggs in your buildout, run buildout and restart Plone. Then, install collective.behavior.banner using the Add-ons control panel.
Enable the behavior by hand or in the FTI <your_package>/profiles/default/types/Folder.xml
<?xml version="1.0"?>
<object name="Folder" meta_type="Dexterity FTI">
<property name="behaviors" purge="False">
<element value="collective.behavior.banner.banner.IBanner"/>
</property>
</object>
Contribute
Support
If you are having issues, please let us know at https://github.com/collective/collective.behavior.banner/issues.
Contributors
Philip Bauer, bauer@starzel.de
Steffen Lindner. lidner@starzel.de
Stefan Antonelli, stefan.antonelli@operun.de
Contributors
Philip Bauer, bauer@starzel.de
Steffen Lindner. lidner@starzel.de
Stefan Antonelli, stefan.antonelli@operun.de
- orphan:
Changelog
0.2 (2015-11-30)
Add Documentation. [pbauer]
Remove grok. [pbauer]
Simplify traversing. [pbauer]
Unify css and templates. [gomez]
Basic styling for banner/slider. [santonelli]
0.1 (26.3.2014)
Initial release. [pbauer, gomez]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for collective.behavior.banner-0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a2174b1f8e466476c972e161c259c4fba0c1a30e5eb0a7b55ffd8e90eafdb3cf |
|
MD5 | 82da8abc71b43305fb8bb8b62c9b47ee |
|
BLAKE2b-256 | d8e466df4457c4b02ac96d6a7d092dc5a099096bb869d1062a40b466ad43ac02 |