WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: nextgen-nivoslider (Used by 66 domains)

NextGen NivoSlider

👤 Aldert Vaandering 📦 v3.2.7

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?
DomainExposuresHeadersLast 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

Top 50 Plugins

Plugin Count
elementor 1,781,350
contact-form-7 1,763,473
elementor-pro 1,056,403
woocommerce 818,396
revslider 613,184
jetpack 459,687
js_composer 423,500
wp-rocket 341,701
essential-addons-for-elementor-lite 267,186
complianz-gdpr 260,358
gravityforms 257,842
google-site-kit 232,120
cookie-law-info 230,851
instagram-feed 226,401
sitepress-multilingual-cms 212,109
header-footer-elementor 208,941
google-analytics-for-wordpress 207,506
bluehost-wordpress-plugin 193,159
elementskit-lite 182,255
gutenberg 167,504
cookie-notice 150,713
litespeed-cache 142,941
gtranslate 126,300
wpforms-lite 125,731
the-events-calendar 123,260
gutenberg-core 121,980
astra-sites 114,946
popup-maker 110,750
woocommerce-payments 110,631
tablepress 102,411
honeypot 98,192
astra-addon 94,627
wp-smushit 91,689
duracelltomi-google-tag-manager 90,994
layerslider 90,135
coblocks 89,955
all-in-one-seo-pack 89,864
bb-plugin 86,751
akismet 85,480
premium-addons-for-elementor 85,165
cleantalk-spam-protect 83,466
ml-slider 82,941
mailchimp-for-wp 82,596
megamenu 80,887
woocommerce-gateway-stripe 80,153
fusion-builder 77,796
jet-engine 77,676
ewww-image-optimizer 76,887
smart-slider-3 76,763
wp-pagenavi 76,618

Top 50 Themes

Theme Count
hello-elementor 623,608
Divi 500,513
astra 418,376
flatsome 137,115
Avada 122,205
generatepress 115,566
pub 84,984
oceanwp 81,354
kadence 79,424
enfold 69,500
salient 65,679
twentyseventeen 54,668
bb-theme 52,923
betheme 52,600
twentytwentyfour 52,508
blocksy 51,323
cocoon-master 49,331
dt-the7 45,735
twentytwentyfive 44,941
h4 42,389
woodmart 41,191
neve 38,486
Avada-Child-Theme 37,096
gox 36,285
bridge 31,680
twentytwentyone 30,564
lightning 29,886
twentytwenty 28,924
swell 27,928
bricks 26,537
Impreza 26,232
Newspaper 24,292
twentytwentythree 22,275
epik-redesign 19,258
twentytwentytwo 18,955
uncode 18,704
twentysixteen 17,709
pro 17,598
sydney 16,686
storefront 16,470
Total 14,553
hello-theme-child-master 14,056
factory-templates-4 13,746
extendable 13,275
themify-ultra 13,031
hestia 12,693
yootheme 12,635
yith-wonder 12,470
porto 12,064
jupiter 11,703