{"id":20207,"date":"2012-10-07T02:27:21","date_gmt":"2012-10-07T02:27:21","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/genesis-bootstrap-carousel\/"},"modified":"2013-02-20T19:54:53","modified_gmt":"2013-02-20T19:54:53","slug":"genesis-bootstrap-carousel","status":"publish","type":"plugin","link":"https:\/\/pcd.wordpress.org\/plugins\/genesis-bootstrap-carousel\/","author":7485027,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"0.1.2","stable_tag":"0.1.2","tested":"3.5.2","requires":"3.2","requires_php":"","requires_plugins":"","header_name":"Genesis Bootstrap Carousel","header_author":"jtallant","header_description":"","assets_banners_color":"cececd","last_updated":"2013-02-20 19:54:53","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/github.com\/jtallant\/genesis-bootstrap-carousel","header_author_uri":"http:\/\/justintallant.com","rating":3.4,"author_block_rating":0,"active_installs":70,"downloads":14191,"num_ratings":5,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":"2","2":0,"3":0,"4":0,"5":"3"},"assets_icons":[],"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":"670869","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.1.1","0.1.2"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"609849","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"609849","resolution":"2","location":"assets"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"609849","resolution":"3","location":"assets"}},"screenshots":{"1":"Carousel - Front End Display","2":"Carousel - Shrunk down at smaller screen size","3":"Carousel - Settings Page"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[4445,5605,606,611,208],"plugin_category":[43,50],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-20207","plugin","type-plugin","status-publish","hentry","plugin_tags-genesis","plugin_tags-genesiswp","plugin_tags-responsive","plugin_tags-slider","plugin_tags-slideshow","plugin_category-customization","plugin_category-media","plugin_committers-jtallant"],"banners":{"banner":"https:\/\/ps.w.org\/genesis-bootstrap-carousel\/assets\/banner-772x250.png?rev=670869","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/genesis-bootstrap-carousel_cececd.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/genesis-bootstrap-carousel\/assets\/screenshot-1.png?rev=609849","caption":"Carousel - Front End Display"},{"src":"https:\/\/ps.w.org\/genesis-bootstrap-carousel\/assets\/screenshot-2.png?rev=609849","caption":"Carousel - Shrunk down at smaller screen size"},{"src":"https:\/\/ps.w.org\/genesis-bootstrap-carousel\/assets\/screenshot-3.png?rev=609849","caption":"Carousel - Settings Page"}],"raw_content":"<!--section=description-->\n<p>Note: This plugin only supports <a href=\"http:\/\/justintallant.com\/go\/genesis-child-themes\" title=\"Genesis child themes\">Genesis child themes<\/a>. If you don't know what that is, don't download this plugin.<\/p>\n\n<p>Genesis Bootstrap Carousel (GBC) allows you to create a simple responsive image carousel that displays the featured image, along with the title and excerpt from each post.\nGBC is based off of the Genesis Responsive Slider and uses a lot of the same code. The main difference is that the Genesis Bootstrap Carousel uses the Carousel\njquery plugin created by the open source Twitter Bootstrap Project. The carousel.js in this plugin is roughly 1\/4 the size of the jquery flexslider.js used by\nthe Genesis Responsive Slider. The CSS in this plugin is about half the size of the Genesis Responsive Slider plugin. Genesis Bootstrap Carousel also includes\noptions to easily disable the CSS and JS of the plugin, allowing you to move scripts or styles into a combined file inside your theme. GBC also uses CSS for the\nnext\/previous arrows, avoiding an HTTP request and allowing easy customization via CSS. You may also choose what specifc post\/page IDs the carousel JS and CSS get loaded on.\nThis way you can avoid loading assets on pages that are not using the Carousel and avoid unnecessarily increasing page load time.<\/p>\n\n<p>It includes options for the maximum dimensions of your slideshow, allows you to choose to display posts, pages, custom post types, what category to pull from, and even the\nspecific post IDs of the posts you want to display. It includes next\/previous arrows that can be turned on or off. Finally, you can place the carousel into a widget area.\nThe image carousel is also responsive and will automatically adjust for the screen it is being displayed on.<\/p>\n\n<p>You can get information on how the carousel.js works by visiting the <a href=\"http:\/\/twitter.github.com\/bootstrap\/javascript.html#carousel\" title=\"Carousel Section\">Carousel Section<\/a> of the Twitter Bootstrap site.<\/p>\n\n<h4>Live example<\/h4>\n\n<ul>\n<li><a href=\"http:\/\/wordpress.justintallant.com\/demo\/genesis-bootstrap-carousel\/\" title=\"Demo\">Demo<\/a><\/li>\n<\/ul>\n\n<h3>Child Theme Integration<\/h3>\n\n<p>To adjust the carousel defaults for a child theme use a filter simiar to the following:<\/p>\n\n<pre><code>add_filter( 'bootstrap_carousel_settings_defaults', 'my_child_theme_bootstrap_carousel_defaults' );\n\nfunction my_child_theme_bootstrap_carousel_defaults( $defaults ) {\n    $defaults = array(\n        'post_type'                      =&gt; 'post',\n        'posts_term'                     =&gt; '',\n        'exclude_terms'                  =&gt; '',\n        'include_exclude'                =&gt; '',\n        'post_id'                        =&gt; '',\n        'posts_num'                      =&gt; 5,\n        'posts_offset'                   =&gt; 0,\n        'orderby'                        =&gt; 'date',\n        'carousel_interval'              =&gt; 5000,\n        'carousel_arrows'                =&gt; 1,\n        'carousel_no_link'               =&gt; 0,\n        'carousel_width'                 =&gt; '940',\n        'carousel_height'                =&gt; '380',\n        'carousel_excerpt_content'       =&gt; 'excerpts',\n        'carousel_excerpt_content_limit' =&gt; 150,\n        'carousel_more_text'             =&gt; 'Continue Reading',\n        'carousel_excerpt_show'          =&gt; 1,\n        'carousel_excerpt_width'         =&gt; 100,\n        'location_vertical'              =&gt; 'bottom',\n        'location_horizontal'            =&gt; 'left',\n        'carousel_hide_mobile'           =&gt; 1,\n        'html5_docytpe'                  =&gt; 0,\n        'disable_css'                    =&gt; 0,\n        'disable_js'                     =&gt; 0\n    );\n    return $defaults;\n}\n<\/code><\/pre>\n\n<!--section=installation-->\n<ol>\n<li>Upload the entire <code>genesis-bootstrap-carousel<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>DO NOT change the name of the <code>genesis-bootstrap-carousel<\/code> folder<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Navigate to the <code>Genesis &gt; Carousel Settings<\/code> menu<\/li>\n<li>Configure the carousel<\/li>\n<li>In the \"Widgets\" screen, drag the \"Genesis Bootstrap Carousel\" widget to the widget area of your choice<\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>0.1.2<\/h4>\n\n<ul>\n<li>Add a prefix to the html5_doctype function<\/li>\n<\/ul>\n\n<h4>0.1.1<\/h4>\n\n<ul>\n<li>Add translation support<\/li>\n<\/ul>\n\n<h4>0.1.0<\/h4>\n\n<ul>\n<li>Beta Release<\/li>\n<\/ul>","raw_excerpt":"This plugin allows you to create a simple responsive image carousel that displays the featured image, along with the title and excerpt from each post.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/20207","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=20207"}],"author":[{"embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/jtallant"}],"wp:attachment":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=20207"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=20207"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=20207"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=20207"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=20207"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=20207"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}