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

Plugin: slideshow-gallery (Used by 1,352 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
p*t*o*i*l*d*f*a*c*l*f*l*.com (WP 3.5.1) ⚠️ 📡 F 2026-05-03 11:29:28
s*s*o*t*n*p*o*e*t*e*.com D 2026-05-03 10:50:55
p*n*a*l*s*.com F 2026-05-03 10:23:36
m*c*r*.com F 2026-05-03 09:46:21
p*n*a*h*y.com (WP 3.9.40) ⚠️ F 2026-05-03 09:34:50
b*l*y*o*e*e*i*a*e.com (WP 6.2.9) ⚠️ F 2026-05-03 07:14:20
e*r*.a*.uk F 2026-05-03 06:35:55
r*s*m*o*r*t*r*.org (WP 6.9.4) F 2026-05-03 05:48:08
b*l*e*p*i*a.com F 2026-05-03 05:44:45
c*u*o*s*a*r*q*e.com (WP 6.0.11) ⚠️ F 2026-05-03 04:33:35
p*t*y*a*t*d*r*c*o*.com (WP 5.0.25) ⚠️ F 2026-05-03 04:31:18
f*l*c*r*l*s*u*t*e.com (WP 5.1.19) ⚠️ F 2026-05-03 03:39:47
u*h*n*r*y*n*n.com (WP 6.9.4) F 2026-05-03 03:28:43
d*r*d*e*s*m*a*.com (WP 6.5.8) F 2026-05-03 02:56:57
m*r*m*e.ca (WP 4.7.29) ⚠️ F 2026-05-03 02:54:10
s*n*y*e*n*n*t*n.com B 2026-05-03 02:42:30
d*r*n*e*a*n.com (WP 5.8.13) ⚠️ F 2026-05-03 02:32:59
s*n*y*o*g.com (WP 6.9.4) F 2026-05-03 02:29:32
s*n*y*l*s*b*r*a*o*.com (WP 6.9.4) F 2026-05-03 02:20:16
c*t*-*a*t*n.com F 2026-05-03 02:13:54
i*d*x*e*r*p*l*t*n*.o*g.mx D 2026-05-03 02:12:59
d*n*e*l*-*d*m.be F 2026-05-03 02:11:06
n*r*o*o*i*u*o.info (WP 5.1.19) ⚠️ F 2026-05-03 01:37:28
p*l*e*t*d*s*g*a*d*e*o*a*i*n.com (WP 6.9.4) F 2026-05-03 01:37:04
m*c*o*e*e*t*i*g*e*i*.com F 2026-05-03 01:11:28
c*f.e*s*a.fr (WP 6.2.9) ⚠️ F 2026-05-03 01:03:25
c*t*e*s*o*y.com F 2026-05-03 01:01:20
i*n*c*a*n.net (WP 4.9.8) ⚠️ F 2026-05-03 00:38:09
s*e*p*e*t*r.org A 2026-05-03 00:02:18
c*p*c*m*t*.pro F 2026-05-02 23:43:12
c*t*e*i*e*i*n*u*.com D 2026-05-02 23:11:26
c*t*e*i*e*e*e*y.com (WP 6.8.1) F 2026-05-02 23:09:09
s*n*i*g*s*m*h*n*m*s*c*a*s.com F 2026-05-02 22:35:56
g*g*a*s*n*t*l*a*i*n*.com (WP 6.5.8) F 2026-05-02 21:48:23
g*e*a*j*l*h*s*i*a*h*s*r.com (WP 6.9.4) F 2026-05-02 21:12:02
w*e*r.com (WP 6.9.4) F 2026-05-02 20:14:25
p*s*i*n*o*t*e*a*i*s.com (WP 4.5.32) ⚠️ F 2026-05-02 20:02:40
l*u*s*o*k.info (WP 6.9.4) F 2026-05-02 18:39:47
a*l*c.cat (WP 6.8.5) D 2026-05-02 18:36:04
i*-*a.com 📡 F 2026-05-02 17:31:34
s*n*r*p*i*t*r*.com (WP 3.4.2) ⚠️ 📡 F 2026-05-02 17:28:36
f*g*l*c*a*s*c.de (WP 6.1.1) ⚠️ F 2026-05-02 17:04:48
c*s*a*l*u*e*p*c*e*.com (WP 6.9.4) F 2026-05-02 16:59:47
n*v*n*o*v*r.ca (WP 6.9.4) F 2026-05-02 15:27:01
a*e*o*i*e*6.com (WP 4.8.28) ⚠️ F 2026-05-02 14:01:26
f*x*e*r*e*-*e*l*-*o*a.de (WP 6.9.4) F 2026-05-02 13:44:11
l*n*k*o*i*h.com (WP 6.9.4) F 2026-05-02 12:48:24
m*u*t*n*o*c*a*d.com (WP 6.9.4) F 2026-05-02 12:46:14
j*w*c.com (WP 6.8.5) F 2026-05-02 12:43:33
j*w*s*a*t*o*.com (WP 6.9.4) F 2026-05-02 12:25:17
j*w*l*g*a*.com (WP 6.9.4) F 2026-05-02 12:10:28
h*u*e*u*t*r*.org (WP 6.9.4) F 2026-05-02 12:07:14
c*s*a*d*a*o*z*k.com F 2026-05-02 12:06:07

Top 50 Plugins

Plugin Count
elementor 1,845,026
contact-form-7 1,814,379
elementor-pro 1,074,639
woocommerce 834,328
revslider 631,057
jetpack 474,701
js_composer 442,043
wp-rocket 343,148
essential-addons-for-elementor-lite 303,315
gravityforms 291,645
complianz-gdpr 264,632
cookie-law-info 238,008
instagram-feed 233,160
google-site-kit 227,086
sitepress-multilingual-cms 226,612
google-analytics-for-wordpress 218,275
header-footer-elementor 214,731
elementskit-lite 214,055
bluehost-wordpress-plugin 191,979
gutenberg 165,128
gutenberg-core 163,247
cookie-notice 156,862
litespeed-cache 137,160
the-events-calendar 135,646
wpforms-lite 131,895
gtranslate 131,059
astra-sites 121,430
popup-maker 118,674
woocommerce-payments 114,788
tablepress 113,253
coblocks 101,881
honeypot 100,128
astra-addon 97,326
duracelltomi-google-tag-manager 96,036
wp-smushit 95,656
all-in-one-seo-pack 95,213
LayerSlider 93,578
bb-plugin 92,205
megamenu 89,033
premium-addons-for-elementor 88,891
akismet 87,453
mailchimp-for-wp 85,480
cleantalk-spam-protect 85,280
woocommerce-gateway-stripe 84,759
ml-slider 83,225
borlabs-cookie 82,106
fusion-builder 81,492
wp-pagenavi 81,138
ewww-image-optimizer 80,807
smart-slider-3 79,595

Top 50 Themes

Theme Count
hello-elementor 631,095
Divi 521,797
astra 432,703
flatsome 142,108
Avada 127,084
generatepress 125,483
pub 112,409
oceanwp 85,449
kadence 80,767
twentytwentyfour 80,280
enfold 73,503
salient 68,110
h4 57,690
twentyseventeen 57,578
bb-theme 56,107
betheme 53,173
cocoon-master 52,483
blocksy 52,231
dt-the7 47,224
twentytwentyfive 45,213
sydney 42,519
neve 40,452
Avada-Child-Theme 38,420
woodmart 34,046
gox 34,021
bridge 33,548
twentytwentyone 32,826
lightning 31,937
twentytwenty 30,760
swell 28,919
Impreza 27,210
bricks 26,663
voxel 25,694
twentytwentythree 24,488
Newspaper 24,266
sinatra 22,661
kubio 21,620
twentytwentytwo 20,266
uncode 19,571
epik-redesign 19,281
twentysixteen 18,733
storefront 18,307
pro 18,094
Total 15,054
extendable 14,875
yith-wonder 14,120
hello-theme-child-master 13,717
themify-ultra 13,308
yootheme 13,284
hestia 13,196