macka601 / caroufredsel
SilverStripe carouFredSel Module
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Type:silverstripe-module
Requires
- silverstripe/cms: 3.*
- silverstripe/framework: 3.*
This package is not auto-updated.
Last update: 2025-05-10 18:26:53 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
composer require macka601/caroufredsel master
- Visit yoursite.com/dev/build?flush=1 to rebuild the database.
Manual
- Place this directory in the root of your SilverStripe installation, rename the folder 'caroufredsel'.
- Visit yoursite.com/dev/build?flush=1 to rebuild the database.
Usage
- Create "carouFredSel page" in the CMS
- Edit the new page
- Drag images into the "Photos" area
- Change Carousel settings by using the "Settings" tab
- 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