{"id":33878,"date":"2015-01-12T11:42:57","date_gmt":"2015-01-12T11:42:57","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/slick-carousel\/"},"modified":"2015-01-12T11:46:19","modified_gmt":"2015-01-12T11:46:19","slug":"slick-carousel","status":"publish","type":"plugin","link":"https:\/\/kea.wordpress.org\/plugins\/slick-carousel\/","author":1141192,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0","stable_tag":"trunk","tested":"","requires":"4.0.0","requires_php":"","requires_plugins":"","header_name":"Slick Carousel","header_author":"Lloyd Watkin <lloyd.watkin@surevine.com>","header_description":"","assets_banners_color":"","last_updated":"2015-01-12 11:46:19","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/github.com\/surevine\/slick-carousel","header_author_uri":"http:\/\/www.surevine.com","rating":3.8,"author_block_rating":0,"active_installs":50,"downloads":3737,"num_ratings":4,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description"],"tags":[],"upgrade_notice":[],"ratings":{"1":"1","2":0,"3":0,"4":"1","5":"2"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[786,22457],"plugin_category":[50],"plugin_contributors":[87545],"plugin_business_model":[],"class_list":["post-33878","plugin","type-plugin","status-publish","hentry","plugin_tags-carousel","plugin_tags-slick","plugin_category-media","plugin_contributors-lloydwatkin","plugin_committers-lloydwatkin"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/slick-carousel.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\nShortcode Options\n\n<p>All of these options can also be set via the settings page, however if you'd like different settings for different carousels, you can override these by using shortcode options...<\/p>\n\n<ul>\n<li><p><code>orderby<\/code> and <code>order<\/code> <em>(default <code>menu_order<\/code> <code>ASC<\/code>)<\/em><\/p>\n\n<ul>\n<li>What order to display the posts in. Uses <a href=\"http:\/\/codex.wordpress.org\/Class_Reference\/WP_Query#Order_.26_Orderby_Parameters\">WP_Query terms<\/a>.<\/li>\n<li><code>[slick-carousel orderby=\"rand\"]<\/code><\/li>\n<li><code>[slick-carousel orderby=\"date\" orderby=\"DESC\"]<\/code><\/li>\n<\/ul><\/li>\n<li><p><code>category<\/code> <em>(default all)<\/em><\/p>\n\n<ul>\n<li>Filter carousel items by a comma separated list of carousel category slugs.<\/li>\n<li><code>[slick-carousel category=\"homepage,highlights\"]<\/code><\/li>\n<\/ul><\/li>\n<li><p><code>id<\/code> <em>(default all)<\/em><\/p>\n\n<ul>\n<li>Specify the ID of a specific carousel post to display only one image.<\/li>\n<li>Find the image ID by looking at the edit post link, eg. post 109 would be <code>\/wp-admin\/post.php?post=109&amp;action=edit<\/code><\/li>\n<li><code>[slick-carousel id=\"109\"]<\/code><\/li>\n<\/ul><\/li>\n<\/ul>\n\nInstallation\n\n<p><strong>The easy way:<\/strong><\/p>\n\n<ol>\n<li>Go to the Plugins Menu in WordPress<\/li>\n<li>Search for \"Slick carousel\"<\/li>\n<li>Click 'Install'<\/li>\n<li>Activate the plugin<\/li>\n<\/ol>\n\n<p><strong>Manual Installation<\/strong><\/p>\n\n<ol>\n<li>Download the plugin file from this page and unzip the contents<\/li>\n<li>Upload the <code>slick-carousel<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the <code>slick-carousel<\/code> plugin through the 'Plugins' menu in WordPress<\/li>\n<\/ol>\n\n<p><strong>Once Activated<\/strong><\/p>\n\n<ol>\n<li>Place the <code>[slick-carousel]<\/code> shortcode in a Page or Post<\/li>\n<li>Create new items in the <code>Carousel<\/code> post type, uploading a Featured Image for each.\n\n<ol>\n<li><em>Optional:<\/em> You can hyperlink each image by entering the desired url <code>Image Link URL<\/code> admin metabox when adding a new carousel image.<\/li>\n<\/ol><\/li>\n<\/ol>\n\nFrequently Asked Questions\n\n<p>** How do I insert the carousel? **<\/p>\n\n<p>First of all, install and activate the plugin. Go to 'Slick Carousel' in the WordPress admin pages and add some images. Then, insert the carousel using the <code>[slick-carousel]<\/code> into the body of any page.<\/p>\n\n<p>** Can I insert the carousel into a WordPress template instead of a page? **<\/p>\n\n<p>Absolutely - you just need to use the <a href=\"http:\/\/codex.wordpress.org\/Function_Reference\/do_shortcode\">do_shortcode<\/a> WordPress function. For example:\n    <\/p>\n\n<p>** Can I change the order that the images display in? **<\/p>\n\n<p>You can specify the order that the carousel displays images by changing the setting in the Settings page, or by using the <code>orderby<\/code> and <code>order<\/code> shortcode attributes. The settings page has common settings, or you can use any terms described for the <a href=\"http:\/\/codex.wordpress.org\/Class_Reference\/WP_Query#Order_.26_Orderby_Parameters\">WP_Query orderby terms<\/a> for the shortcode.<\/p>\n\n<p>** Can I have different carousels with different images on the same site? **<\/p>\n\n<p>Yes - create a few categories and add your specific images to a specific category. Then, when inserting the shortcode into the page, specify which category you want it to display images from using the <code>category<\/code> shortcode attribute.<\/p>\n\n<p>** Can I customise the way it looks \/ works? **<\/p>\n\n<p>The carousel shortcode has a number of attributes that you can use to customise the output.<\/p>\n\n<p>** Help! Nothing is showing up at all **<\/p>\n\n<ol>\n<li>Is the plugin installed and activated?<\/li>\n<li>Have you added any items in the <code>Slick Carousel<\/code> post type?<\/li>\n<li>Have you placed the <code>[slick-carousel]<\/code> shortcode in your page?<\/li>\n<\/ol>\n\n<p>Try writing the shortcode using the 'Text' editor instead of the 'Visual' editor, as the visual editor can sometimes add extra unwanted markup.<\/p>","raw_excerpt":"Shortcode Options All of these options can also be set via the settings page, however if you&#039;d like different settings for different carousels,  &hellip;","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/33878","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=33878"}],"author":[{"embeddable":true,"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/lloydwatkin"}],"wp:attachment":[{"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=33878"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=33878"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=33878"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=33878"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=33878"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/kea.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=33878"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}