NextGen NivoSlider
NextGen NivoSlider allows you to create a NivoSlider as a widget or with a shortcode.
This plugin uses the ‘NextGen Gallery’ plugin to obtain the images using tags or gallery IDs.
NivoSlider is a great responsive image slideshow that is highly customizable. With a large array of effects and many additional options you are sure to find a combination that will suit your website.
Requirements:
Features:
NextGen NivoSlider has been completely overhauled and is continually being added to. It currently supports all the of NivoSlider’s original functions and even has some extra’s!
- Responsive!
- Fully integrated with NextGen gallery
- Theme support
- Automatic URL linking (put a mailto:, http://, ftp:// or local / into your alt text)
- Extra effect(s)
- Shortcode and Widget support
- Touchscreen support (experimental)
Parameters:
You can use the following parameters in the [ngg-nivoslider] shortcode.
Defaults, where applicable, are shown between parentheses (), available options between brackets [].
- title: Title for slider. Leave blank for no title. (ex: title=”My Slider”)
- gallery: Leave blank to use all galleries or choose a gallery to use. (ex: gallery=”galleryid”)
- order [random”|”asc”|”desc”|”sortorder”]: Order to display results in. You can choose; Random, Latest First, Oldest First, or NextGen Sortorder. Random will still work when a page is cached. (ex: order=”random”)
- tags: comma separated list of tags to filter results by. (ex: tags=”tag1, tag2″)
- shuffle [boolean]: If order is random and this is true will shuffle images with javascript. Useful if your are caching your pages. (ex: shuffle=”true”)
- max_pictures: The maximum amount of pictures to load. (ex: max_pictures=”6″)
- html_id (“slider”): HTML id to use. Defaults to ‘slider’. Needs to be different for multiple sliders on same page. (ex: html_id=”custom-slider”)
- width: Width to use on slider. (ex: width=”200″)
- height: Height to use on slider. (ex: height=”150″)
- center: Centers content in container. Requires width to be set. (ex: center=”1″)
- resize: Resizes the images using TimThumb(v2). Available options are: (ex: resize=”3″)
1 – Resize to Fit specified dimensions (no cropping)
2 – Crop and resize to best fit the dimensions (default)
3 – Resize proportionally to fit entire image into specified dimensions, and add borders if required
4 – Resize proportionally adjusting size of scaled image so there are no borders gaps - resizewidth: The width TimThumb will use to resize the image (sc: resizewidth=”800″)
- resizeheight: The height TimThumb will use to resize the image (sc: resizeheight=”600″)
- resizebg (“ffffff”): The color (denoted in hex) to use for the borders that are generated when using resizing option 3 (ex: resizebg=”a0fb69″)
- caption [“alttext”|”description”|”both”]: Show a caption with the slide, showing either the alttext or description as set up in NextGen gallery or both as “Bolded AltText – Description”
- htmlcaption: HTML formatted caption to show on all images (ex: htmlcaption=”Title Welcome to this website“)
- showgallerytitle [boolean]: Display the gallery title (ex: showgallerytitle=”true”)
- showgallerydesc [boolean]: Display the gallery description (ex: showgallerydesc=”true”)
Nivo slider settings:
Please check the NivoSlider website for more details.
- effect: What effect to use as transition. You can specify sets like: ‘fold,fade,sliceDown’. See list below for available effects.(ex: effect=”sliceDown,sliceUp”)
- slices: The amount of slices to divide the image to for the slice effects(ex: slices=”3″)
- boxCols: Amount of columns to split the image into for the box effects (ex: boxcols=”10″)
- boxRows: Amount of row to split the image into for the box effects (ex: boxrows=”8″)
- animSpeed: Slide transition speed in milliseconds (1000ms = 1 second). (ex: animspeed=”300″)
- pauseTime: Time to pause in milliseconds (1000ms = 1 second) before continueing to the next image (ex: pausetime=”5000″)
- startSlide: Set starting Slide. It’s 0-index so use 0 for the first slide. (ex: startslide=”3″)
- directionNav [“true”|”false”]: Whether to display the Next & Prev controls or not. (ex: directionnav=”true”)
- controlNav [“true”|”false”]: 1,2,3… (ex: controlnav=”setting”)
- controlNavThumbs [“true”|”false”]: Use thumbnails for Control Nav if set to true. (ex: controlnavthumbs=”true”)
- thumbsWidth: Resize thumbnail to this width. Recommended to set if using thumbnails. (ex: thumbswidth=”20″)
- thumbsHeight: Resize thumbnail to this height. Recommended to set if using thumbnails. (ex: thumbsheight=”20″)
- thumbsContainerHeight: Height for thumbnails container. Calculation should be ‘number of thumbnail image rows’ x ‘thumbsheight’. (ex: thumbscontainerheight=”20″)
- thumbsGap: Gap between thumbnails. (ex: thumbsgap=”5″)
- controlNavThumbsFromRel: Use image rel for thumbs. (ex: controlnavthumbsfromrel=”setting”)
- controlNavThumbsSearch: Replace this with… (ex: controlnavthumbssearch=”setting”)
- controlNavThumbsReplace: …this in thumb Image src. (ex: controlnavthumbsreplace=”setting”)
- keyboardNav: Use left & right arrows. (ex: keyboardnav=”setting”)
- pauseOnHover: Stop animation while hovering. (ex: pauseonhover=”setting”)
- manualAdvance: Force manual transitions. (ex: manualadvance=”setting”)
- prexText: Text to display for previous (ex: prevtext=”prev”)
- nextText: Text to display for next (ex: prevtext=”next”)
- randomStart [“true”|”false”]: Start with a random slide (ex: randomstart=”true”)
- captionOpacity: Universal caption opacity. (ex: captionopacity=”setting”)
- disableCaptions: (ex: disablecaptions=”1″)
- beforeChange: (ex: beforechange=”setting”)
- afterChange: (ex: afterchange=”setting”)
- slideshowEnd: Triggers after all slides have been shown. (ex: slideshowend=”setting”)
- lastSlide: Triggers when last slide is shown. (ex: lastslide=”setting”)
- afterLoad: Triggers when slider has loaded. (ex: afterload=”setting”)
Nivo Effects:
- random
- sliceDown
- sliceDownLeft
- sliceUp
- sliceUpLeft
- sliceUpDown
- sliceUpDownLeft
- fold
- foldReverse
- fade
- slideInRight
- slideInLeft
- boxRandom
- boxRain
- boxRainReverse
- boxRainGrow
- boxRainGrowReverse
Shortcode examples:
- [ngg-nivoslider html_id=”about-slider”]
- [ngg-nivoslider title=”Hello” gallery=”1″ html_id=”about-slider” width=”200″ height=”150″ center=”1″]
- [ngg-nivoslider html_id=”about-slider” directionnav=”false” controlnav=”false”]
- [ngg-nivoslider tags=slideshow order=”random” effect=”fade” shuffle=”true” max_pictures=”12″ html_id=”slider” resizebg=”fdfdfd” resizewidth=”900″ resizeheight=”620″ resize=”3″ center=”1″ directionNav=”false” controlNav=”false” pauseTime=”10000″ animSpeed=”1000″ pauseOnHover=”false”]
To do
Feel free to suggest new features or things you’d like to see in this plugin!
- Create some extra themes.
- Scrollable thumbnails?
| Domain | Exposures | Headers | Last Checked |
|---|---|---|---|
| k*o*i*s*p*.com | F | 2026-07-24 19:49:34 | |
| p*o*n*x*i*d*w*r*a*m*n*s.com | F | 2026-07-24 19:43:29 | |
| p*o*n*x*l*n*s*h*t*e*s*h*d*s.com | F | 2026-07-24 17:50:48 | |
| p*o*n*x*l*n*s*n*s*u*t*r*.com | F | 2026-07-24 17:50:48 | |
| s*i*c*f*e*s*o*.com | F | 2026-07-24 10:13:25 | |
| b*a*e*p*i*.org | F | 2026-07-23 19:51:54 | |
| c*i*d*e*s*a*b*o*d*y.com | F | 2026-07-23 11:17:57 | |
| l*m*e*e*y*w*a*.com | F | 2026-07-22 14:17:39 | |
| a*l*o*n*y.us | F | 2026-07-22 12:31:25 | |
| s*a*s*i*e*d*n*a*g*o*p.com | F | 2026-07-22 09:12:58 | |
| h*u*t*n*s.org | F | 2026-07-21 23:42:43 | |
| s*a*l*y*o*w*o*.com | F | 2026-07-21 23:29:36 | |
| o*s*r*a*.com (WP 7.0.2) | F | 2026-07-21 15:20:04 | |
| m*s*b*i*d*a*d*h*t*e*s.com | F | 2026-07-21 02:58:02 | |
| d*y*o*b*i*d*a*d*h*t*e*s.com | F | 2026-07-18 03:48:43 | |
| a*t*e*b*i*d*a*d*h*t*e*s.com | F | 2026-07-18 03:41:52 | |
| d*a*e*e*a*d*n*o*r*n*i*s*i*u*e.com | F | 2026-07-18 00:52:47 | |
| d*v*d*t*o*a*.com (WP 6.9.4) | F | 2026-07-17 18:21:30 | |
| t*i*i*y*e*a*m*.com | F | 2026-07-16 13:55:54 | |
| p*c*n*i*r*e*e*v*c*.com (WP 7.0.1) | F | 2026-07-15 05:04:57 | |
| b*d*l*c*w*n*h*e*k*d*e*k*n.de (WP 5.2.24) | F | 2026-07-13 18:49:35 | |
| s*o*l*d*w*w*r*.com | F | 2026-07-13 11:13:15 | |
| d*n*m*a*m*e.org (WP 6.2.6) | F | 2026-07-13 08:52:01 | |
| a*c*s*l*d.com | F | 2026-07-12 09:33:54 | |
| t*m*e*l*n*s*n*s*u*t*r*.com | F | 2026-07-11 22:21:58 | |
| p*l*z*a*i*e*a*l*.it | F | 2026-07-11 12:04:36 | |
| t*n*t*p*o*m*r*i*.com | F | 2026-07-11 01:42:19 | |
| t*m*w*o*s*o*.com (WP 4.9.4) | D | 2026-07-08 15:12:21 | |
| e*m*o*n*e*i*n.com (WP 6.4.8) | F | 2026-07-08 03:35:01 | |
| g*e*d*l*b*i*d*a*d*h*t*e*s.com | F | 2026-07-07 10:16:06 | |
| m*g*o*i*p*a*e*e*t*u*a*t.com | F | 2026-07-07 09:20:06 | |
| b*n*i*-*e*b*e*a*n*.com (WP 5.7.15) | F | 2026-07-06 23:23:05 | |
| p*g*e*n*-*a*t*n*.com (WP 4.9.3) | F | 2026-07-06 16:30:44 | |
| s*e*t*r*-*u*g*n.com (WP 4.9.26) | F | 2026-07-06 10:56:25 | |
| g*l*e*t*h*t*e*s*n*b*i*d*.com | F | 2026-07-06 03:13:28 | |
| c*d*f*r*e.com (WP 4.3.34) | F | 2026-07-05 23:53:40 | |
| s*r*r*s*b*i*d*a*d*h*t*e*s.com | F | 2026-07-05 01:30:11 | |
| p*o*u*c*e*n*h*a*t*.com | F | 2026-07-04 20:31:19 | |
| c*u*h*t*l*o*t*n*.com (WP 6.9.4) | F | 2026-07-04 18:27:49 | |
| v*r*e*k*l*g.com (WP 7.0) | F | 2026-07-04 15:31:09 | |
| e*s*t*w*s*y*g*.com (WP 7.0) | F | 2026-07-04 06:45:17 | |
| p*o*i*b*i*d*a*d*h*t*e*s.com | F | 2026-07-03 17:35:25 | |
| e*r*r*g*o*-*b.pl | F | 2026-07-03 14:33:45 | |
| d*a*e*e*a*d*n*o*r*n*i*s*i*u*e.org | F | 2026-07-03 12:02:45 | |
| t*a*m*-*l*e*t.fr | F | 2026-07-02 19:44:11 | |
| a*f*s*-*r*u*a.com | F | 2026-07-02 19:37:11 | |
| b*r*e*t*a*c*u*t*.com | F | 2026-07-02 13:20:05 | |
| p*r*a*u*l*i*g*.com (WP 7.0) | F | 2026-07-02 09:55:13 | |
| w*t*r*r*e*e*t*l*a*e.com | F | 2026-07-02 06:17:39 | |
| s*r*w*g*t*h*t*g*a*h*.com | F | 2026-07-01 23:42:02 | |
| s*p*h*r*t*x*d.com (WP 4.7.29) | F | 2026-07-01 14:45:38 | |
| c*m*4*4.com | B | 2026-07-01 07:06:15 | |
| p*t*o*a.com | F | 2026-06-30 21:10:36 | |
| c*v*c*e*k*l*n*s*n*s*u*t*r*.com | F | 2026-06-30 20:39:44 | |
| d*r*c*l*.de (WP 4.5.29) | F | 2026-06-30 12:39:32 | |
| b*j*l*.cz | F | 2026-06-10 02:23:43 | |
| f*b*i*l*m*e*.de (WP 5.3.21) | F | 2026-06-07 17:12:47 | |
| a*o*d*l*b*i*d*a*d*h*t*e*s.com | F | 2026-06-03 16:10:42 | |
| c*a*d*e*s*u*t*r*a*d*l*n*s.com | F | 2026-06-03 07:46:24 | |
| f*u*t*i*h*l*s*l*n*s*n*s*u*t*r*.com | F | 2026-06-02 16:04:24 | |
| f*o*s*e*s*f*w*n*e*e*.com | F | 2026-06-01 08:42:56 | |
| b*t*i*l*-*e*-*i*r*s.ch (WP 6.2.9) | F | 2026-05-30 23:58:01 | |
| s*p*o*e.net (WP 6.5.8) | F | 2026-05-30 20:57:24 | |
| b*g*e*c*c.org | F | 2026-05-30 16:15:21 | |
| i*v*s*o*c*n*t*u*t*o*l*c.com | F | 2026-05-30 09:35:24 | |
| p*t*s*u*g*b*d*h*s*c*n*e*.org (WP 6.9.4) | F | 2026-05-30 08:52:11 |