Skip to main content

An add-on for Plone

Project description

collective.behavior.banner

A behavior to create banners and sliders from banners.

Features

Slider

The behavior collective.behavior.banner.slider.ISlider adds the option 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 javascript 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, please take time to read http://shouldiuseacarousel.com.

Inheriting

Banners are inherited by 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. If you want a banner for the entire site, you can assign one to the default content of the Navigation Root (or Plone site root).

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:

Compatibility

collective.behavior.banner works in Plone 4, 5 and 6.

  • Plone 6: 2.x

  • Plone 5: 1.x

  • Plone 4: 0.x

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.

orphan:

Changelog

2.0 (2023-11-10)

  • Add support for Plone 6. [petschki]

1.3 (2021-01-22)

  • Set RelatedItemsFieldWidget to search to find all banners for a slider. [pbauer]

  • Fix use of default_page [pbauer]

  • Use named behaviors. [pbauer]

1.2 (2019-03-14)

  • Add support for Python 3. [pbauer]

1.1 (2018-09-18)

  • Use the banner from the root default content if there is one [Vaal24]

1.0 (2018-08-16)

  • Add alt tag for banner image. [tlotze]

1.0b2 (2017-06-20)

  • Pass full banner-obj to templates to allow accessing object-attibutes. [pbauer]

  • Test against Plone 5.0.7 and fix all pep8-issues. [pbauer]

  • Show YouTube and Vimeo videos in a banner. [fulv]

1.0b1 (2015-11-30)

  • Use p5-style resources. [pbauer]

  • No longer explicitly set the relateditemswidget (it’s default in p5). [pbauer]

  • Fix RelationList widget for slider_relation field. Fixes #1. [fulv]

  • Remove last traces of grok. [fulv]

  • Add compatability to Plone 5 with new buildout and test-setup. [pbauer]

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

collective.behavior.banner-2.0.tar.gz (23.7 kB view details)

Uploaded Source

Built Distribution

collective.behavior.banner-2.0-py3-none-any.whl (25.4 kB view details)

Uploaded Python 3

File details

Details for the file collective.behavior.banner-2.0.tar.gz.

File metadata

File hashes

Hashes for collective.behavior.banner-2.0.tar.gz
Algorithm Hash digest
SHA256 b088c87ebba8acdcc0bd2e87e54ec46598784f476cb0468828cb76c070a95afc
MD5 3fbbccd66468e2f004e332604d8505b2
BLAKE2b-256 6d3d71f035d77ed2bbcc2383c5e26c925fe263cbf6776435090b90fa71e6c725

See more details on using hashes here.

File details

Details for the file collective.behavior.banner-2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for collective.behavior.banner-2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0358d48ad5d5f043e8cbcfbe0d638bd745b474a5147b8260cc0a356b30053878
MD5 3592f6f4d07aae2c047bdecb2b5cbd68
BLAKE2b-256 2110261770a11024fb8ce933a9fd367b80339cf0deab374eb8fa81277455e41c

See more details on using hashes here.

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