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

Plugin: slideshow-gallery (Used by 1,460 domains)

Slideshow Gallery LITE

👤 Tribulant Software 📦 v1.8.5 🔗 Plugin Homepage

Feature content in beautiful and fast JavaScript powered slideshow gallery showcases on your WordPress website.

You can easily display multiple galleries throughout your WordPress website displaying your custom added slides, slide galleries or showing slides from WordPress posts/pages.

The slideshow is flexible, all aspects can easily be configured and embedding/hardcoding the slideshow gallery is a breeze.

See the online demonstration.

Here are several ways to display a slideshow:

Shortcode for all slides

To embed a slideshow with all slides under Slideshow > Manage Slides in the plugin, simply insert the shortcode below into the content of a post/page.

[tribulant_slideshow]

Shortcode for featured posts

You can create a slideshow from featured posts, each post being a slide and it’s featured image used as the slide image. The link of the slide will be the link of the post so clicking on the slide will take users to that post.

Here is a sample shortcode that you can use for this:

[tribulant_slideshow featured="true" featurednumber="10" featuredtype="post"]

Shortcode for a gallery’s slides

To embed a slideshow with slides from a specific gallery under Slideshow > Manage Galleries in the plugin, simply insert the shortcode below (where X is the ID value of the gallery) into the content of a post/page.

[tribulant_slideshow gallery_id="X"]

Shortcode for the images of a WordPress post/page

To embed a slideshow with the images uploaded to a WordPress post/page through it’s media gallery, simply insert the shortcode below (where X is the ID value of the post). Whether you want to display the images from a post or a page, the parameter remains post_id.

[tribulant_slideshow post_id="X"]

Shortcode for latest/featured products

In order to display latest or featured products in a slideshow, you need the Shopping Cart plugin from Tribulant. Once you have this installed and activated, you can easily display recent or featured products. To display recent products use the shortcode below.

[tribulant_slideshow products="latest"]

And to display featured products, use the one below.

[tribulant_slideshow products="featured"]

For both, you can use the productsnumber parameter to limit the number of products eg.

[tribulant_slideshow products="latest" productsnumber="5"]

Hardcode into any plugin/theme with PHP

To hardcode into any PHP file of your WordPress theme, simply use

.

Parameters for shortcode/hardcode to customize each slideshow

You can use any of the following parameters with both the hardcoding and shortcode to customize each slideshow gallery:

Shortcode example 1:
[tribulant_slideshow layout=”responsive” gallery_id=”3″ auto=”true” navopacity=”0″ showthumbs=”true”]

Shortcode example 2:
[tribulant_slideshow layout=”specific” post_id=”379″ width=”600″ height=”300″ auto=”false” showinfo=”false”]

Hardcode example 1:
“responsive”, ‘auto’ => “true”, ‘navopacity’ => “0”, ‘showthumbs’ => “true”)); ?>

Hardcode example 2:
“specific”, ‘width’ => “600”, ‘height’ => “300”, ‘auto’ => “false”, ‘showinfo’ => “false”)); ?>

This way you can customize each slideshow you embed or hardcode, despite the settings you saved under Slideshow > Settings.

  • effect [ fade | slide ] = Choose the transition effect of the slideshow. Either fade or slide
  • slide_direction [ lr | tb ] = If you’re using slide for the effect, you can choose left/right or top/bottom sliding
  • easing [ swing ] = Choose the easing effect you’d like. The default is swing
  • products [ latest | featured ] = String “latest” or “featured” to display products from the Checkout plugin.
  • productsnumber [ productsnumber ] = Numeric/integer to limit the number of products to display.
  • featured [ true | false ] = Show posts with their featured images
  • featurednumber [ number ] = A numeric/integer value. The default is 10
  • featuredtype [ post_type ] = A post type slug like ‘post’, ‘page’, etc. The default is ‘post’
  • gallery_id [ gallery_id ] = Numeric/integer ID of a gallery to display images from.
  • post_id [ post_id ] = Numeric/integer ID of a post to take images from it, uploaded through it’s “Add Media” button.
  • numberposts [ numberposts ] = Numeric value of the number of images to take from the post/page. “-1” for unlimited/all
  • layout [ responsive | specific ] = Set to ‘responsive’ for mobile/tablet compatible theme and ‘specific’ for fixed width/height.
  • resizeimages [ true | false ] = Set to ‘true’ to resize images to fit the slideshow dimensions.
  • imagesoverlay [ true | false ] (default: setting) = Set to ‘true’ to display links of slides that are images in a Colorbox overlay on the page.
  • orderby [ random ] = Set to ‘random’ to randomly order the slides. Leave this shortcode parameter to order by the order set on the slides.
  • width [ width | auto ] = (only with layout=”specific”) Width of the slideshow in pixels. Don’t specify ‘px’ part, just the numeric value for the height.
  • resheight [ resheight ] = (only with layout=”responsive”) Numeric/integer value such as “30” to be used with ‘resheighttype’ below
  • `resheighttype [ resheighttype ] = (only with layout=”responsive”) “px” (pixels) or “%” (percent) as the value e.g., resheighttype=”%”
  • height [ height ] (only with layout=”specific”; default: setting) = Height of the slideshow in pixels. Don’t specify the ‘px’ part, just the numeric value for the height.
  • autoheight [ true | false ] = Should the gallery adjust it’s height for each slide?
  • auto [ true | false ] (default: setting) = Set this to ‘true’ to automatically slide the slides in the slideshow.
  • autospeed [ speed ] (default: setting) = Speed of the auto sliding. 10 is normal. Lower number is faster. Between 5 and 15 is recommended.
  • fadespeed [ speed ] (default: setting) = Speed of the fading of images. 10 is normal. Lower number is faster. Between 1 and 20 is recommended.
  • shownav [ true | false ] (default: setting) = Set to ‘true’ to show the next/previous image navigation buttons.
  • navopacity [ opacity ] (default: setting) = The opacity of the next/previous buttons. Between 0 and 100 with 0 being transparent and 100 being fully opaque.
  • navhoveropacity [ opacity ] (default: setting) = The opacity of the next/previous buttons on hovering. Between 0 and 100 with 0 being transparent and 100 being fully opaque.
  • showinfo [ true | false ] (default: setting) = Set to ‘true’ to show the information bar for each slide.
  • infospeed [ speed ] (default: setting) = Speed at which the information bar will slide up. Between 5 and 15 is recommended.
  • showthumbs [ true | false ] (default: setting) = Set to ‘true’ to show the thumbnails for the slides.
  • thumbsposition [ top | bottom ] (default: setting) = Set to “top” to show above the slideshow.
  • thumbsborder [ hexidecimal color ] (default: setting) = Hex color of the active thumb border. For example #333333.
  • thumbsspeed [ speed> ] (default: setting) = Speed of the thumbnail bar scrolling. Lower is slower. Between 1 and 20 is recommended.
  • thumbsspacing [ spacing ] (default: setting) = An integer value in pixels to space the thumbnails apart. Don’t include the ‘px’ part, just the number. Between 0 and 10 is recommended.

Languages

Thank you to these wonderful people who contributed to translating the Slideshow Gallery plugin:

Contact us to submit your language file and be mentioned here!

DomainExposuresHeadersLast Checked
m*r*e*c*m*r.com (WP 6.9.4) F 2026-04-13 19:31:42
r*u*-*l*a*.com (WP 5.1.19) ⚠️ F 2026-04-13 19:28:18
s*i*l*s*a*k*.de F 2026-04-13 19:05:43
s*l*v*e*t*6*-*a*a*e*e.com (WP 6.7.5) F 2026-04-13 18:57:51
t*l*a*a*t*e*t*.ru (WP 4.5.33) ⚠️ F 2026-04-13 18:37:24
m*r*i*g*u*d*n*.com F 2026-04-13 18:34:10
b*d*r*b*l*n*o*.com (WP 6.9.4) F 2026-04-13 17:01:02
b*d*b*i*d*n*h*l*o*f*m*.com F 2026-04-13 15:41:27
k*p*a*e*t*3*0.com F 2026-04-13 14:42:38
h*n*a*g*e*n*m*i*r.com (WP 6.9.4) F 2026-04-13 14:23:53
b*b*h*p*a*o*u*a.com F 2026-04-13 10:38:40
a*a*i*e*a*d*r*a*f*s*.com F 2026-04-13 10:13:26
s*l*d*o*k*i*l*c*u*c*.com (WP 5.9) ⚠️ F 2026-04-13 10:04:31
b*b*e*l*i*n*.com F 2026-04-13 09:50:13
m*r*m*n*a.com (WP 4.1.42) ⚠️ 📡 F 2026-04-13 09:38:56
b*b*l*e*d*n.com (WP 6.9.4) C 2026-04-13 09:33:05
b*b*u*h*s*n*u*a*c*.com (WP 5.7.15) ⚠️ F 2026-04-13 09:33:03
b*b*u*h*s*n*a*s*c*a*e*.com (WP 5.7.15) ⚠️ F 2026-04-13 09:29:08
b*b*i*a*d*c*i.com (WP 5.5.3) ⚠️ F 2026-04-13 08:24:07
b*a*c*u*s*l*g*s.com (WP 6.9.4) F 2026-04-13 07:03:47
e*a*3*.com (WP 6.9) F 2026-04-13 06:42:35
n*2.fahsconstruction.com (WP 6.9.4) F 2026-04-13 06:28:59
y*n*a*a*i.com (WP 3.8.41) ⚠️ F 2026-04-13 05:58:28
h*n*n*t*m*.com D 2026-04-13 05:20:05
m*m*w*o*.info (WP 6.9.4) F 2026-04-13 05:19:36
r*n*y*e*m*n.com (WP 6.9.4) F 2026-04-13 04:22:03
t*m*i*f*.com (WP 6.8.5) F 2026-04-13 03:23:44
m*r*a*i*a*i*a.com (WP 5.5.18) ⚠️ F 2026-04-13 02:59:32
n*s*d*s*g*.jp (WP 4.0.38) ⚠️ F 2026-04-13 02:39:41
n*1.fahsconstruction.com (WP 6.9.4) F 2026-04-13 02:37:12
r*n*h*s*e*l*s*a*e.com (WP 6.7.5) F 2026-04-13 02:10:15
r*n*h*d*l*c*o*o.com (WP 6.9.4) F 2026-04-13 01:53:56
b*b*n*e*t*e*t.com (WP 5.9.10) ⚠️ F 2026-04-13 00:38:37
m*y*i.org F 2026-04-13 00:24:07
n*p*p*v*n*.com (WP 4.2.4) ⚠️ F 2026-04-12 23:25:25
d*d*o*l.com (WP 6.9.4) F 2026-04-12 21:35:46
t*l*a*a*t*e*t*.com (WP 4.5.33) ⚠️ F 2026-04-12 20:50:27
d*d*-*t*d*o.com (WP 5.7.2) ⚠️ F 2026-04-12 20:47:35
m*r*u*r*b*n*o*.com D 2026-04-12 20:25:39
b*u*m*x*n*i*.com (WP 5.4.18) ⚠️ F 2026-04-12 16:07:50
n*v*r*t*i*.com D 2026-04-12 15:00:07
m*r*a*g*e*.com (WP 6.9.4) F 2026-04-12 14:33:27
s*u*h*o*e*a*o*.org (WP 6.9.4) F 2026-04-12 14:19:46
h*k*i*u*k*.com (WP 6.9.4) F 2026-04-12 13:39:34
m*r*m*e.com (WP 4.7.29) ⚠️ F 2026-04-12 12:10:29
j*l*e*t*d*n*u*e*.com (WP 5.8.13) ⚠️ D 2026-04-12 11:02:03
m*p*e*i*g*h*r*w*o*s*n*.com (WP 4.7.29) ⚠️ F 2026-04-12 09:15:59
j*l*a*a*o*.com (WP 4.2.2) ⚠️ F 2026-04-12 07:17:51
t*d*t*r*g*.com (WP 4.5.32) ⚠️ F 2026-04-12 07:17:05
m*n*u*k*r*a*.com (WP 6.9.4) F 2026-04-12 07:15:44
s*u*t*r*b*a*d*e.ca (WP 6.9.4) F 2026-04-12 06:06:17
c*m*g*z*n*.com F 2026-04-12 05:45:42
s*y*e*l*b.com (WP 6.9.4) F 2026-04-12 05:16:34
j*g*l*n*k*i*e*.com (WP 6.9.4) F 2026-04-12 04:11:56
c*t*a*e*d*r*c*.net (WP 6.8.5) F 2026-04-12 01:20:47
l*g*a*i*s*c*t*a*d.net (WP 6.8.5) F 2026-04-12 01:20:47
r*d*o*d*t*l*.com F 2026-04-12 00:07:41
e*-*o*k.com (WP 4.3) ⚠️ F 2026-04-11 23:43:22
t*e*n*e*t*i*m*n*.com F 2026-04-11 23:32:10
n*r*h*o*h*m*s.com F 2026-04-11 22:25:56
r*d*t*k*-*i*l*.com (WP 5.6.17) ⚠️ F 2026-04-11 22:12:48
s*r*c*a*p*o*s*i*.au F 2026-04-11 21:08:47
n*r*h*a*t*e*r*i*t*m*e*c*m*a*y.com (WP 6.6.4) D 2026-04-11 20:35:26
s*s*m*s*c*a*s.org F 2026-04-11 19:44:27
b*o*2*1*.6degreezoflife.com (WP 6.4.8) ⚠️ F 2026-04-11 19:38:06
n*r*i*b*n*.com 🔓 F 2026-04-11 18:04:31
s*i*t*a*t*r*.org (WP 4.4.33) ⚠️ F 2026-04-11 18:00:50
s*i*t*y*-*s*a*n*s*e*e*t.fr (WP 6.1.10) ⚠️ F 2026-04-11 17:57:17
b*e*s*t*i*-*o*l.com (WP 6.9.4) F 2026-04-11 17:39:31
r*c*o*i*i*a*t*.com (WP 6.0.11) ⚠️ F 2026-04-11 17:28:45
n*r*n*m*l*e*.com (WP 6.9.4) F 2026-04-11 16:25:59
s*i*s*a*i*g*e*m.com (WP 6.7.2) F 2026-04-11 16:13:53
s*i*h*i*l*i*e*r*a*p*a*e.com (WP 6.9.4) F 2026-04-11 15:38:48
s*i*h*r*t*e*s*r*e.com F 2026-04-11 15:23:49
t*t*n*s*v*.com (WP 6.2.9) ⚠️ F 2026-04-11 15:09:55
r*c.tn F 2026-04-11 15:05:01
g*l*a*r*a*i*e.com (WP 6.9.4) F 2026-04-11 15:00:14
g*y*n*t*s*.com F 2026-04-11 13:56:02
j*c*t*a*e*.com (WP 6.4.8) ⚠️ F 2026-04-11 13:14:12
m*n*s*a*a*a*e.com (WP 6.5.8) F 2026-04-11 13:01:00
n*p*a*e*i*h*o*e.com (WP 6.9.4) F 2026-04-11 12:00:18
d*l*n*o*e*s*u*i*.com (WP 6.9.4) F 2026-04-11 10:23:14
m*m*o*h*o*n*o*e.com (WP 6.9.4) C 2026-04-11 09:26:46
m*m*t*m*d*c*l*o*l*g*.com (WP 6.9.4) F 2026-04-11 07:20:04
e*t*l*u*b*n*r*.com F 2026-04-11 05:26:33
g*n*e*l*c*c*n*t*u*t*o*.com (WP 6.9.4) D 2026-04-11 03:10:05
n*l*n*o*l*g*c*n*u*t.com 🔓 F 2026-04-11 02:51:07
b*r*a*a*o*d*n.net (WP 6.9.4) F 2026-04-11 01:36:21
t*m*s*a*e*o*a*o*s.com F 2026-04-11 01:30:14
g*s*i*f*.wpengine.com F 2026-04-11 01:29:39
e*i*u*e*o*d*c*r*.com F 2026-04-11 00:48:55
n*i*e*e*d*r.com F 2026-04-11 00:32:54
p*a*o*a*c*.net F 2026-04-11 00:24:59
q*a*i*y*i*n*t*n*n*.net F 2026-04-11 00:24:59
t*m*l*s*f*o*.com F 2026-04-11 00:11:44
a*l*a*c*m*g*r*u*.com F 2026-04-10 23:03:49
t*m*e*l*n*s*l*s.com F 2026-04-10 21:51:14
p*o*e*b*.club F 2026-04-10 21:34:54
e*a*r*t*o*.com (WP 6.9.4) F 2026-04-10 21:19:14
q*e*r*r*m.com (WP 6.9.4) F 2026-04-10 21:14:54

Top 50 Plugins

Plugin Count
elementor 2,445,231
contact-form-7 2,220,648
elementor-pro 1,379,303
woocommerce 1,143,781
revslider 827,215
js_composer 544,092
jetpack 487,323
wp-rocket 398,176
essential-addons-for-elementor-lite 370,785
header-footer-elementor 313,894
gutenberg-core 296,525
elementskit-lite 293,768
gravityforms 290,665
instagram-feed 283,026
google-analytics-for-wordpress 279,675
complianz-gdpr 275,213
google-site-kit 272,661
cookie-law-info 268,923
sitepress-multilingual-cms 240,854
bluehost-wordpress-plugin 225,598
wpforms-lite 217,902
astra-sites 210,379
litespeed-cache 192,054
gtranslate 165,117
gutenberg 161,373
cookie-notice 157,748
coblocks 155,492
the-events-calendar 140,489
popup-maker 132,457
astra-addon 120,870
bb-plugin 119,992
premium-addons-for-elementor 119,619
LayerSlider 117,351
mailchimp-for-wp 116,139
wp-smushit 115,765
tablepress 113,804
creame-whatsapp-me 105,288
duracelltomi-google-tag-manager 104,768
woocommerce-gateway-stripe 101,920
cleantalk-spam-protect 101,079
pro-elements 100,842
custom-fonts 100,795
akismet 99,711
click-to-chat-for-whatsapp 98,839
honeypot 98,360
smart-slider-3 96,900
megamenu 96,800
fusion-builder 95,419
pixelyoursite 94,312
formidable 91,967

Top 50 Themes

Theme Count
hello-elementor 791,754
Divi 651,874
astra 638,423
pub 198,997
generatepress 148,539
flatsome 148,049
Avada 145,070
h4 118,235
oceanwp 108,498
kadence 96,892
enfold 84,042
salient 81,017
bb-theme 76,055
twentytwentyfour 74,028
blocksy 70,940
twentytwentyfive 69,005
cocoon-master 68,877
betheme 66,038
twentyseventeen 65,444
dt-the7 54,654
woodmart 52,853
neve 47,768
twentytwentyone 41,438
bridge 40,735
Avada-Child-Theme 38,554
swell 36,756
gox 36,222
twentytwenty 36,033
lightning 35,692
twentytwentythree 33,905
bricks 29,400
Impreza 29,371
Newspaper 26,799
twentytwentytwo 26,445
epik-redesign 23,066
pro 21,916
storefront 21,852
extendable 21,847
uncode 21,553
twentysixteen 21,239
yith-wonder 20,232
sydney 19,913
themify-ultra 18,862
Total 17,795
twentyfifteen 16,937
porto 16,182
hestia 15,701
yootheme 14,811
thrive-theme 14,743
twentynineteen 14,661