{"id":14821,"date":"2011-09-20T15:32:31","date_gmt":"2011-09-20T15:32:31","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wp-carouselslideshow\/"},"modified":"2013-01-24T13:00:25","modified_gmt":"2013-01-24T13:00:25","slug":"wp-carouselslideshow","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/wp-carouselslideshow\/","author":8172669,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"3.11","stable_tag":"trunk","tested":"3.4.2","requires":"3.0","requires_php":"","requires_plugins":"","header_name":"Carousel Slideshow","header_author":"WP Slideshow","header_description":"","assets_banners_color":"998563","last_updated":"2013-01-24 13:00:25","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/wpslideshow.com\/carousel-slideshow\/","header_author_uri":"http:\/\/wpslideshow.com","rating":3,"author_block_rating":0,"active_installs":20,"downloads":19323,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":"1","2":0,"3":0,"4":0,"5":"1"},"assets_icons":[],"assets_banners":{"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":"627631","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-3.gif":{"filename":"screenshot-3.gif","revision":"1538941","resolution":"3","location":"plugin"},"screenshot-5.gif":{"filename":"screenshot-5.gif","revision":"1538941","resolution":"5","location":"plugin"},"screenshot-2.gif":{"filename":"screenshot-2.gif","revision":"1538941","resolution":"2","location":"plugin"},"screenshot-6.gif":{"filename":"screenshot-6.gif","revision":"1538941","resolution":"6","location":"plugin"},"screenshot-4.gif":{"filename":"screenshot-4.gif","revision":"1538941","resolution":"4","location":"plugin"},"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"1538941","resolution":"1","location":"plugin"}},"screenshots":{"1":"<p>screenshot-1.jpg - Slideshow front end.<\/p>","2":"<p>screenshot-2.gif - Add new album \/ category.<\/p>","3":"<p>screenshot-3.gif - Edit image.<\/p>","4":"<p>screenshot-4.gif - bulk upload.<\/p>","5":"<p>screenshot-5.gif - edit album \/ category.<\/p>","6":"<p>screenshot-6.gif - short code to be placed in the content.<\/p>"}},"plugin_section":[],"plugin_tags":[10132,126759,57469],"plugin_category":[],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-14821","plugin","type-plugin","status-closed","hentry","plugin_tags-carousel-slider","plugin_tags-carousel-slideshow","plugin_tags-wp-carousel","plugin_committers-wpslideshow"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wp-carouselslideshow_998563.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/wp-carouselslideshow\/trunk\/screenshot-1.jpg?rev=1538941","caption":"<p>screenshot-1.jpg - Slideshow front end.<\/p>"},{"src":"https:\/\/ps.w.org\/wp-carouselslideshow\/trunk\/screenshot-2.gif?rev=1538941","caption":"<p>screenshot-2.gif - Add new album \/ category.<\/p>"},{"src":"https:\/\/ps.w.org\/wp-carouselslideshow\/trunk\/screenshot-3.gif?rev=1538941","caption":"<p>screenshot-3.gif - Edit image.<\/p>"},{"src":"https:\/\/ps.w.org\/wp-carouselslideshow\/trunk\/screenshot-4.gif?rev=1538941","caption":"<p>screenshot-4.gif - bulk upload.<\/p>"},{"src":"https:\/\/ps.w.org\/wp-carouselslideshow\/trunk\/screenshot-5.gif?rev=1538941","caption":"<p>screenshot-5.gif - edit album \/ category.<\/p>"},{"src":"https:\/\/ps.w.org\/wp-carouselslideshow\/trunk\/screenshot-6.gif?rev=1538941","caption":"<p>screenshot-6.gif - short code to be placed in the content.<\/p>"}],"raw_content":"<!--section=description-->\n<p>Carousel slideshow can be shown in the posts using the short code [carousel]. You can display this slideshow multiple instances. It is also possible to display specific categories and images with their ID's in this slideshow.<\/p>\n\n<p><strong>Features<\/strong>\n* Customizable Enable\/Disable Snow Effect on the slideshow\n* Customizable slideshow main_image height &amp; width\n* Customizable slideshow background color\n* Customizable autoslide option\n* Customizable slideshow transition speed\n* Customizable Transition type<br \/>\n* Customizable options for Description \n* Customizable corner readious option<\/p>\n\n<p>Installation Video: https:\/\/www.youtube.com\/watch?v=wTrnNunHd74<\/p>\n\n<p>For working demo : http:\/\/wpslideshow.com\/carousel-slideshow\/<\/p>\n\nRequirements\/Restrictions:\n\n<ul>\n<li>Works with Wordpress 3.0, WPMU (Wordpress 3.0+ is highly recommended)<\/li>\n<li>PHP5<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li><p>Install automatically through the <code>Plugins<\/code>, <code>Add New<\/code> menu in WordPress, or upload the <code>wp-carousel-slideshow<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory.<\/p><\/li>\n<li><p>Activate the plugin through the <code>Plugins<\/code> menu in WordPress. Look for the \"Carousel slideshow Settings\" link  on left side menu to configure the Options.<\/p><\/li>\n<li><p>Click on <code>Settings<\/code> on leftside menu under Carousel to change colors and other configurations.<\/p><\/li>\n<\/ol>\n\n<h4>short codes<\/h4>\n\n<ul>\n<li><p><code>[carousel]<\/code> - Use this short code in the content \/ post to display all images under all categories which are not disabled.<\/p><\/li>\n<li><p><code>[carousel cats=2,3]<\/code> - Use this short code in the content \/ post to display all images under the categories with ID's 2,3.<\/p><\/li>\n<li><p><code>[carousel imgs=1,2,3]<\/code> - Use this short code in the content \/ post to display images which has ID's 1,2,3.<\/p><\/li>\n<li><p><code>&lt;?php echo do_shortcode('[carousel]');?&gt;<\/code> - Use this short code in the template (php file) to display all images under all categories which are not disabled.<\/p><\/li>\n<li><p><code>&lt;?php echo do_shortcode('[carousel cats=2,3]');?&gt;<\/code> - Use this short code in the template (php file) to display all images under the categories with ID's 2,3.<\/p><\/li>\n<li><p><code>&lt;?php echo do_shortcode('[carousel imgs=1,2,3]');?&gt;<\/code> - Use this short code in the template (php file) to display images which has ID's 1,2,3.<\/p><\/li>\n<\/ul>\n\n<p>If you facing any issues in using this plugin please contact our support at addons@wpslideshow.com<\/p>\n\n<p>Installation Video: https:\/\/www.youtube.com\/watch?v=wTrnNunHd74<\/p>\n\n<p>For working demo : http:\/\/wpslideshow.com\/carousel-slideshow\/<\/p>\n\n<!--section=changelog-->\n<p>=1.0=\nInitial released version<\/p>\n\n<p>=2.0=\nAdded customizable option for enable\/disbale snow effect on the slidehsow.<\/p>\n\n<p>=3.0=\nfixed bug enable\/disable description on the slideshow.<\/p>\n\n<p>=3.5=\nThis is entirely new build. It is not possible to upgrade from old version to this version. You need to uninstall old version an dinstall the new version.<\/p>\n\n<p>=3.6=\nFixed few settings<\/p>\n\n<p>=3.7=\nFixed security issues.<\/p>\n\n<p>=3.9=\nWhere ever you place the short code, there only the slider shows. Previously it use to show on top of content.<\/p>\n\n<p>=3.10=\nFixed security bugs.<\/p>","raw_excerpt":"Carousel slideshow can be shown in the posts using the short code [carousel]. You can display this slideshow multiple instances.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/14821","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=14821"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/wpslideshow"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=14821"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=14821"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=14821"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=14821"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=14821"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=14821"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}