USAGE
If you are not sure how this plugin works you may want to read the following.
- First ensure that you have uploaded all of the plugin files into wp-content/plugins/superslider-show folder.
- Go to your WordPress admin panel and stop in to the plugins control page. Activate the SuperSlider-Show plugin.
- Create a new post, use the WordPress built in media uploader, (upload some images).
- Click on insert gallery from the media uploader popover panel.
- you should now have the shortcode [gallery] in your post.
- Publish your new post
You should be able to view your new slide show in the new post.
You can adjust how the slide show looks and works by making adjustments in the plugin settings page. (SuperSlider-Show), or personalize the individual show with the shortcode helper.
OPTIONS AND CONFIGURATIONS
Available under > settings > SuperSlider-Show
- theme css files to use
- shortcode tag to use (gallery or slideshow)
- post id to pull images from (if not actual post)
- transition type
- transition speed
- display time
- lightbox on images on or off
- to load or not Mootools.js
- css files storage loaction
- many more Advanced options
Available in the shortcode tag:
- id ="any comma separated list of post ids" or "featured" or "category:5"
- show_class="featured"
- css_theme="yourtheme"
- first_slide="0"
- href="www.yourcooldoiman.com"
- show_type="kenburns/push/fold/default" (one of)
- height="400"
- width="200"
- transition="elastic:In:Out"
- thumbnails="true"
- image_size="thumbnail/medium/large/full"
- delay="milliseconds"
- duration="milliseconds"
- center="true"
- resize="true"
- overlap="true"
- random="true"
- loop="true"
- linked="true"
- fast="true"
- captions="true"
- controller="true"
- paused ="true"
- exclude = "any comma separated list of images"
- many more Advanced options
Themes
Create your own graphic and animation theme based on one of these provided.
Available themes
- default (Thumbs set to 150px x 150px)
- blue (Thumbs set to 50px x 50px)
- black (Thumbs set to 150px x 150px)
- custom (Thumbs set to 150px x 150px vertical right side )
To Do
Report Bugs Request / Options / Functions
CAVEAT
Currently this plugin relies on Javascript to create the slide show.
If a user's browser doesn't support javascript the gallery will not display.