{"id":27734,"date":"2014-02-12T18:14:12","date_gmt":"2014-02-12T18:14:12","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/interactive-slider\/"},"modified":"2014-02-19T11:07:24","modified_gmt":"2014-02-19T11:07:24","slug":"interactive-slider","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/interactive-slider\/","author":13551510,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.2","stable_tag":"1.0.2","tested":"3.7.41","requires":"3.3","requires_php":"","requires_plugins":"","header_name":"Interactive Slider","header_author":"mariusz-webdeveloper","header_description":"","assets_banners_color":"","last_updated":"2014-02-19 11:07:24","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/wp-developer.pl\/interactive-slider","header_author_uri":"","rating":0,"author_block_rating":0,"active_installs":10,"downloads":1489,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.0.1","1.0.2"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"857689","resolution":"1","location":"assets"}},"screenshots":{"1":"Slider with featured posts in a website header"}},"plugin_section":[],"plugin_tags":[37073,37072,1979,611],"plugin_category":[],"plugin_contributors":[94376],"plugin_business_model":[],"class_list":["post-27734","plugin","type-plugin","status-closed","hentry","plugin_tags-content-scroller","plugin_tags-interactive-slider","plugin_tags-scroller","plugin_tags-slider","plugin_contributors-mariusz-webdeveloper","plugin_committers-mariusz-webdeveloper"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/interactive-slider.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/interactive-slider\/assets\/screenshot-1.png?rev=857689","caption":"Slider with featured posts in a website header"}],"raw_content":"<!--section=description-->\n<p>Interactive Slider is an easy way to generate image slider based on the Wordpress posts. Sliders generated that way will features posts excerpt's scroller, \nwhich will serve as a navigation panel for slides.<\/p>\n\n<p>Slider inclusion on a website is done by the Wordpress shortcode functionality. You can place it inside a post or page content or add it directly to a choosen file template.\nTo include it inside a particular file template, just add the following code somewhere inside the source code:<\/p>\n\n<pre><code>&lt;?php echo do_shortcode('[interactive_slider width=\"1040\" height=\"250\" scroller_width=\"257\"]'); ?&gt;\n<\/code><\/pre>\n\n<p>\"width\", \"height\" and \"scroller_width\" are ones of the options you can set to configure the resulted slider instance.<\/p>\n\n<h4>Here is a full list of possible options:<\/h4>\n\n<ul>\n<li><p>\"id\" [ HTML Element id, \"iaSlider\" by default ]<br \/>\nthis will be the id of a container wrapping up the slider HTML elements. Should be unique if you want to include more then one slider per page,<\/p><\/li>\n<li><p>\"continous_loop\" [ \"yes\" or \"no\", \"yes\" by default ]<br \/>\ntell the scroller whether to make copies of content to scroll them one after another in loop,<\/p><\/li>\n<li><p>\"width\" [ in pixels, \"960\" by default ]<br \/>\nwidth of the slider,<\/p><\/li>\n<li><p>\"height\" [ in pixels, \"360\" by default ]<br \/>\nheight of the slider,<\/p><\/li>\n<li><p>\"scroller_width\" [ in pixels, \"257\" by default ]<br \/>\nposts excerpt's scroller width,<\/p><\/li>\n<li><p>\"gap_between_slides_and_scroller\" [ in pixels, \"3\" by default ]<br \/>\ngap between slides and scroller,<\/p><\/li>\n<li><p>\"scroller_speed\" [ in pixels per second, \"40\" by default ]<br \/>\nposts excerpt's scroller scroll speed,<\/p><\/li>\n<li><p>\"scroller_direction\" [ \"forward\" or \"backward\", \"forward\" by default ]<br \/>\nposts excerpt's scroller scroll direction,<\/p><\/li>\n<li><p>\"thumbs_width\" [ in pixels, \"70\" by default ]<br \/>\nposts excerpt's featured image thumbnail width,<\/p><\/li>\n<li><p>\"thumbs_height\" [ in pixels, \"70\" by default ]<br \/>\nposts excerpt's featured image thumbnail height,<\/p><\/li>\n<li><p>\"post_ids\" [ separated by comma posts id's list, empty by default ]<br \/>\nposts ids to generate the slider from them. If empty, then 10 latest posts will be used instead.<\/p><\/li>\n<\/ul>\n\n<p><strong>NOTE<\/strong>: the plugin does not have admin panel pages. All of its functionality is modified through the shortcode options mentioned above.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload <code>interactive-slider<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory,<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress,<\/li>\n<li>Place <code>&lt;?php echo do_shortcode('[interactive_slider option1=\"value1\" option2=\"value2\" etc. ]'); ?&gt;<\/code> in your templates or<\/li>\n<li>Place [interactive_slider option1=\"value1\" option2=\"value2\" etc. ] in your post\/page content<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Why there is an empty image instead of a post related image?<\/dt>\n<dd><p>Slides are made by scalling down orginal images ( setted up as a featured images for posts ). If a post does not have\nfeatured image setted up, then the default one ( empty image ) will be used.<\/p><\/dd>\n<dt>Why slider is loading so long?<\/dt>\n<dd><p>Slides are made by scalling down orginal images ( setted up as a featured images for posts ). \nFirst load of the slider on a website as well any later load ( after options was changed, e.g. after width or height was changed ) will\nrequire the plugin to generate scalled version of the orginal images and this may take a while.<\/p>\n\n<p>However after the scalled version is generated, the slider should load quite fast ( as all the images should fit the slider dimensions )<\/p><\/dd>\n<dt>How can I change default empty image for posts without its own featured image?<\/dt>\n<dd><p>Replace the interactive-slider\/images\/intractive-slider-empty.jpg image with your own image. Deactivate and activate plugin for changes to take effect.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>CSS correction.  <\/li>\n<li>SVN \/tags subdirectory layout correction.  <\/li>\n<li>Tested up the plugin with different Wordpress versions.  <\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Move the plugin screenshot to \/assets subdirectory.<\/li>\n<\/ul>","raw_excerpt":"Interactive Slider is an easy way to generate image slider ( with posts excerpt&#039;s scroller as a navigation panel ) based on the Wordpress posts.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/27734","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=27734"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/mariusz-webdeveloper"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=27734"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=27734"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=27734"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=27734"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=27734"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=27734"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}