{"id":1244,"date":"2011-07-22T14:25:35","date_gmt":"2011-07-22T14:25:35","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/genesis-slider\/"},"modified":"2016-01-25T17:44:45","modified_gmt":"2016-01-25T17:44:45","slug":"genesis-slider","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/genesis-slider\/","author":245612,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"0.9.7","stable_tag":"0.9.7","tested":"4.2.39","requires":"3.2","requires_php":"","requires_plugins":"","header_name":"Genesis Slider","header_author":"StudioPress","header_description":"","assets_banners_color":"393a3a","last_updated":"2017-11-28 16:17:50","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_s-xclick&hosted_button_id=5553118","header_plugin_uri":"http:\/\/www.studiopress.com","header_author_uri":"http:\/\/www.studiopress.com","rating":1,"author_block_rating":0,"active_installs":1000,"downloads":115884,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog","faq"],"tags":[],"upgrade_notice":[],"ratings":{"1":"2","2":0,"3":0,"4":0,"5":0},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1335700","resolution":"128x128","location":"assets","width":128,"height":128},"icon-256x256.png":{"filename":"icon-256x256.png","revision":"1335700","resolution":"256x256","location":"assets","width":256,"height":256}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":"1335700","resolution":"1544x500","location":"assets","width":1544,"height":500},"banner-772x250.png":{"filename":"banner-772x250.png","revision":"1335700","resolution":"772x250","location":"assets","width":772,"height":250}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.9","0.9.1","0.9.2","0.9.3","0.9.4","0.9.5","0.9.6","0.9.7"],"block_files":[],"assets_screenshots":[],"screenshots":[]},"plugin_section":[],"plugin_tags":[4445,5605,611,208,4446],"plugin_category":[43,50],"plugin_contributors":[77841,77842,77851],"plugin_business_model":[],"class_list":["post-1244","plugin","type-plugin","status-closed","hentry","plugin_tags-genesis","plugin_tags-genesiswp","plugin_tags-slider","plugin_tags-slideshow","plugin_tags-studiopress","plugin_category-customization","plugin_category-media","plugin_contributors-nathanrice","plugin_contributors-studiopress","plugin_contributors-wpmuguru","plugin_committers-nathanrice","plugin_committers-nick_thegeek","plugin_committers-studiopress","plugin_committers-wpmuguru"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/genesis-slider_393a3a.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>This plugin allows you to create a simple slider that displays the featured image, along with the title and excerpt from each post.<\/p>\n\n<p>It includes options for auto-progress and the dimensions of your slideshow. It also allows you to choose to display posts or pages, what category to pull from, and even the specific post IDs of the posts you want to display. Finally, you can place the slider into a widget area.<\/p>\n\n<p>Note: This plugin only supports Genesis child themes.<\/p>\n\n<h3>Child Theme Integration<\/h3>\n\n<p>To adjust the slider defaults for a child theme use a filter simiar to the following:<\/p>\n\n<pre><code>add_filter( 'genesis_slider_settings_defaults', 'my_child_theme_slider_defaults' );\n\nfunction my_child_theme_slider_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        'slideshow_timer' =&gt; 4000,\n        'slideshow_delay' =&gt; 800,\n        'slideshow_arrows' =&gt; 1,\n        'slideshow_height' =&gt; 400,\n        'slideshow_width' =&gt; 870,\n        'slideshow_excerpt_content' =&gt; 'excerpts',\n        'slideshow_excerpt_content_limit' =&gt; 150,\n        'slideshow_more_text' =&gt; __( '[Continue Reading]', 'genesis-slider' ),\n        'slideshow_excerpt_show' =&gt; 1,\n        'slideshow_excerpt_width' =&gt; 500,\n        'location_vertical' =&gt; 'bottom',\n        'location_horizontal' =&gt; 'right'\n    );\n    return $defaults;\n}\n<\/code><\/pre>\n\n<!--section=installation-->\n<ol>\n<li>Upload the entire <code>genesis-slider<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>DO NOT change the name of the <code>genesis-slider<\/code> folder<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Navigate to the <code>Genesis &gt; Slider Settings<\/code> menu<\/li>\n<li>Configure the slider<\/li>\n<li>In the \"Widgets\" screen, drag the \"Genesis Slider\" widget to the widget area of your choice<\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>0.9.6<\/h4>\n\n<ul>\n<li>jQuery fixes for transitions &amp; suspending animations when tab in background<\/li>\n<li>add Menu Order to sorting<\/li>\n<li>add carousel option<\/li>\n<\/ul>\n\n<h4>0.9.5<\/h4>\n\n<ul>\n<li>add transitions<\/li>\n<li>minor tranlation fixes, add slide id class<\/li>\n<\/ul>\n\n<h4>0.9.4<\/h4>\n\n<ul>\n<li>bug fix - slider scrolling on no arrows<\/li>\n<li>add title options<\/li>\n<\/ul>\n\n<h4>0.9.3<\/h4>\n\n<ul>\n<li>translation support<\/li>\n<li>customizable excerpt<\/li>\n<li>add defaults filter<\/li>\n<\/ul>\n\n<h4>0.9.2<\/h4>\n\n<ul>\n<li>bug fixes for slider timing, mobile theme collision<\/li>\n<li>change slider defaults<\/li>\n<\/ul>\n\n<h4>0.9.1<\/h4>\n\n<ul>\n<li>bug fixes, add options<\/li>\n<\/ul>\n\n<h4>0.9<\/h4>\n\n<ul>\n<li>Beta Release<\/li>\n<\/ul>\n\n<!--section=faq-->\n<dl>\n<dt>Installation Instructions<\/dt>\n<dd><ol>\n<li>Upload the entire <code>genesis-slider<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>DO NOT change the name of the <code>genesis-slider<\/code> folder<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Navigate to the <code>Genesis &gt; Slider Settings<\/code> menu<\/li>\n<li>Configure the slider<\/li>\n<li>In the \"Widgets\" screen, drag the \"Genesis Slider\" widget to the widget area of your choice<\/li>\n<\/ol><\/dd>\n\n<\/dl>","raw_excerpt":"This plugin allows you to create a simple slider that displays the featured image, along with the title and excerpt from each post.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/1244","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=1244"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/nathanrice"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=1244"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=1244"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=1244"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=1244"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=1244"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=1244"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}