1 (edited by cmroanirgo 2016-01-15 08:46:39)

Topic: Slider (/Carousel) Plugin

Hi all,
I've written a little plugin that works fairly similarly to the Menu plugin (a bit of copy/pasting occurred ;) ). That is, from the "Content > Slider" menu you can add different categories of Sliders.
The plugin has 3 text fields, one image field and a hyperlink field.

Download:
https://github.com/cmroanirgo/monstra-s … master.zip
(monstra version at this release is 3.0.2, not sure of exact compatibility)

Usage:
Once installed (like an ordinary plugin) it should appear be available as "Content > Slider". You can edit all parts of the generated html by editing "Extends > Snippets > Slider".

Once installed, more details are available via:
admin/index.php?id=slider&action=usage

In a nutshell:

{slider}
{slider name="some_category"}

Note:

  • To be able to select images, you'll need to upload them first in the file manager!

  • You have complete control over how the slider looks. The plugin installs a snippet called 'slider' that includes all the generated code (including js & css) that you can pull apart and change according to your heart's desires.

  • MIT licensed.

Screenshots:

https://cloud.githubusercontent.com/assets/15967/12347156/6087ee2c-bbaf-11e5-9743-98887477f9f0.png

https://cloud.githubusercontent.com/assets/15967/12347183/a732020e-bbaf-11e5-85d7-132165461e98.png

Note:
I don't plan to be regularly updating this plugin, nor provide any support. It's supplied 'as is'.

Re: Slider (/Carousel) Plugin

Looks great.

will's Website