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
p*r*i*.c*.il (WP 6.7.5) D Jun 12, 2026
a*s*t*r.at (WP 6.9.4) F Jun 12, 2026
f*a*i.org F Jun 12, 2026
z*l*a*n*g*b*o*.com (WP 6.2.9) F Jun 12, 2026
s*d*e*i*d*e*i*m*e*t*v*l.com (WP 3.7.41) F Jun 12, 2026
m*c*w*i*d*a*k.org (WP 7.0) F Jun 12, 2026
t*r*n*o*a*q*e*l*g*t*.ca B Jun 10, 2026
l*x*o*t*.ca D Jun 10, 2026
s*u*t*r*o*t*.ca D Jun 10, 2026
b*l*o*n*b*s*.ca F Jun 10, 2026
b*u*e*l*i*u*g*b*u*e*r*u*n*.de (WP 7.0) F Jun 10, 2026
b*u*h*r*o*r*f*e*i*f*a*o*.de (WP 7.0) F Jun 10, 2026
b*u*a*h*e*s*a*n*i*e.info (WP 7.0) F Jun 10, 2026
n*e*z*n*r*m*b*m*e*g.de (WP 6.2.9) F Jun 9, 2026
f*-*u*h.at (WP 7.0) F Jun 8, 2026
r*t*i*k*n*u*b*n*a*u*e.org F Jun 8, 2026
v*a*a*e*.fr F Jun 8, 2026
o*r*i*c*d*m*.com (WP 7.0) F Jun 8, 2026
a*i*e*.com (WP 5.2.2) F Jun 8, 2026
k*r*r*-*t*d*o.jp F Jun 8, 2026
t*a*p*i*l*.org F Jun 8, 2026
a*i*o*l.org (WP 6.4.7) F Jun 8, 2026
t*m*h*r*.hu (WP 4.5.3) F Jun 8, 2026
k*z*e*o*s*i*.ru (WP 7.0) F Jun 7, 2026
a*a*t*s*a*h*e*s.com F Jun 7, 2026
o*e*o*l*i*c.ca (WP 6.9.4) F Jun 7, 2026
f*i*e*.org F Jun 7, 2026
w*n*e*b*e*k*s*o*l*n*.c*.uk (WP 6.8.5) F Jun 6, 2026
w*s*h*u*e*e*-*e*a*t*r*n*-*e*h*r*.de (WP 7.0) F Jun 6, 2026
b*e*r*s*r*b*u*h*r*.c*m.mx (WP 6.7.5) F Jun 6, 2026
b*c*w*o*s*o*s*r*c*i*n*n*.com (WP 3.5.1) F Jun 6, 2026
n*b*r*.org F Jun 6, 2026
b*u*x*e*t*.info (WP 7.0) F Jun 6, 2026
t*e*e*d*n*m*s*c*l*n*e*.com F Jun 6, 2026
r*a*-*h*t*a*d*c*s*r*e*.org (WP 7.0) F Jun 6, 2026
b*b*a*e*c*n*e*t*o*s.com (WP 3.9.13) F Jun 6, 2026
t*e*a*l*f*u*d*t*o*.com (WP 3.7.1) D Jun 6, 2026
m*i*e*o*d*u*n*r*.org (WP 6.9.4) F Jun 6, 2026
g*e*i.o*.id (WP 6.9) F Jun 6, 2026
s*m*e*s*n*.c*.uk F Jun 6, 2026
f*r*e*a*b*r*e*d*-*a*e.fr (WP 6.1.10) F Jun 6, 2026
w*r*-*n*o*c*m*n*.org (WP 5.8.13) F Jun 5, 2026
h*r*i*-*o*i*n.org (WP 6.9.4) F Jun 5, 2026
m*r*a*h*n*d.com F Jun 5, 2026
r*a*i*g*n*r*y.coop F Jun 5, 2026
t*e*h*e*e*a*i*y.com (WP 7.0) F Jun 5, 2026
f*e*d*s*g*p*o*u*t*o*s.com B Jun 4, 2026
t*e*o*k*a*d*n*.com (WP 6.9.4) F Jun 4, 2026
c*n*s*h*s*e*.fr F Jun 4, 2026
m*t*o*e*.com B Jun 3, 2026
f*e*r*i*a*s*r*l*a.com (WP 3.5.1) F Jun 3, 2026
f*e*r*n*e*e*f*o*.com F Jun 3, 2026
a*t*s*s*4.com F Jun 3, 2026
a*s*c*e*s.com (WP 7.0) F Jun 3, 2026
a*p*c*u*.com (WP 7.0) F Jun 3, 2026
a*o*t*o*r*e.com (WP 7.0) F Jun 3, 2026
a*o*d*l*e*g*.com F Jun 3, 2026
a*o*d*l*e*d*v.com F Jun 3, 2026
m*k*n*r*i*.com (WP 6.8.5) F Jun 3, 2026
d*m*i*e*a*o*r*t.com (WP 7.0) F Jun 3, 2026
m*k*s*y*a*i*d*y*a*l.com (WP 7.0) F Jun 3, 2026
b*v*l*e*r*p*r*i*s.com (WP 7.0) F Jun 3, 2026
i*e*a*y*u*.com (WP 5.3.21) F Jun 3, 2026
a*e*a*e*n*b*s*n*s*.com F Jun 3, 2026
i*t*p*.com (WP 7.0) F Jun 3, 2026
f*a*d*c*c*n*u*t*n*.com F Jun 3, 2026
i*h*i*.com F Jun 3, 2026
t*e*u*i*l*f*o*l*n*.com (WP 6.9.4) B Jun 2, 2026
f*c*-*r*u*.com (WP 6.4.8) F Jun 2, 2026
b*y*o*n*r*s*r*h*m*s.com (WP 6.8.5) F Jun 2, 2026
m*d*7.com (WP 5.5) F Jun 2, 2026
f*x*e*r*e*-*e*l*-*o*a.com (WP 7.0) F Jun 2, 2026

Top 50 Plugins

Plugin Count
elementor 1,773,066
contact-form-7 1,754,699
elementor-pro 1,053,398
woocommerce 816,868
revslider 609,950
jetpack 456,151
js_composer 420,819
wp-rocket 341,566
essential-addons-for-elementor-lite 265,266
complianz-gdpr 257,980
gravityforms 257,686
google-site-kit 232,621
cookie-law-info 228,902
instagram-feed 225,266
sitepress-multilingual-cms 210,874
header-footer-elementor 207,407
google-analytics-for-wordpress 206,188
bluehost-wordpress-plugin 192,588
elementskit-lite 180,622
gutenberg 167,311
cookie-notice 149,235
litespeed-cache 143,547
gtranslate 125,193
wpforms-lite 124,272
the-events-calendar 122,579
astra-sites 113,631
gutenberg-core 113,508
popup-maker 110,000
woocommerce-payments 109,709
tablepress 102,202
honeypot 97,891
astra-addon 93,947
wp-smushit 91,090
duracelltomi-google-tag-manager 90,451
coblocks 89,789
layerslider 89,525
all-in-one-seo-pack 89,300
bb-plugin 87,066
akismet 85,166
premium-addons-for-elementor 84,433
ml-slider 83,034
cleantalk-spam-protect 82,813
mailchimp-for-wp 82,012
megamenu 80,374
woocommerce-gateway-stripe 79,700
jet-engine 77,827
fusion-builder 77,281
ewww-image-optimizer 76,638
wp-pagenavi 76,523
smart-slider-3 76,327

Top 50 Themes

Theme Count
hello-elementor 621,543
Divi 497,327
astra 415,116
flatsome 137,795
Avada 121,363
generatepress 114,678
oceanwp 80,569
pub 79,286
kadence 78,818
enfold 68,928
salient 65,362
twentyseventeen 54,403
bb-theme 53,484
betheme 52,451
twentytwentyfour 52,191
blocksy 51,007
cocoon-master 49,241
dt-the7 45,528
twentytwentyfive 44,925
woodmart 42,693
h4 39,561
neve 38,220
Avada-Child-Theme 36,954
gox 36,252
bridge 31,437
twentytwentyone 30,343
lightning 29,939
twentytwenty 28,835
swell 27,982
bricks 26,516
Impreza 26,104
Newspaper 24,234
twentytwentythree 22,139
epik-redesign 19,181
twentytwentytwo 18,831
uncode 18,592
twentysixteen 17,623
pro 17,621
sydney 16,585
storefront 16,374
Total 14,410
hello-theme-child-master 14,004
factory-templates-4 13,730
themify-ultra 12,971
extendable 12,866
hestia 12,599
yootheme 12,547
yith-wonder 12,223
porto 11,980
twentyfifteen 11,835