BACK TO DIRECTORY

SX Bootstrap Carousel

by RedWeb.tn

0.0
(0 ratings)

A custom post type for choosing images and content which outputs a carousel from Twitter Bootstrap using the shortcode [sx-carousel].

The plugin assumes that you’re already using Bootstrap, so you need to load the Bootstrap javascript and CSS separately.

If you’d like to contribute to this plugin, you can find it hosted on GitHub.

Shortcode Options

If you’d like different settings for different carousels, you can override these by using shortcode options…

  • interval (default 5000)

    • Length of time for the caption to pause on each image. Time in milliseconds.
      [sx-carousel interval=”12000″]
  • showcaption (default true)

    • Whether to display the text caption on each image or not. true or false.
      [sx-carousel showcaption=”false”]
  • showcontrols (default true)

    • Whether to display the control arrows or not. true or false.
      [sx-carousel showcontrols=”false”]
  • orderby and order (default menu_order ASC)

    • What order to display the posts in. Uses WP_Query terms.
      [sx-carousel orderby=”rand”]
      [sx-carousel orderby=”date” orderby=”DESC”]
  • category (default all)

    • Filter carousel items by a comma separated list of carousel category slugs.
      [sx-carousel category=”homepage,highlights”]
  • id (default all)

    • Specify the ID of a specific carousel post to display only one image.
    • Find the image ID by looking at the edit post link, eg. post 109 would be /wp-admin/post.php?post=109&action=edit
      [sx-carousel id=”109″]
  • twbs (default 2)

    • Output markup for Twitter Bootstrap Version 2 or 3.
      [sx-carousel twbs=”3″]

Contributing

If you would like to contribute to this plugin, please go to the GitHub repository and make a personal fork of the development version. You can then make your changes and submit a pull request. I will happily review the code and then merge when we’re both happy. You can read more details here.

Screenshots

Admin list interface showing Carousel images and titles.

Admin list interface showing Carousel images and titles.

Admin image interface showing optional title and caption (Excerpt) fields, along with Category, order, image and URL

Admin image interface showing optional title and caption (Excerpt) fields, along with Category, order, image and URL

Admin Screen for Settings Carousel

Admin Screen for Settings Carousel

Example output. Requires Bootstrap CSS and Javascript to be loaded (see documentation).

Example output. Requires Bootstrap CSS and Javascript to be loaded (see documentation).

Plugin Details

Active Installs
10
Total Downloads
1,902
Version
1.0.0
Requires WP
3.3.6
Requires PHP
Tested Up To
4.4.34
Added
2016-03-02
Last Updated
2016-03-02 9:24am GMT

Ratings

5
0
4
0
3
0
2
0
1
0