The FlexSlider module allows a developer to attach a Woothemes FlexSlider to a Page or DataObject. Various options are built into the DataExtension to allow for some level of customization in the CMS.
composer require dynamic/flexslider ^4.0
See the docs/en folder.
- I've applied the
FlexSlider
DataExtension to a DataObject or Page and am receiving errors.- Be sure you have run a
dev/build?flush=all
- If this is an existing site installation and
FlexSlider
is being applied to existing records, be sure to rundev/tasks/SlideThumbnailNavMigrationTask
. This will ensure default values expected for the module are setup for the existing records.
- Be sure you have run a
Bugs are tracked in the issues section of this repository. Before submitting an issue please read over existing issues to ensure yours is unique.
If the issue does look like a new bug:
- Create a new issue
- Describe the steps required to reproduce your issue, and the expected outcome. Unit tests, screenshots and screencasts can help here.
- Describe your environment as detailed as possible: SilverStripe version, Browser, PHP version, Operating System, any installed SilverStripe modules.
Please report security issues to the module maintainers directly. Please don't file security issues in the bugtracker.
See License