Team Carousel is a shortcode for displaying team member on slider .
[ex_tpcarousel style="" count="" slidesshow="" ids="" cat="" location="" fullcontent_in="" number_excerpt="" orderby="" meta_key="" autoplay="" autoplayspeed="" loading_effect="" infinite="" view_profile=""]
- style - Select number style start 1 to 2 and img-1 to img-10(example style="1")
- count - A number items will be showed. Default total items(Example: your team have 23 members but you only want to display 20 members, you can set count="20")
- slidesshow - number items per slide (Default:3)
- ids - List of IDs to query, separated by a comma(example ids="1,2,3")
- cat - List of category ids (or slug), separated by a comma(example cat="designer,manager" or cat="1,2")
- location - List of location ids (or slug), separated by a comma(example location="london,chicago" or location="1,2")
- fullcontent_in - type of display full content(Default fullcontent_in="", no display full content)
- fullcontent_in="lightbox", full content display in lightbox(pop up in center screen)
- fullcontent_in="modal", full content display in pop up in the right screen
- number_excerpt - Enter number or "full" of excerpt to show(Default 10), example number_excerpt="20"
- order - Order ascending (order="ASC") or descending (order="DESC")
- orderby - Choose order condition
- 'date' - Order by date.
- 'ID' - Order by post id. Note the captialization.
- 'author' - Order by author.
- 'title' - Order by title.
- 'name' - Order by post name (post slug).
- 'modified' - Order by last modified date.
- 'parent' - Order by post/page parent id.
- 'rand' - Random order.
- 'menu_order' - Order by Page Order. Used most often for Pages (Order field in the Edit Page Attributes box) and for Attachments (the integer fields in the Insert / Upload Media Gallery dialog), but could be used for any post type with distinct 'menu_order' values (they all default to 0).
- 'meta_value' - Note that a 'meta_key=keyname' must also be present in the query. Note also that the sorting will be alphabetical which is fine for strings (i.e. words), but can be unexpected for numbers (e.g. 1, 3, 34, 4, 56, 6, etc, rather than 1, 3, 4, 6, 34, 56 as you might naturally expect). Use 'meta_value_num' instead for numeric values.
- 'meta_value_num' - Order by numeric meta value (available with Version 2.8). Also note that a 'meta_key=keyname' must also be present in the query. This value allows for numerical sorting as noted above in 'meta_value'.
- 'post__in' - Preserve post ID order given in the ids array
- 'none' - No order
- meta_key - Enter custom field key, Show posts associated with a certain custom field
- autoplay - Auto next slide or not
- autoplay="" - not auto
- autoplay="1" - auto
- autoplayspeed - Autoplay Speed in milliseconds. Default:3000, it work only autoplay="1"(example autoplay="1" autoplayspeed="1000")
- loading_effect - Enable or disable effect when loading
- loading_effect="" - no effect
- loading_effect="1" - apply effect
- infinite - Infinite loop sliding ( go to first item when end loop)
- infinite="" - not infinite
- infinite="yes" - infinite
- view_profile - Show or hide view profile button
view_profile=""
- hideview_profile="yes"
- show
Example: Corousel style 10 with 4 items visible, Auto play(defalt 3 seconds), Modal and Infinite( go to first item when end loop) click here to view detail demo
