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
r*a*s*l*.com (WP 4.7.22) F Jul 25, 2026
i*t*l*n*c*r*.com (WP 3.8.1) F Jul 25, 2026
c*l*s*u*.mx (WP 6.9.5) F Jul 25, 2026
v*l*a*i*i*e*a.com F Jul 25, 2026
a*e*t*.com (WP 7.0.2) F Jul 25, 2026
c*s*a*.ru (WP 7.0.2) F Jul 25, 2026
r*b*i*d*n*t*g*t*e*h*w*r*c*u*t*.org (WP 7.0.2) D Jul 25, 2026
p*a*o*u*e*w*l*e*a*d.com F Jul 25, 2026
p*a*o*u*e*f*o*i*a.com F Jul 25, 2026
p*a*o*u*e*c*e*e*a*d.com F Jul 25, 2026
m*i*d*r.com (WP 6.9.5) F Jul 25, 2026
c*l*f*r*i*e*l*n*a.com F Jul 25, 2026
d*i*e*o*s*r*c*o*s.com F Jul 25, 2026
j*y*i*e*b*r*a*t.com F Jul 25, 2026
e*o*t*o*6*.ru (WP 4.9.26) F Jul 25, 2026
r*c*u*i*i*.com F Jul 25, 2026
l*b*r*n*-*o*r*.com (WP 6.2.6) F Jul 25, 2026
p*y*i*s*f*n*v*r*e.com (WP 7.0.2) F Jul 25, 2026
d*g*o*f.com (WP 7.0.2) F Jul 25, 2026
v*l*i*u*.com (WP 6.8.6) F Jul 25, 2026
s*o*t*e*r*a*l*n*.com (WP 3.6.1) F Jul 25, 2026
s*o*t*e*r.com (WP 3.6.1) F Jul 25, 2026
c*l*b*u*t*a*i*.com (WP 7.0.2) F Jul 25, 2026
s*o*y*i*e*a*a*i*r*.com F Jul 25, 2026
p*u*h*t*r*.com (WP 6.8.6) F Jul 25, 2026
g*y*c*t*l*b.com (WP 7.0.2) F Jul 25, 2026
d*m*t*l*e*r*.com (WP 7.0.2) F Jul 25, 2026
s*h*b*r*-*y*n*s*u*.eu (WP 7.0.2) F Jul 25, 2026
c*l*t*d*s*g*s.com F Jul 25, 2026
g*r*v*v*e*d*.com (WP 7.0.2) F Jul 25, 2026
p*r*k*u*n*.com F Jul 25, 2026
c*k*o*i*o.com F Jul 25, 2026
d*a*e.com (WP 6.9.5) F Jul 25, 2026
l*e*-*u*i*.com (WP 5.1.22) F Jul 25, 2026
d*z*i*-*a*s*r*.com F Jul 25, 2026
p*c*n*o*a*a*i*n*.com F Jul 24, 2026
p*c*l*a*a*f*r*a*e.com (WP 6.6.1) F Jul 24, 2026
p*z*a*i*c*l*b*i*.com (WP 6.6.5) F Jul 24, 2026
p*y*w*t*u*i*.com (WP 6.4.8) F Jul 24, 2026
c*f*w*o*y.com (WP 4.1.24) F Jul 24, 2026
s*r*.uz (WP 4.9.5) F Jul 24, 2026
a*t*r*a*s.com (WP 5.2.21) F Jul 24, 2026
a*t*c*.com F Jul 24, 2026
c*f*b*r*e*a*r*n*h*s*.com D Jul 24, 2026
c*f*b*r*e*a.com D Jul 24, 2026
a*t*i*u*c*o*s.com (WP 6.2.9) F Jul 24, 2026
p*-*h*r*s*.com (WP 5.9.13) F Jul 24, 2026
a*t*k*l*r*.com (WP 7.0.2) F Jul 24, 2026
p*i*l*p*a*v*.com (WP 7.0.2) F Jul 24, 2026
p*i*i*w*r*u*g.com (WP 7.0.2) B Jul 24, 2026
p*i*i*s*m*n*g*o*v*.com (WP 7.0.2) F Jul 24, 2026
f*s*e.fi D Jul 24, 2026
s*j*m*s*p*r*i*g*r*p*r*i*s.com (WP 6.7.2) D Jul 24, 2026
a*t*i*k.com (WP 6.9.5) F Jul 24, 2026
v*c*o*i*s*i*l*b.com (WP 7.0.2) F Jul 24, 2026
i*t*r*l*n*u*-*n*i*e.com (WP 7.0.2) F Jul 24, 2026
p*i*a*h*t*g*a*h*.com (WP 7.0.2) F Jul 24, 2026
c*o*d*e*e*s*a*.com F Jul 24, 2026
t*e*h*r*f*o*r*n*.com (WP 6.1.10) D Jul 24, 2026
m*s*n*e*s*u*i*s.com (WP 6.9.4) F Jul 24, 2026
k*l*k*h*.ru (WP 4.7.29) F Jul 24, 2026
c*m*i*e.com (WP 6.8.2) F Jul 24, 2026
f*i*e*r*f*a*e*.de (WP 4.4.34) F Jul 24, 2026
m*s*c*r*o*a*e*m*r*c*.com (WP 5.1.1) F Jul 24, 2026
t*e*t*a*g*i*b*a*t*f*l.com (WP 6.7.5) F Jul 24, 2026
d*u*p*b*r*e*o*a.org (WP 6.9.5) F Jul 23, 2026
s*e*e*o*i*s*u*n*t*r*.com (WP 7.0.2) F Jul 23, 2026
m*s*r*a*i*a*y*n.com F Jul 23, 2026
f*j*-*o*u*e*.c*.jp (WP 5.8.13) F Jul 23, 2026
a*t*e*t*c*a*s.pl (WP 4.7.29) F Jul 23, 2026
a*t*n*i*a.com (WP 6.7.5) F Jul 23, 2026
p*a*e*u*r*v*l*t*o*.com F Jul 23, 2026
m*s*i*s*o*j*s*s.com (WP 7.0.2) F Jul 23, 2026
t*e*o*l*e*e*s.com (WP 7.0.2) F Jul 23, 2026
p*i*y*.com (WP 6.7) F Jul 23, 2026
p*y*o*w*l*s.com (WP 7.0.2) D Jul 23, 2026
s*e*h*n*u*c*y.com (WP 7.0.2) F Jul 23, 2026
f*r*m*o*.org F Jul 23, 2026
s*e*h*n*e*e*e*a*l.com F Jul 23, 2026
r*o*l*u*.com (WP 4.9.29) F Jul 23, 2026
l*v*s*r*n*s*o*t*n*p*r*.com (WP 6.9.5) F Jul 23, 2026
s*a*t*e*o*l*p*r*n*r*.com (WP 7.0.2) F Jul 23, 2026
p*g*o*r*s*u*.org (WP 7.0.2) F Jul 23, 2026
v*t*o*i*t.com (WP 5.1.19) F Jul 23, 2026
c*i*d*e*o*i*t*r*m*n*.com (WP 3.5) F Jul 23, 2026
p*r*s*o*e*i*w*v*s.net F Jul 23, 2026
l*z*k*v*o*n*a*i*n.ru (WP 7.0.2) F Jul 23, 2026
r*n*o*k*m*p*u*b*n*.com F Jul 23, 2026
s*y*l*t*b*a*h.com F Jul 23, 2026
s*e*-*y*s*e*.com (WP 4.6.29) F Jul 23, 2026
c*i*f*o*i*e*o*e*a*k.com F Jul 23, 2026
f*s*i*n*6*.pk F Jul 23, 2026
f*g*e*o*m*u*t*i*f*r*h*u*e.com C Jul 23, 2026
p*e*c.org (WP 6.1.10) F Jul 23, 2026
t*e*u*d*n.com F Jul 23, 2026
v*o*s*o.ru (WP 6.1.7) F Jul 23, 2026
a*o*d*d*a*s*b*s*u*n*a*d*n.nl (WP 6.9.4) F Jul 23, 2026
h*t*l*c*r*i*.com (WP 3.4.2) F Jul 22, 2026
f*b*r*e*-*m*h.com (WP 7.0.2) F Jul 22, 2026
c*t*o*f*o*t*r*o*.com F Jul 22, 2026

Top 50 Plugins

Plugin Count
elementor 1,776,840
contact-form-7 1,758,478
elementor-pro 1,055,074
woocommerce 817,523
revslider 611,279
jetpack 457,533
js_composer 421,938
wp-rocket 341,667
essential-addons-for-elementor-lite 266,173
complianz-gdpr 259,008
gravityforms 257,969
google-site-kit 232,386
cookie-law-info 229,699
instagram-feed 225,821
sitepress-multilingual-cms 211,333
header-footer-elementor 208,143
google-analytics-for-wordpress 206,707
bluehost-wordpress-plugin 192,722
elementskit-lite 181,340
gutenberg 167,440
cookie-notice 149,808
litespeed-cache 143,617
gtranslate 125,686
wpforms-lite 124,882
the-events-calendar 122,872
gutenberg-core 118,836
astra-sites 114,110
popup-maker 110,286
woocommerce-payments 110,090
tablepress 102,271
honeypot 98,128
astra-addon 94,242
wp-smushit 91,393
coblocks 91,360
duracelltomi-google-tag-manager 90,662
layerslider 89,815
all-in-one-seo-pack 89,546
bb-plugin 87,277
akismet 85,312
premium-addons-for-elementor 84,794
cleantalk-spam-protect 83,108
ml-slider 83,006
mailchimp-for-wp 82,301
megamenu 80,581
woocommerce-gateway-stripe 79,920
jet-engine 77,827
fusion-builder 77,530
ewww-image-optimizer 76,707
wp-pagenavi 76,574
smart-slider-3 76,516

Top 50 Themes

Theme Count
hello-elementor 622,854
Divi 498,842
astra 416,322
flatsome 137,650
Avada 121,751
generatepress 115,146
pub 82,875
oceanwp 80,967
kadence 79,065
enfold 69,212
salient 65,526
twentyseventeen 54,508
bb-theme 53,547
betheme 52,521
twentytwentyfour 52,277
blocksy 51,124
cocoon-master 49,306
dt-the7 45,611
twentytwentyfive 44,890
woodmart 42,031
h4 41,331
neve 38,332
Avada-Child-Theme 37,020
gox 36,279
bridge 31,570
twentytwentyone 30,405
lightning 29,914
twentytwenty 28,851
swell 27,943
bricks 26,539
Impreza 26,135
Newspaper 24,300
twentytwentythree 22,160
epik-redesign 19,218
twentytwentytwo 18,866
uncode 18,639
twentysixteen 17,652
pro 17,630
sydney 16,648
storefront 16,402
Total 14,495
hello-theme-child-master 14,034
factory-templates-4 13,726
themify-ultra 13,004
extendable 12,960
hestia 12,657
yootheme 12,597
yith-wonder 12,316
porto 12,027
twentyfifteen 11,829