{"id":30237,"date":"2014-06-24T16:15:23","date_gmt":"2014-06-24T16:15:23","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/simple-fullscreen-responsive-slider\/"},"modified":"2015-06-14T17:45:30","modified_gmt":"2015-06-14T17:45:30","slug":"simple-fullscreen-responsive-slider","status":"publish","type":"plugin","link":"https:\/\/pcd.wordpress.org\/plugins\/simple-fullscreen-responsive-slider\/","author":13084819,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.5","stable_tag":"trunk","tested":"4.2.2.","requires":"3.0.0","requires_php":"","requires_plugins":"","header_name":"Simple Fullscreen Responsive Slider","header_author":"Twirling Umbrellas Ltd.","header_description":"","assets_banners_color":"3096d1","last_updated":"2015-06-14 17:45:30","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_s-xclick&hosted_button_id=DAAYWU24GLCHL","header_plugin_uri":"http:\/\/wordpress.org\/support\/plugin\/simple-fullscreen-responsive-slider","header_author_uri":"http:\/\/wordpress.org\/support\/plugin\/simple-fullscreen-responsive-slider","rating":4.3,"author_block_rating":0,"active_installs":200,"downloads":46232,"num_ratings":3,"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":"1","4":"1","5":"2"},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"980033","resolution":"128x128","location":"assets"},"icon-256x256.png":{"filename":"icon-256x256.png","revision":"980033","resolution":"256x256","location":"assets"}},"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":"937961","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.0.1"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"937919","resolution":"1","location":"assets"}},"screenshots":{"1":"The options panel for Simple Slider."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[1004,20058,606,1483,611],"plugin_category":[50],"plugin_contributors":[81824],"plugin_business_model":[],"class_list":["post-30237","plugin","type-plugin","status-publish","hentry","plugin_tags-fullscreen","plugin_tags-fullscreen-slider","plugin_tags-responsive","plugin_tags-responsive-slider","plugin_tags-slider","plugin_category-media","plugin_contributors-chrisstephens","plugin_committers-chrisstephens"],"banners":{"banner":"https:\/\/ps.w.org\/simple-fullscreen-responsive-slider\/assets\/banner-772x250.png?rev=937961","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/simple-fullscreen-responsive-slider\/assets\/icon-128x128.png?rev=980033","icon_2x":"https:\/\/ps.w.org\/simple-fullscreen-responsive-slider\/assets\/icon-256x256.png?rev=980033","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/simple-fullscreen-responsive-slider\/assets\/screenshot-1.png?rev=937919","caption":"The options panel for Simple Slider."}],"raw_content":"<!--section=description-->\n<p>Simple Fullscreen Responsive Slider (or Simple Slider) is exactly that\u2014an\neasy-to-use, lightweight, responsive slider plugin designed to add a fullscreen\nslide show to your front page. It supports multiple post thumbnails for slide\nbackgrounds, has no branding, and you can edit all the CSS directly from the\noptions page (or add it into your stylesheet and leave the custom CSS blank).<\/p>\n\n<p><strong>DEVELOPER-FRIENDLY<\/strong><\/p>\n\n<p>Or perhaps this section should read \"client-friendly\" as the plugin has no\nbranding on the slide editor or options page. Our goal was to create a useful\nslider that other developers would feel comfortable with and enjoy using on\nclient projects. Note: The plugin is intended for developers and changing its\nappearance requires customizing the default CSS.<\/p>\n\n<p><strong>CUSTOMIZABLE<\/strong><\/p>\n\n<p>The plugin provides either a fading or sliding transition (with customizable\nslide and effect durations), slide overlays, and allows developers to edit all\nCSS directly from the options screen. Alternatively, you can leave the custom\nCSS blank and add the required styles into your main stylesheet.<\/p>\n\n<p><strong>RESPONSIVE DESIGN<\/strong><\/p>\n\n<p>When combined with Chris Scott\/VOCE Platform's awesome Multiple Post Thumbnails\nplugin (see <a href=\"https:\/\/wordpress.org\/plugins\/multiple-post-thumbnails\/\">\nMultiple Post Thumbnails<\/a>), users can attach up to six separate images for a\ntrue responsive slider. The plugin will prompt for six different backgrounds and\nuse those images according to the device used (instead of sending large images\nto mobile devices and\/or low resolution images to retina and 4K displays). If\nyou leave a slot open, it will search subsequently smaller sized images so, at\na minimum, you must attach an image to the smallest slot.<\/p>\n\n<p>The slider uses Patrick Kunka's EasyFader jQuery plugin (visit\nhttps:\/\/github.com\/patrickkunka\/easyfader for more information).<\/p>\n\n<!--section=installation-->\n<p><strong>INSTALLING THE PLUGIN<\/strong><\/p>\n\n<p>The plugin can be installed and activated in the usual fashion. See\n<a href=\"http:\/\/codex.wordpress.org\/Managing_Plugins\">Managing\nPlugins<\/a> if you need help with this.<\/p>\n\n<p><strong>ADDING THE CODE<\/strong><\/p>\n\n<p>You will need to manually edit your theme and insert the following code to display\nthe slider. This is typically added after your opening body or header tag and\nit will only work on your front page. The slider will not display properly if\nthis is wrapped in additional tags.<\/p>\n\n<pre><code>&lt;?php if (shortcode_exists( 'simple-slider' )) : do_shortcode( '[simple-slider]' ); endif; ?&gt;\n<\/code><\/pre>\n\n<p><strong>SAVING THE OPTIONS<\/strong><\/p>\n\n<p>Lastly, you will need to, at a minimum, visit the slider options page and save\nthe default options to the options database. You can do this from the newly\ncreated \"Settings &gt; Slider Options\" page. From here, you can style the slider\nby customizing the default CSS. As this plugin is designed for other developers\nthe default CSS is quite basic.<\/p>\n\n<!--section=faq-->\n<p>Let us know if you have any questions or suggestions!<\/p>\n\n<p>Q.  What happens if I use MultiPostThumbnails but do not fill (attach) all of the image sizes?\nA.  The plugin will search for subsequently smaller sized images and use them to construct the media queries. As a result, the first (and smallest) image slot is required.<\/p>\n\n<p>Q.  What are the image sizes used by Simple Slider?\nA.  On its own, Simple Slider provides one featured image slot for a \"one size fits all\" background. If you have Multiple Post Thumbnails installed, Simple Slider will instead prompt for:<\/p>\n\n<ol>\n<li>Smartphones: 888px by 888px (max-width: 1136px)<\/li>\n<li>Tablets: 1366px by 768px (max-width: 1599px)<\/li>\n<li>Laptops: 1600px by 900px (max-width: 1919px)<\/li>\n<li>Desktops: 1920px by 1080px (max-width: 2559px)<\/li>\n<li>Retina Displays: 2560px by 1600px (max-width: 3839px)<\/li>\n<li>4K Displays: 3840px by 2160px (min-width: 3839px) <\/li>\n<\/ol>\n\n<p>Q.  I can't get my slider to show up on my home page?\nA.  Chances are it's getting wrapped with another tag that does not have the correct CSS.<\/p>\n\n<p>Q.  How do I style the slider?\nA.  The slider is intended for web designers and so customizing the appearance requires changing the default CSS.<\/p>\n\n<!--section=changelog-->\n<p>1.0.4 - Minor CSS fix. Updated for WordPress 4.2.1.<\/p>\n\n<p>1.0.3 - Minor bug fix. Updated for WordPress 4.0.<\/p>\n\n<p>1.0.2 - Updated Dashicon and Plugin URL.<\/p>\n\n<p>1.0.1 - Fixed a PHP Warning (Thanks @jonhurleydesign)<\/p>\n\n<p>1.0.0 - Initial Release Tested to 3.9.2.<\/p>","raw_excerpt":"Simple Fullscreen Responsive Slider is an easy-to-use, lightweight, responsive, fullscreen slider that supports MultiPostThumbnails and custom CSS.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/30237","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=30237"}],"author":[{"embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/chrisstephens"}],"wp:attachment":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=30237"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=30237"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=30237"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=30237"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=30237"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=30237"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}