Title: No BS Image Slider
Author: Jon Weatherhead
Published: <strong>ജൂലൈ 8, 2020</strong>
Last modified: ഫെബ്രുവരി 14, 2022

---

Search plugins

![](https://ps.w.org/no-bs-image-slider/assets/banner-772x250.jpg?rev=2337692)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/no-bs-image-slider/assets/icon-128x128.jpg?rev=2337692)

# No BS Image Slider

 By [Jon Weatherhead](https://profiles.wordpress.org/jweathe/)

[Download](https://downloads.wordpress.org/plugin/no-bs-image-slider.1.8.zip)

 * [Details](https://ml.wordpress.org/plugins/no-bs-image-slider/#description)
 * [Reviews](https://ml.wordpress.org/plugins/no-bs-image-slider/#reviews)
 * [Development](https://ml.wordpress.org/plugins/no-bs-image-slider/#developers)

 [Support](https://wordpress.org/support/plugin/no-bs-image-slider/)

## Description

This is an ultra-minimal no-frills responsive and accessible image carousel / slider.

There are many robust image slider plugins already. They work well and have a lot
of features, some with even more features at the premium tier.
 I’m not saying that
they don’t have their place but that sometimes they are excessive.

This plugin is for someone who just wants to have linked images scroll by in a loop
on their website.

### How To Use

No BS Image Slider works by leveraging what WordPress already provides, by creating
a new custom post type and taxonomy.

 1. To begin, create your slides by using the Image Slide type. Be sure to add a featured
    image, and provide a link in the link field. Captions can be supplied by filling
    out the exerpt.
 2. Create a slider by adding an Image Slider taxonomy. This allows a slide to be in
    multiple sliders.
 3. Use the No BS Image Slider widget to configure which slider you want displayed,
    and the duration of each slide.

A great [rundown of the plugin](https://planetjon.ca/4778/making-an-image-carousel-with-no-bs-image-slider)
is available on the Planetjon blog.

### Shortcode

To manually insert a slider, use the shortcode [nbis].
 You must provide at minimum
the slider slug.

The shortcode attributes are

 * slider=”slug”
 * duration=”number” (seconds, default 5)
 * transition=”number” (seconds, default 1.25)
 * showcounter=”yes|no” (default no)
 * lazy=”yes|no” (default no)

### Widget

A widget that exposes all of the above options is available.

## FAQ

### What makes this light-weight?

No BS Image Slider has minimal backend coding and zero external dependencies.
 The
slider is also optimized purely with CSS, no JavaScript is used. The CSS weighs 
in at under 2 kilobytes, blowing away all of the major slider plugins by a mile.

### How can I set the order of slides in a slider

While there are no admin options for this, it can be done by using custom CSS.
 
Sliders are ID’d with `no-bs-image-slider-<slug>` and slides are ID’d with `nbis-
slide-<slideId>`.

An approach would be to style the slider scrollpane as Flexbox, and set the order
on the slides.

> #no-bs-image-slider-slug .scrollpane {
>  display: flex; } #no-bs-image-slider-slug.
> scrollpane #nbis-slide-1 { order: 1; } #no-bs-image-slider-slug .scrollpane #nbis-
> slide-2 { order: 0; }

## Reviews

![](https://secure.gravatar.com/avatar/2aa744373833e53dfb3e27e7a68d02067011b02aa7e4e2fe873ca8396fb058e2?
s=60&d=retro&r=g)

### 󠀁[Wow REALLY minimalistic](https://wordpress.org/support/topic/wow-really-minimalistic/)󠁿

 [Tim Reeves](https://profiles.wordpress.org/tim-reeves/) ജൂലൈ 13, 2021 1 reply

Being a minimalist, and needing a replacement for a slider plugin now abandoned,
I found this plugin – and reading the description I thought “Wow, sounds great”.
And it is. After installing it (it’s a small but non-trivial learning curve to use)
I downloaded and unpacked the source. I could hardly believe my eyes! One PHP file,
8.665 bytes; and one CSS file, 1.429 bytes. That’s IT. And btw it’s really well 
written, the author is obviously a good, modern programmer. The sliders are custom‘
tags’, the slider images are custom posts (I think). Strange is, that you have to
supply a ‘Featured Image’ and an image link for each slide, then it works – slides
shown in the order of their creation. Just change the creation date to modify the
order (untried). One thing I found not so obvious in the UI at first: On hover over
the slider then a ‘paused’ icon is displayed top left and the slider is indeed paused.
As soon as the mouse goes away, the icon disappears and the animation continues.
But at first I thought the paused icon was a button to click to cause a pause, and
since it did not I thought the plugin was broken. Silly me, but perhaps there is
a way to do it even more clearly? It is now live on the homepage of a german apothecary.
BTW minimalists might want to pair this with WP Featherlight as a lightbox. 5 stars
really well earned – thanks Jonathan!

 [ Read all 1 review ](https://wordpress.org/support/plugin/no-bs-image-slider/reviews/)

## Contributors & Developers

“No BS Image Slider” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Jon Weatherhead ](https://profiles.wordpress.org/jweathe/)

[Translate “No BS Image Slider” into your language.](https://translate.wordpress.org/projects/wp-plugins/no-bs-image-slider)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/no-bs-image-slider/),
check out the [SVN repository](https://plugins.svn.wordpress.org/no-bs-image-slider/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/no-bs-image-slider/)
by [RSS](https://plugins.trac.wordpress.org/log/no-bs-image-slider/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.8

 * Transition duration parameter added.

## Meta

 *  Version **1.8**
 *  Last updated **4 വര്‍ഷങ്ങള്‍ ago**
 *  Active installations **10+**
 *  WordPress version ** 4.7 അല്ലെങ്കില്‍ അതിലും ഉയര്‍ന്നത് **
 *  Tested up to **5.9.13**
 *  PHP version ** 5.4 അല്ലെങ്കില്‍ അതിലും ഉയര്‍ന്നത് **
 *  Language
 * [English (US)](https://wordpress.org/plugins/no-bs-image-slider/)
 * Tags
 * [accessible](https://ml.wordpress.org/plugins/tags/accessible/)[carousel](https://ml.wordpress.org/plugins/tags/carousel/)
   [responsive](https://ml.wordpress.org/plugins/tags/responsive/)[slideshow](https://ml.wordpress.org/plugins/tags/slideshow/)
 *  [Advanced View](https://ml.wordpress.org/plugins/no-bs-image-slider/advanced/)

## Ratings

 5ൽ 5 നക്ഷത്രങ്ങൾ.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/no-bs-image-slider/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/no-bs-image-slider/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/no-bs-image-slider/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/no-bs-image-slider/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/no-bs-image-slider/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/no-bs-image-slider/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/no-bs-image-slider/reviews/)

## Contributors

 *   [ Jon Weatherhead ](https://profiles.wordpress.org/jweathe/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/no-bs-image-slider/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://planetjon.ca)