plasticstudio/ss-homepage-slider

There is no license information available for the latest version (1.0.0) of this package.

Simple homepage slider plugin for SilverStripe websites

Installs: 21

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 1

Open Issues: 0

Language:JavaScript

Type:silverstripe-module

1.0.0 2016-11-10 01:18 UTC

This package is not auto-updated.

Last update: 2024-03-16 17:31:18 UTC


README

Simple homepage slider module for SilverStripe sites

Dependencies

  • SilverStripe 3.1+
  • Page class "HomePage"

Features

  • Allows you to add a slider to page with class "HomePage"
  • Populate the slider with as many slides as you like. Each slide can have:
  • An image
  • Text (displayed as either dark or light)
  • An optional link, either to a page on the site or to an external url
  • If GridFieldSortableRows is installed slides can be reordered using drag-n-drop
  • Checkbox controls whether or not to include default css
  • Checkbox turns automatic sliding on or off

Installation

  1. Sorry, not set up to include via composer yet. You'll have to copy and paste
  2. Run /dev/build?flush=1
  3. Edit your theme's HomePage.ss template and add <% include HomePageSlider %> where you want the slider to appear
  4. Start adding slides to the HomePage!