=== WP Bootstrap Carousel by IT Pixelz ===
Contributors: itpixelz
Donate link: http://www.itpixelz.com/
Tags: bootstrap carousel, bootstrap slider, bootstrap carousel slider, bootstrap responsive slider, itpixelz, carousel, slider
Requires at least: 5.0
Requires PHP: 7.0
Tested up to: 7.1
Stable tag: 1.1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Bootstrap responsive carousel slider, just install in clicks and get ready your bootstrap slider for your website.

== Description ==

Add bootstrap professional carousel slider by this plugin just in clicks. This is a smart way to display bootstrap slider dynamically and have full control on sliders and caption. This works only with bootstrap html responsive structure and make sure bootstrap default js and css file is already linked correctly.

== Installation ==

1. Download the plugin zip file and extract it from zip folder and uplaod  `wp-bootstrap-carousel-by-it-pixelz` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Go to settings of the plugin and edit options and save it.
4. Go to add new slider from left sidebar of wordpress admin dashboard, and place the shotcode [show_bootstrap_carousel] in your pages, post or custom theme
5. If you want to paste shortcode in header.php or any of your theme file, you may do by this way <?php echo do_shortcode('[show_bootstrap_carousel]'); ?>
6. You may use shotcode by more advanced way, like you may show slider by different categories [show_bootstrap_carousel category="category-slug-name"]
7. There is an option to add carousel in your sidebar widgets too.
8. Thats it!!! Enjoy :)


== Screenshots ==

1. This is how slider will look like on the website front-end
2. Slider can be placed from sidebar and footer widgets
3. Go to the Settings link from left side bar in wp-admin and then go to the link "Carousel Settings" and then change the settings as per your requirement.
4. Go to left sidebar from wp-admin dashboard, Sliders link dropdown and click on add new slider, and enter title, content for caption and featured image for slider and publish it.
5. Go to widgets settings from wp-admin dashboard and display that slider to your front end.

== Changelog ==

= 1.1.0 =
* Fixed: the shortcode printed its markup instead of returning it, so the
  carousel appeared at the top of the page rather than where the shortcode was
  placed, and do_shortcode() returned nothing.
* Fixed: turning navigation off left the slide query undefined, so no slides
  were fetched. The query is now built independently of the display options.
* Fixed: a fresh install raised PHP warnings on every carousel and rendered
  with every feature switched off, because no default settings were stored.
  Defaults are now seeded on activation and applied when a setting is absent.
* Fixed: settings are validated when saved, and all output is escaped.
* Fixed: the stylesheet was linked from a hardcoded path that broke when the
  plugin folder was renamed. It now resolves relative to the plugin.
* Fixed: an empty image placeholder was rendered when no slides existed.
* Changed: the slide identifier is now unique per carousel, so more than one
  carousel can appear on the same page.
* Tested up to WordPress 7.1. Declared a minimum of PHP 7.0.
* Note: the previous stable tag referred to a version 4.3 that was never
  released. Versioning now follows the plugin's actual history.

= 1.0 =
* Initial release.
