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
<?php if (function_exists('slideshow')) { slideshow($output <h4>true, $gallery_id</h4> false, $post_id <h4>false, $params</h4> array()); } ?>
.
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:
<?php slideshow(true, 3, false, array('layout' => "responsive", 'auto' => "true", 'navopacity' => "0", 'showthumbs' => "true")); ?>
Hardcode example 2:
<?php slideshow(true, false, 379, array('layout' => "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 usingslide
for theeffect
, you can choose left/right or top/bottom sliding -
easing
[ swing ] = Choose the easing effect you'd like. The default isswing
-
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 = 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 = 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 = Set this to 'true' to automatically slide the slides in the slideshow. -
autospeed
speed = Speed of the auto sliding. 10 is normal. Lower number is faster. Between 5 and 15 is recommended. -
fadespeed
speed = Speed of the fading of images. 10 is normal. Lower number is faster. Between 1 and 20 is recommended. -
shownav
true | false = Set to 'true' to show the next/previous image navigation buttons. -
navopacity
opacity = The opacity of the next/previous buttons. Between 0 and 100 with 0 being transparent and 100 being fully opaque. -
navhoveropacity
opacity = 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 = Set to 'true' to show the information bar for each slide. -
infospeed
speed = Speed at which the information bar will slide up. Between 5 and 15 is recommended. -
showthumbs
true | false = Set to 'true' to show the thumbnails for the slides. -
thumbsposition
top | bottom = Set to "top" to show above the slideshow. -
thumbsborder
hexidecimal color = Hex color of the active thumb border. For example #333333. -
thumbsspeed
speed> = Speed of the thumbnail bar scrolling. Lower is slower. Between 1 and 20 is recommended. -
thumbsspacing
spacing = An integer value in pixels to space the thumbnails apart. Dont 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:
- Afrikaans (af_ZA) by Antonie Potgieter | Tribulant
- Slovak (sk_SK) by Branco Radenovich
Contact us to submit your language file and be mentioned here!
Releases (58 )
Version | Release Date | Change Log |
---|---|---|
1.7.6 | 2022-10-26 |
|
1.7.5 | 2022-09-12 |
|
1.7.4.4 | 2021-12-21 |
|
1.7.4.3 | 2021-11-08 |
|
1.7.4.2 | 2021-11-05 |
|
1.7.4.1 | 2021-11-02 |
|
1.7.4 | 2021-10-22 |
|
1.7.3 | 2021-08-19 |
|
1.7.2 | 2021-07-12 |
|
1.6.12 | 2019-07-12 |
|
1.6.11 | 2019-06-05 |
|
1.6.10 | 2019-04-01 |
|
1.6.9 | 2018-11-15 |
|
1.6.8 | 2018-07-11 |
|
1.6.7.1 | 2017-07-17 | |
1.6.7 | 2017-06-20 |
|
1.6.6.1 | 2017-03-30 | |
1.6.6 | 2017-03-29 |
|
1.6.5 | 2017-03-07 |
|
1.6.4 | 2016-08-01 |
|
1.6.3 | 2016-01-27 |
|
1.6.2 | 2015-12-27 |
|
1.6.1 | 2015-12-23 |
|
1.6 | 2015-12-17 |
|
1.5.3.4 | 2015-09-07 |
|
1.5.3.3 | 2015-09-07 |
|
1.5.3.2 | 2015-08-28 |
|
1.5.3 | 2015-01-29 |
|
1.5.2 | 2015-01-20 |
|
1.5.1 | 2014-12-15 |
|
1.5 | 2014-10-15 |
|
1.4.9 | 2014-09-12 |
|
1.4.8 | 2014-09-05 |
|
1.4.7 | 2014-08-29 |
|
1.4.6 | 2014-08-14 |
|
1.4.5 | 2014-08-07 |
|
1.4.4.3 | 2014-05-15 |
|
1.4.4.2 | 2014-05-15 |
|
1.4.4.1 | 2014-05-13 |
|
1.4.4 | 2014-05-09 |
|
1.4.3 | 2014-05-09 |
|
1.4.2 | 2014-05-08 |
|
1.4.1 | 2014-05-06 |
|
1.4 | 2014-04-19 |
|
1.3.1 | 2014-02-26 |
|
1.3 | 2014-02-25 |
|
1.2.3.2 | 2012-09-13 |
|
1.2.3 | 2012-09-12 |
|
1.2.2.1 | 2012-07-04 |
|
1.2.2 | 2012-06-13 |
|
1.2.1 | 2012-06-13 |
|
1.2 | 2012-06-08 |
|
1.1.1 | 2010-11-19 | |
1.1 | 2010-11-18 |
|
1.0.5 | 2010-01-07 | |
1.0.4 | 2009-12-21 |
|
1.0.3 | 2009-12-15 |
|
1.0 | 2009-09-22 |