Skip to content

Carousel is an Orchard Core CMS Module that creates a Boostrap 4 Carousel Widget. Requires no knowledge of HTML and supports customization via a liquid template.

License

stantoxt/Carousel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Carousel

Carousel.OrchardCore is an Orchard Core CMS Module that creates a Boostrap 4 Carousel Widget.

Status

Build status Status

Getting Started

The module expects Bootstrap 4 to be used by the Orchard Core CMS website. The module does not come with Bootstrap 4 CSS and JS. Make sure your theme includes the necessary assets for the Carousel to look and work properly.

Add the NuGet package, Carousel.OrchardCore, to the Orchard Core CMS Website. Launch the website and sign in as an administrator to enable the module from the dashboard under Configuration -> Modules.

Carousel.OrchardCore

Create a Carousel Widget in a Layer or as part of a Content Item that supports Flow. The editor provides access to all of the current Carousel settings as well as the ability to add slides.

Carousel.OrchardCore Widget Editor

After choosing the desired settings and adding the slides, navigate to the appropriate area of your website to view the carousel.

Bootstrap 4 Carousel

For more information on Bootstrap 4's Carousel, visit the Bootstrap 4 documentation.

Customization

The Carousel Widget produces the suggested HTML mentioned in the Bootstrap documentation and allows one to create a Carousel with no knowledge of HTML.

You can, however, customize the HTML by modifying the liquid template that comes with the module, Widget-Carousel.liquid. You can modify the file itself or add the file as a template from the dashboard under Configuration -> Templates.

See the Orchard Core Documentation for more information on Templates.

Road map

There are no plans to add any additional features at this time.

Credits

Carousel.OrchardCore is created and maintained by David Hayden.

Bootstrap is a popular front-end component library.

About

Carousel is an Orchard Core CMS Module that creates a Boostrap 4 Carousel Widget. Requires no knowledge of HTML and supports customization via a liquid template.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 69.4%
  • Liquid 30.6%