macka601/caroufredsel

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

SilverStripe carouFredSel Module

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 0

Type:silverstripe-module

dev-master 2015-12-30 10:47 UTC

This package is not auto-updated.

Last update: 2024-03-16 12:49:12 UTC


README

Maintainer Contact

  • Grant McEwan(Nickname: macka^) <macka601 (at) gmail (dot) com>

carouFredSel plugin for the silverstripe module that allows a user to add photos or images to a page and then configure basic settings for the carousel javascript plugin

Requirements

  • SilverStripe 3.1.0+

Installation & Documentation

Composer

  1. composer require macka601/caroufredsel master
  2. Visit yoursite.com/dev/build?flush=1 to rebuild the database.

Manual

  1. Place this directory in the root of your SilverStripe installation, rename the folder 'caroufredsel'.
  2. Visit yoursite.com/dev/build?flush=1 to rebuild the database.

Usage

  1. Create "carouFredSel page" in the CMS
  2. Edit the new page
  3. Drag images into the "Photos" area
  4. Change Carousel settings by using the "Settings" tab
  5. In your Page.ss, put a <% include CarouFredSel %>. This will instruct SS on where to place your carousel.

Carousel does have a default css located in the css folder, customize this as needed to your needs