Feature content in a JavaScript powered slideshow gallery showcase on your WordPress website
Feature content in beatiful 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.
Here are several ways to display a slideshow:
To embed a slideshow with all slides under Slideshow > Manage Slides in the plugin, simply insert [slideshow] into the content of a post/page.
To embed a slideshow with slides from a specific gallery under Slideshow > Manage Galleries in the plugin, simply insert [slideshow gallery_id="X"] (where X is the ID value of the gallery) into the content of a post/page.
To embed a slideshow with the images uploaded to a WordPress post/page through it's media gallery, simply insert [slideshow post_id="X"] (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.
To hardcode into any PHP file of your WordPress theme, simply use <?php if (function_exists('slideshow')) { slideshow($output = true, $gallery_id = false, $post_id = false, $params = array()); } ?>.
You can use any of the following parameters with both the hardcoding and shortcode to customize each slideshow gallery:
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 ] = Width of the slideshow in pixels. Don't specify 'px' part, just the numeric value for the height.height [ height ] (default: setting) = Height of the slideshow in pixels. Don't specify the 'px' part, just the numeric value for the height.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.
Requires: 3.1 or higher
Compatible up to: 3.4.2
Last Updated: 2012-9-13
Downloads: 246,139
6 of 16 support threads in the last two months have been resolved.
Got something to say? Need help?