Each instance of the slider can have a unique content and appearance using the shortcode attributes and values outlined below.
You can embed the slider directly into your template files with this code:
Pages, posts and custom post types by custom taxonomy term:
Posts by tag alternating between zoom and fade effects:
Page & Post by their ids:
cat_id (no default value) Use id of category to show slides from that category
tag_id (no default value)Use id of tag to show slides from that tag
term_slug (no default value)Use term slug to show slides from that term. important: will only work if you also specify the taxonomy as well.
tax_slug (no default value)Define the parent custom taxonomy slug when you want to show slides from term (above).
author_id (no default value)Use author id to show slides written by that author
pageorpost_ids (no default value)Use page or post ids separated by commas to show slides with those pages and posts.
post_type (default value: "any" other options: page, post, attachment, or custom post type)Use post type name to show slides from that post type.
orderby (default value: "date" other options: none, ID ,author, title, modified, parent, rand, comment_count)Use to control how slides are ordered
order (default value: "DESC" other options: ASC )Use to control in what direction the order goes
max_slides (default value: "5" other options: any other number )Use to control the max amount of slides.
slider_layout (default value: "plain" other options: thumbnails-side, thumbnails-bottom, numbers-top, numbers-bottom, buttons )Use to specify which layout you want to display
hide_arrows (default value: "no" other options: yes ) Use to hide prev/next arrows that appear when you hover over slide edges.
slider_display_slide_title (default value: "yes" other options: no ) Use to display or hide slides title.
slider_display_slide_excerpt (default value: "yes" other options: no ) Use to display or hide slides title.
slider_display_thumb_title (default value: "yes" other options: no ) Use to display or hide thumbnails title.
slide_img_size (default value: "default-slide-img" other options: large, medium, full, thumbnail or custom size ) Use to set slide image size.
thumb_img_size (default value: "default-thumb-img" other options: large, medium, full, thumbnail or custom size ) Use to set thumbnail image size.
The Default slide_img_size is set in the plugin as 600 px wide and 400 high, and thumb_img_size as 50px by 50px. You can replace the Custom thumbnail name with standard wordpress image sizes (large, medium, full, thumbnail) which you can change the sizes in settings> media.
You can also create your own Custom thumbnail sizes by pasting the following code in your functions file. remember to update the image sizes to what you want. Also be careful when working with your themes function file - always have access to via ftp in case something goes wrong.
Also remember that any changes to image sizes will not be applied to your current images, and you will have to Regenerate your existing thumbnails to see changes on your images that were uploaded before you changed the image size. Use Regenerate Thumbnails plugin to do so easily.
This Plugin uses featured post images, for the slide and thumb images. If you do not have featured images set for your posts and pages - Auto Post Thumbnail will search for the first image in every post and set it as the featured image.
slider_fx (default value: "fade" other options: blindY, blindZ, cover, curtainX, curtainY, fade, fadeZoom, growX, growY, none, scrollUp, scrollDown, scrollLeft, scrollRight, scrollHorz, scrollVert, shuffle, slideX, slideY, toss, turnUp, turnDown, turnLeft, turnRight, uncover, wipe, zoom ) Use to set slider transition effect. Test out all effects at malsup.com.
slider_timeout (default value: "5000" other options: any integer ) Use to set how many milliseconds will elapse between the start of each transition.
slider_effect_speed (default value: "300" other options: any integer ) Use to set the number of milliseconds it will take to transition from one slide to the next.