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

Top 50 Plugins

Plugin Count
elementor 1,800,450
contact-form-7 1,770,416
elementor-pro 1,049,481
woocommerce 816,578
revslider 617,763
jetpack 467,002
js_composer 432,362
wp-rocket 334,096
essential-addons-for-elementor-lite 293,692
gravityforms 267,060
complianz-gdpr 256,646
cookie-law-info 231,313
instagram-feed 228,088
google-site-kit 222,053
sitepress-multilingual-cms 221,190
google-analytics-for-wordpress 214,049
header-footer-elementor 210,208
elementskit-lite 206,911
bluehost-wordpress-plugin 190,775
gutenberg 162,337
gutenberg-core 159,507
cookie-notice 151,371
the-events-calendar 131,527
litespeed-cache 130,994
wpforms-lite 129,550
gtranslate 127,925
astra-sites 119,573
popup-maker 116,091
woocommerce-payments 112,960
tablepress 109,187
coblocks 99,539
honeypot 97,392
astra-addon 95,313
duracelltomi-google-tag-manager 93,533
wp-smushit 93,516
all-in-one-seo-pack 93,320
LayerSlider 91,657
bb-plugin 90,822
premium-addons-for-elementor 86,880
megamenu 86,508
akismet 86,074
cleantalk-spam-protect 83,880
mailchimp-for-wp 83,756
woocommerce-gateway-stripe 83,116
ml-slider 81,034
fusion-builder 79,664
borlabs-cookie 79,520
ewww-image-optimizer 79,050
wp-pagenavi 78,797
formidable 78,063

Top 50 Themes

Theme Count
hello-elementor 615,573
Divi 510,726
astra 423,626
flatsome 133,744
Avada 124,341
generatepress 119,948
pub 109,942
oceanwp 83,460
kadence 78,474
enfold 71,844
salient 66,714
twentytwentyfour 58,958
h4 56,410
twentyseventeen 56,190
bb-theme 55,281
cocoon-master 52,095
betheme 51,820
blocksy 50,688
dt-the7 46,160
twentytwentyfive 43,814
neve 39,351
Avada-Child-Theme 37,622
gox 33,449
woodmart 33,292
bridge 32,878
twentytwentyone 32,115
lightning 31,449
twentytwenty 30,045
swell 28,597
Impreza 26,441
bricks 26,019
sydney 25,643
twentytwentythree 24,026
Newspaper 23,472
voxel 22,440
twentytwentytwo 19,980
epik-redesign 19,270
kubio 19,178
uncode 19,113
sinatra 18,819
twentysixteen 18,221
storefront 17,869
pro 17,861
Total 14,730
extendable 14,595
yith-wonder 14,041
hello-theme-child-master 13,356
themify-ultra 12,983
yootheme 12,936
factory-templates-4 12,927