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

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

Slideshow Gallery LITE

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
s*i*h*r*t*e*s*r*e.com F Jul 14, 2026
a*o*t*a*.com F Jul 14, 2026
a*z*n*d*n.com (WP 4.9.18) F Jul 14, 2026
b*d*b*i*d*n*h*l*o*f*m*.com F Jul 14, 2026
t*a*e*l*n*w*t*p*r*n*s.com (WP 3.9.40) F Jul 14, 2026
a*m*u*i*n*b*.com (WP 3.7.38) F Jul 14, 2026
1*a*a*t*e*t.com (WP 4.3.3) F Jul 14, 2026
e*a*3*.com (WP 6.9) F Jul 14, 2026
d*d*o*l.com (WP 6.9.4) F Jul 14, 2026
d*d*-*t*d*o.com (WP 5.7.2) F Jul 14, 2026
r*j*c*d*n*e*h*a*r*.com (WP 6.9.4) F Jul 14, 2026
z*e*e*m*k*r*m.com (WP 4.6.29) F Jul 14, 2026
r*b*k*a*a*f*a*n.com (WP 4.9.29) F Jul 14, 2026
b*b*h*p*a*o*u*a.com F Jul 14, 2026
b*b*e*l*i*n*.com F Jul 14, 2026
b*b*l*e*d*n.com (WP 7.0.1) C Jul 14, 2026
b*b*i*a*d*c*i.com (WP 5.5.3) F Jul 14, 2026
r*n*a*u*t*n*.c*m.co (WP 6.4.8) C Jul 14, 2026
r*n*a*u*t*n*.c*m.mx (WP 6.4.8) C Jul 14, 2026
b*a*c*u*s*l*g*s.com (WP 7.0.1) F Jul 14, 2026
u*e*o*t*e*.de (WP 4.5.32) F Jul 14, 2026
e*f*-*m*r*.eu (WP 5.7.15) F Jul 14, 2026
t*u*i*m*e*g.c*.il D Jul 14, 2026
z*m*i*m*n*s*a*.com (WP 6.4.3) F Jul 14, 2026
z*l*a*n*g*.com (WP 6.2.9) F Jul 14, 2026
a*e*p*o*.com F Jul 14, 2026
f*.g*v.cv (WP 6.1.10) F Jul 14, 2026
a*a*a*i*y*.com (WP 4.8.25) D Jul 14, 2026
r*a*h*m*s*u*t*n.com (WP 7.0.1) F Jul 14, 2026
n*p*p*v*n*.com (WP 4.2.4) F Jul 14, 2026
a*c*s*n*a.org F Jul 14, 2026
r*a*e*t*t*p*o*o*r*p*y*z.com F Jul 14, 2026
t*a*l*u*t*.com F Jul 14, 2026
a*e*i*a*h*r*q*i*t*.com (WP 7.0.1) F Jul 14, 2026
o*i*a*a*j*c*i*a*k*n.com F Jul 14, 2026
s*u*c*r*s*a*t*e.com (WP 6.9.4) F Jul 14, 2026
a*e*i*a*c*a*h*i*o*s*n*.com F Jul 13, 2026
g*o*s*e*h*r*b*l*i*g*a*.org F Jul 13, 2026
m*s*m*c*i*s*i*a*a.com (WP 5.8.13) F Jul 13, 2026
e*m*t*g*h*t*l.fr (WP 4.2.39) F Jul 13, 2026
c*m*-*p*r*.c*m.pl (WP 6.1.9) F Jul 13, 2026
m*u*r*m*s*a.cz F Jul 13, 2026
s*s*v*r*a*e*y*n.com F Jul 13, 2026
a*u*e*c*n*e*.com F Jul 13, 2026
d*a*l*l*o*i*c*l.com (WP 6.3.8) F Jul 13, 2026
c*m*g*z*n*.com F Jul 13, 2026
k*e*t*e*.com F Jul 13, 2026
s*c*a*m*d*a*b*o*.net F Jul 13, 2026
t*a*y*i*e.com (WP 7.0) B Jul 13, 2026
b*u*m*x*n*i*.com (WP 5.4.18) F Jul 13, 2026
z*-*u*i*e*s*c*n*e*-*a*g*r.com (WP 6.8.5) C Jul 13, 2026
r*p*w*l*g*l*e*y.com (WP 7.0.1) F Jul 13, 2026
r*p*o*o*l*b.com (WP 7.0.1) F Jul 13, 2026
f*s*i*n*r*n*s*a*l*.com F Jul 13, 2026
k*y*k*o*s*a*a.com C Jul 13, 2026
l*g*t*e*i*g.ru (WP 4.9.29) F Jul 13, 2026
o*d*i*d*e*o*d.com F Jul 13, 2026
o*a*a*a*e*t*.com (WP 7.0.1) F Jul 13, 2026
o*a*a*o*l*s.com (WP 7.0.1) F Jul 13, 2026
z*r*i*s*e*.com F Jul 13, 2026
a*a*i*e*a*d*r*a*f*s*.com F Jul 13, 2026
t*x*s*h*l*s*l*a*p*i*n*e*.com (WP 4.5.2) F Jul 13, 2026
j*l*a*a*o*.com (WP 4.2.2) F Jul 13, 2026
m*r*i*e*m*e*a.com (WP 6.4.8) F Jul 13, 2026
m*r*i*a*g*b*o*.com F Jul 13, 2026
t*y*m*r*n*.com (WP 4.5.32) F Jul 13, 2026
l*k*s*d*n*n*s.org (WP 7.0.1) F Jul 13, 2026
t*x*s*u*i*e*s*y*t*m*.com (WP 5.7.15) D Jul 13, 2026
k*y*e*o*m*c.a*n.au F Jul 13, 2026
j*g*l*n*k*i*e*.com (WP 7.0.1) F Jul 13, 2026
t*w*h*a*i*g.com F Jul 13, 2026
m*k*t*e*n*y*u*i*.com (WP 7.0.1) F Jul 13, 2026
r*h*w*l*-*a*u*b*s*a*t*n*.bayern (WP 6.7.5) F Jul 13, 2026
a*a*o*e.c*m.au F Jul 13, 2026
t*t*a*.com (WP 6.3.6) F Jul 13, 2026
a*h*l*a*v*c*c*p*a*e.com F Jul 13, 2026
e*-*o*k.com (WP 4.3) F Jul 13, 2026
z*i*g*i*t*r*p*r*.com F Jul 13, 2026
z*s*r*v*i*e.cz (WP 3.9.40) F Jul 13, 2026
t*u*i*m*e*g.com D Jul 12, 2026
r*u*-*l*a*.com (WP 5.1.19) F Jul 12, 2026
a*y*h*n*s*u*i*.com D Jul 12, 2026
n*r*h*o*h*m*s.com F Jul 12, 2026
s*y*o*k*d*h*b.com (WP 6.9.4) F Jul 12, 2026
x*-*2*c*b*t*g*b*h.com (WP 6.7.5) F Jul 12, 2026
m*r*i*g*p*c*a*i*t*.com D Jul 12, 2026
n*r*h*a*t*e*r*i*t*m*e*c*m*a*y.com (WP 6.6.4) D Jul 12, 2026
i*r*s*o*t.pl (WP 4.9.26) F Jul 12, 2026
t*r*o*o*t*r*o*a.com F Jul 12, 2026
t*t*l*i*a*o*t*q*e*p*.com (WP 7.0.1) F Jul 12, 2026
n*r*i*b*n*.com F Jul 12, 2026
t*r*w*l*o*e*t*r*a*n*e*t.com (WP 7.0.1) F Jul 12, 2026
m*m*h*s*i*w*r*s.org (WP 4.5.21) F Jul 12, 2026
k*r*g*w*r*e*e*e*n.de (WP 6.9.4) F Jul 12, 2026
n*r*n*m*l*e*.com (WP 6.9.4) F Jul 12, 2026
z*m*u*i*.com F Jul 12, 2026
x*l*n*g*o*p.com (WP 7.0.1) F Jul 12, 2026
j*c*t*a*e*.com (WP 6.4.8) F Jul 12, 2026
t*r*n*o*f*n*s*h*m*s.com B Jul 12, 2026
b*e*s*t*i*-*o*l.com (WP 7.0.1) F Jul 12, 2026

Top 50 Plugins

Plugin Count
elementor 1,775,410
contact-form-7 1,756,861
elementor-pro 1,054,352
woocommerce 817,193
revslider 610,632
jetpack 456,984
js_composer 421,389
wp-rocket 341,558
essential-addons-for-elementor-lite 265,838
complianz-gdpr 258,645
gravityforms 257,841
google-site-kit 232,629
cookie-law-info 229,401
instagram-feed 225,599
sitepress-multilingual-cms 211,043
header-footer-elementor 207,927
google-analytics-for-wordpress 206,487
bluehost-wordpress-plugin 192,657
elementskit-lite 181,083
gutenberg 167,387
cookie-notice 149,562
litespeed-cache 143,604
gtranslate 125,468
wpforms-lite 124,570
the-events-calendar 122,730
gutenberg-core 116,889
astra-sites 113,943
popup-maker 110,116
woocommerce-payments 109,934
tablepress 102,217
honeypot 98,024
astra-addon 94,099
wp-smushit 91,277
coblocks 90,850
duracelltomi-google-tag-manager 90,570
layerslider 89,638
all-in-one-seo-pack 89,398
bb-plugin 87,215
akismet 85,242
premium-addons-for-elementor 84,670
ml-slider 83,018
cleantalk-spam-protect 82,964
mailchimp-for-wp 82,170
megamenu 80,497
woocommerce-gateway-stripe 79,809
jet-engine 77,865
fusion-builder 77,431
ewww-image-optimizer 76,647
wp-pagenavi 76,548
smart-slider-3 76,440

Top 50 Themes

Theme Count
hello-elementor 622,436
Divi 498,224
astra 415,945
flatsome 137,758
Avada 121,597
generatepress 114,990
pub 81,579
oceanwp 80,811
kadence 78,952
enfold 69,087
salient 65,425
twentyseventeen 54,452
bb-theme 53,545
betheme 52,488
twentytwentyfour 52,199
blocksy 51,064
cocoon-master 49,279
dt-the7 45,584
twentytwentyfive 44,893
woodmart 42,252
h4 40,675
neve 38,276
Avada-Child-Theme 36,980
gox 36,267
bridge 31,503
twentytwentyone 30,369
lightning 29,931
twentytwenty 28,844
swell 27,970
bricks 26,528
Impreza 26,114
Newspaper 24,256
twentytwentythree 22,161
epik-redesign 19,213
twentytwentytwo 18,861
uncode 18,616
twentysixteen 17,635
pro 17,627
sydney 16,615
storefront 16,392
Total 14,451
hello-theme-child-master 14,018
factory-templates-4 13,731
themify-ultra 12,993
extendable 12,949
hestia 12,636
yootheme 12,565
yith-wonder 12,277
porto 12,019
twentyfifteen 11,850