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 |
|---|---|---|---|
| b*a*e*p*i*.org | F | 2026-04-27 05:22:58 | |
| c*i*d*e*s*a*b*o*d*y.com | F | 2026-04-26 21:33:39 | |
| p*p*b*i*h*r*.com | F | 2026-04-26 03:25:00 | |
| t*e*t*p*a*i*t*o*p*.com | F | 2026-04-26 02:20:00 | |
| a*l*o*n*y.us | F | 2026-04-25 09:32:37 | |
| l*i*i*r*s*t*i.com (WP 6.8.3) | F | 2026-04-24 14:13:20 | |
| m*n*e*d*t*l*d*.org | F | 2026-04-23 16:31:45 | |
| c*a*d*e*s*u*t*r*a*d*l*n*s.com | F | 2026-04-22 18:37:03 | |
| r*b*n*c*t*a*t.com | F | 2026-04-22 01:09:54 | |
| o*s*r*a*.com (WP 6.9.4) | F | 2026-04-21 13:01:31 | |
| m*s*b*i*d*a*d*h*t*e*s.com | F | 2026-04-21 11:38:27 | |
| d*a*e*e*a*d*n*o*r*n*i*s*i*u*e.com | F | 2026-04-21 02:57:08 | |
| s*i*c*f*e*s*o*.com | F | 2026-04-20 09:31:01 | |
| s*a*s*i*e*d*n*a*g*o*p.com | F | 2026-04-18 19:58:19 | |
| s*a*l*y*o*w*o*.com | F | 2026-04-18 12:37:05 | |
| t*i*i*y*e*a*m*.com | F | 2026-04-17 23:26:19 | |
| p*c*n*i*r*e*e*v*c*.com (WP 6.9.4) | F | 2026-04-17 17:49:48 | |
| a*t*e*b*i*d*a*d*h*t*e*s.com | F | 2026-04-17 15:54:34 | |
| d*y*o*b*i*d*a*d*h*t*e*s.com | F | 2026-04-15 23:06:45 | |
| p*l*z*a*i*e*a*l*.it | F | 2026-04-14 08:30:39 | |
| j*l*o*e*a*p*l*m*r*.com | D | 2026-04-12 11:24:31 | |
| t*m*w*o*s*o*.com (WP 4.9.4) | D | 2026-04-11 04:57:11 | |
| j*s*p*b*a*d*.com | C | 2026-04-10 23:14:46 | |
| s*o*l*d*w*w*r*.com | F | 2026-04-10 15:05:11 | |
| m*g*o*i*p*a*e*e*t*u*a*t.com | F | 2026-04-09 13:15:11 | |
| p*g*e*n*-*a*t*n*.com (WP 4.9.3) | F | 2026-04-08 18:15:15 | |
| t*m*e*l*n*s*n*s*u*t*r*.com | F | 2026-04-08 12:10:25 | |
| c*l*b*o*k*e*t*l.com (WP 6.9.4) | F | 2026-04-05 01:18:59 | |
| c*d*f*r*e.com (WP 4.3.34) | F | 2026-04-04 18:22:47 | |
| s*r*r*s*b*i*d*a*d*h*t*e*s.com | F | 2026-04-04 17:54:25 | |
| c*u*h*t*l*o*t*n*.com (WP 6.9.4) | F | 2026-04-04 06:56:30 | |
| a*c*s*l*d.com | F | 2026-03-31 15:26:40 | |
| b*g*e*c*c.org | — | 2026-03-29 02:43:03 | |
| p*t*s*u*g*b*d*h*s*c*n*e*.org (WP 6.9.4) | — | 2026-03-28 23:35:58 | |
| d*r*c*l*.de (WP 4.5.29) | — | 2026-03-25 14:57:25 | |
| b*t*i*l*-*e*-*i*r*s.ch | — | 2025-11-12 03:10:28 | |
| w*b*e*i*n*c*a*s*d*.com | — | 2025-11-11 10:41:25 | |
| w*t*r*r*e*e*t*l*a*e.com | — | 2025-11-11 10:21:31 | |
| v*v*a*d*w*e*t*n*e*i*r*.com | — | 2025-11-11 09:14:52 | |
| v*l*a*m*a.com | — | 2025-11-11 08:32:34 | |
| v*r*e*k*l*g.com | — | 2025-11-11 07:55:00 | |
| v*n*c*n*w*u*d*t*s.com | — | 2025-11-11 07:50:14 | |
| s*e*t*r*-*u*g*n.com | — | 2025-11-10 09:44:07 | |
| s*r*w*g*t*h*t*g*a*h*.com | — | 2025-11-10 08:12:08 | |
| s*p*h*r*t*x*d.com | — | 2025-11-10 08:04:29 | |
| p*o*u*c*e*n*h*a*t*.com | — | 2025-11-09 23:02:54 | |
| p*o*e*t*t*r*a*.com | — | 2025-11-09 22:54:44 | |
| p*a*d*n*s*y*w*l*.com | — | 2025-11-09 21:53:59 | |
| p*e*1*e*t*u*a*t.com | — | 2025-11-09 19:56:30 | |
| p*o*n*x*i*d*w*r*a*m*n*s.com | — | 2025-11-09 19:39:00 | |
| p*o*n*x*l*n*s*h*t*e*s*h*d*s.com | — | 2025-11-09 19:37:25 | |
| p*o*n*x*l*n*s*n*s*u*t*r*.com | — | 2025-11-09 19:37:25 | |
| p*o*i*b*i*d*a*d*h*t*e*s.com | — | 2025-11-09 18:51:50 | |
| p*-*r*p*.com | — | 2025-11-09 18:25:13 | |
| p*t*o*a.com | — | 2025-11-09 18:07:05 | |
| k*o*i*s*p*.com | — | 2025-11-08 17:43:55 | |
| j*n*k*a*.com | — | 2025-11-08 10:42:12 | |
| j*n*l*s*.com | — | 2025-11-08 10:40:48 | |
| i*v*s*o*c*n*t*u*t*o*l*c.com | — | 2025-11-08 09:06:47 | |
| i*i*t*r*i*.com | — | 2025-11-08 06:56:37 | |
| h*d*a*l*c*q*i*m*n*r*p*i*m*s*i*s*p*i.com | — | 2025-11-08 05:56:52 | |
| g*e*d*l*b*i*d*a*d*h*t*e*s.com | — | 2025-11-07 21:50:01 | |
| g*l*e*t*h*t*e*s*n*b*i*d*.com | — | 2025-11-07 21:26:39 | |
| g*n*w*n*p*r*s*r*i*i*g.com | — | 2025-11-07 20:40:40 | |
| f*a*m*n*i*i*o*c*n*.com | — | 2025-11-07 18:08:55 | |
| f*u*c*s*.com | — | 2025-11-07 17:59:58 | |
| f*u*t*i*h*l*s*l*n*s*n*s*u*t*r*.com | — | 2025-11-07 17:59:37 | |
| f*o*s*e*s*f*w*n*e*e*.com | — | 2025-11-07 17:34:25 | |
| e*m*o*n*e*i*n.com | — | 2025-11-07 10:50:18 | |
| e*s*m*n*-*a*y*i*d.com | — | 2025-11-07 09:10:43 | |
| e*s*t*w*s*y*g*.com | — | 2025-11-07 09:07:16 | |
| d*c*i*m*n.com | — | 2025-11-07 06:23:19 | |
| c*m*4*4.com | — | 2025-11-06 18:43:23 | |
| c*v*c*e*k*l*n*s*n*s*u*t*r*.com | — | 2025-11-06 18:33:49 | |
| c*r*o*i*c*r*o*.com | — | 2025-11-06 17:25:49 | |
| b*n*i*-*e*b*e*a*n*.com | — | 2025-11-06 10:26:54 | |
| b*r*e*t*a*c*u*t*.com | — | 2025-11-06 09:09:44 | |
| a*o*d*l*b*i*d*a*d*h*t*e*s.com | — | 2025-11-06 07:46:04 |