Found Image Twitter Bootstrap Slider | Plugin Review Network Skip to Content

Plugin Review Network

Plugin Review Network

an eye on the best wordpress plugins
Show Sidebar Hide Sidebar
[+] Sidebar [-] Sidebar
Plugin:
Rated:
100%
5 Stars (2 votes)

Home

WP.Org

ReadMe

Support
  • Author:
    Bass Jobsen
Version: 1.1.3
Requires: WP 3.6
Last Updated:4550 days ago
Downloads:7412
Installations: 700+
Usage Retention:9.44%
Tags:
    captions, carousel, image slider, responsive, slide show, Twitter's Bootstrap
Download Plugin Package

Twitter Bootstrap Slider

Released on November 5, 2013.
Download Plugin Package

Version: 1.1.3

Add a responsive image slider to your pages based on Twitter's Bootstrap's Carousel component.

  • Description
  • Changelog
  • Installation


Add a image slider to your pages based on Twitter's Bootstrap's Carousel component. Bootstrap is a sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development. This responsive image slider is build with Bootstrap's Carousel component. Bootstrap's javascripts plugins are jQuery based.

  • Via a WordPress hook: do_action('insert_bootstrapslider');
  • Via a ShortCode: [bootstrapslider]

Theme integration

To use this plugin in your themes copy the files to for example {wordpress}/wp-contents/themes/{yourtheme}/vendor/ and add according to this the code below to your functions.php:

if( !function_exists( 'wts' ) ):
function wts()
{
wp_deregister_style ( 'woocommerce-twitterbootstrap');  
wp_dequeue_style( 'woocommerce-twitterbootstrap');
wp_register_style ( 'woocommerce-twitterbootstrap', get_stylesheet_directory_uri() . '/vendor/woocommerce-twitterbootstrap/css/woocommerce-twitterboostrap.css', 'woocommerce' );
wp_enqueue_style( 'woocommerce-twitterbootstrap');
}
endif;  
add_action( 'wp_enqueue_scripts', 'wts', 200 ); 


remove_action('admin_menu',array($twitterbootstrapslider,'add_menu'));
add_action('admin_menu','twitter_bootstrap_slider_add_menu');
/** * add a menu */ 
function twitter_bootstrap_slider_add_menu() 
{
     global $twitterbootstrapslider;
     add_theme_page('Twitter Bootstrap Slider', 'Twitter Bootstrap Slider', 'manage_options', 'twitter-bootstrap-slider', array($twitterbootstrapslider, 'twitter_bootstrap_slider_settings_page'));


} // END public function add_menu()

Contribute!

If you have suggestions for a new feature or improvement, feel free to contact us on Twitter. Alternatively, you can fork the plugin from Github.

1.0

  • First version


  1. You can download and install Twitter Bootstrap Slider using the built in WordPress plugin installer. If you download Twitter Bootstrap Slider manually, make sure it is uploaded to "/wp-content/plugins/twitter-bootstrap-slider/".

  2. Activate Twitter Bootstrap Slider in the "Plugins" admin panel using the "Activate" link.


 

Click here to cancel reply.

Click here to cancel reply.


*

*


Please copy the string jt7ZF3 to the field below:

Home | Sitemap | Contact
Network Skin Theme for BioShip by WordQuest
Password Reset
Please enter your e-mail address. You will receive a new password via e-mail.