Skip to content

plone-ve/ftw.slider

 
 

Repository files navigation

Introduction

This product let you create a simple slideshow, using slick.

In each slider-pane you can define:

  • An image
  • HTML text
  • A link

Installation

  • Add ftw.slider to your buildout configuration:
[instance]
eggs +=
    ftw.slider
  • Run bin/buildout
  • Install the generic import profile.

Upgrade from 2.4.x to 3.0.x

The ftw.contentpage ListingBlock integration has been removed with the 3.0.0 release. If you are at this point, please consider upgrading your ftw.contentpage installation to ftw.simplelaoyut. With ftw.simpelayout you can install ftw.sliderblock to get the same feature set.

Compatibility

Runs with Plone 4.3.

How to use ftw.slider

If you want to display a slideshow on your content, just create a ftw.slider.Container and add some ftw.slider.Pane.

There is a viewlet which checks your content for a slider-container and displays its containing panes.

Screenshots

Using ftw.slider with default plone:

image

The slideshow is responsive (here OneGovBox as example):

image

Links

Copyright

This package is copyright by 4teamwork.

ftw.slider is licensed under GNU General Public License, version 2.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 73.4%
  • CSS 19.8%
  • JavaScript 6.8%