{"id":29148,"date":"2014-04-30T10:13:45","date_gmt":"2014-04-30T10:13:45","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/black-post-slider\/"},"modified":"2015-12-15T10:40:44","modified_gmt":"2015-12-15T10:40:44","slug":"black-post-slider","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/black-post-slider\/","author":6559433,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.3","stable_tag":"1.0.3","tested":"4.2.39","requires":"3.3","requires_php":"","requires_plugins":"","header_name":"Black Post Slider","header_author":"Marcel Pol","header_description":"","assets_banners_color":"9c9891","last_updated":"2015-12-15 10:40:44","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/products.zenoweb.nl\/free-wordpress-plugins\/black-post-slider\/","header_author_uri":"http:\/\/zenoweb.nl\/","rating":0,"author_block_rating":0,"active_installs":10,"downloads":5862,"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":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1054225","resolution":"128x128","location":"assets"},"icon-256x256.png":{"filename":"icon-256x256.png","revision":"1054225","resolution":"256x256","location":"assets"}},"assets_banners":{"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":"906844","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","1.0.1","1.0.2","1.0.3"],"block_files":[],"assets_screenshots":{"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"1082606","resolution":"1","location":"assets"},"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":"1082606","resolution":"2","location":"assets"},"screenshot-3.jpg":{"filename":"screenshot-3.jpg","revision":"1082606","resolution":"3","location":"assets"}},"screenshots":{"1":"Frontend view of the slider","2":"Admin view with the overview of slides","3":"Admin view when editing a slide (featured post)"}},"plugin_section":[],"plugin_tags":[12736,4830,4566,12735,611],"plugin_category":[],"plugin_contributors":[78711],"plugin_business_model":[],"class_list":["post-29148","plugin","type-plugin","status-closed","hentry","plugin_tags-black-post","plugin_tags-featured-post","plugin_tags-post-slider","plugin_tags-posts-slider","plugin_tags-slider","plugin_contributors-mpol","plugin_committers-mpol"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/black-post-slider_9c9891.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/black-post-slider\/assets\/screenshot-1.jpg?rev=1082606","caption":"Frontend view of the slider"},{"src":"https:\/\/ps.w.org\/black-post-slider\/assets\/screenshot-2.jpg?rev=1082606","caption":"Admin view with the overview of slides"},{"src":"https:\/\/ps.w.org\/black-post-slider\/assets\/screenshot-3.jpg?rev=1082606","caption":"Admin view when editing a slide (featured post)"}],"raw_content":"<!--section=description-->\n<blockquote>\n  <p>This plugin is unmaintained. If you want to become maintainer you are welcome to, but my opinion is that this plugin is just not that brilliant and not worth it :).<\/p>\n<\/blockquote>\n\n<p>Black Post Slider is a WordPress plugin that shows selected posts in a slider.\nYou can easily select posts to show in the slider.\nIt's possible to just have one slider, but you can also have several sliders.<\/p>\n\n<p>Features<\/p>\n\n<ul>\n<li>Up to 10 slides on each slider<\/li>\n<li>Fully Responsive<\/li>\n<li>SEO friendly<\/li>\n<li>Custom CSS possible<\/li>\n<li>Use any color you want, not just Black<\/li>\n<li>Support for categories with which you can make several sliders<\/li>\n<li>Fully translatable and localizable<\/li>\n<li>Lightweight, low on resources<\/li>\n<li>Easy to use admin area<\/li>\n<li>Uses the WordPress Media Manager<\/li>\n<\/ul>\n\n<h4>Languages<\/h4>\n\n<ul>\n<li>nl_NL <a href=\"http:\/\/zenoweb.nl\">Marcel Pol<\/a><\/li>\n<li>sr_RS <a href=\"http:\/\/firstsiteguide.com\">Ogi Djuraskovic<\/a><\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Make sure the files are within a folder.<\/li>\n<li>Copy the whole folder inside the wp-content\/plugins\/ folder.<\/li>\n<li>In the backend, activate the plugin.<\/li>\n<li>You can now add featured posts.<\/li>\n<li>For each featured post, select a featured image.<\/li>\n<li>Optionally select a real post to link to.<\/li>\n<\/ol>\n\n<h4>How to display the slider on your website<\/h4>\n\n<p>You can place the following code in your template file, like header.php:<\/p>\n\n<pre><code>&lt;?php\n    if ( function_exists( 'timelord_featured_post' ) ) {\n        timelord_featured_post();\n    }\n?&gt;\n<\/code><\/pre>\n\n<p>If you want to have multiple sliders, you can make categories for the featured posts.\nThen use the slug of the category as a parameter for the functioncall:<\/p>\n\n<pre><code>&lt;?php\n    if ( function_exists( 'timelord_featured_post' ) ) {\n        timelord_featured_post('frontpage');\n    }\n?&gt;\n<\/code><\/pre>\n\n<p>This will show all the featured posts from the frontpage category.<\/p>\n\n<!--section=faq-->\n<dl>\n<dt>How can I order the posts?<\/dt>\n<dd><p>You can use a plugin like <a href=\"http:\/\/wordpress.org\/plugins\/simple-custom-post-order\/\">Simple Custom Post Order<\/a>\nto order the posts. This sets the menu_order field for each post.\nIf you do not order the posts in this way, they will be sorted by date.<\/p><\/dd>\n<dt>What options are there for the slide effect?<\/dt>\n<dd><p>You can set the slide effect. The supported slide effects are:<\/p>\n\n<ul>\n<li>fade: crossfade to the next slide.<\/li>\n<li>fadeout: the old slide will fade out, afterwards the new slide will fade in.<\/li>\n<li>none: it will just switch without any effect.<\/li>\n<li>scrollHorz: a horizontal slide.<\/li>\n<\/ul>\n\n<p>There is also a speed setting. You can set in milliseconds how long the slide effect will take\nAnd there's the timeout setting, which is the timeout for the next slide, also in milliseconds.<\/p><\/dd>\n<dt>How can I customize the CSS?<\/dt>\n<dd><p>In the Settings page you can set the CSS for the border and the background of the titles.\nIt accepts webcolors, like \"#444\" or \"white\".<\/p><\/dd>\n<dt>How do I set the height of the slider?<\/dt>\n<dd><p>The height of the slider is determined by the height of the first image.<\/p>\n\n<p>When loading however, it might have loaded the html, but not yet the javascript. Therefore there might be a short moment that it is displayed in a different height.\nTo solve this, you can set an initial height is css, like:<\/p>\n\n<p>div.featured_posts {\n    height: 400px; \/* start height at loadtime *\/\n}<\/p><\/dd>\n<dt>How do I set the width of the slider?<\/dt>\n<dd><p>The width of the whole slider is 100%. That means it takes all your space, or the space of\nthe outside container.\nThe width of the images is set fixed to 70%, while the titles have 30%.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.3<\/h4>\n\n<ul>\n<li>2015-05-29<\/li>\n<li>Fix loading on Firefox the first time.<\/li>\n<\/ul>\n\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>2014-09-20<\/li>\n<li>Add Serbian Translation<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>2014-05-06<\/li>\n<li>Fix setting the height at first load<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>2014-04-30<\/li>\n<li>Initial version<\/li>\n<\/ul>","raw_excerpt":"A featured post slider that shows post in a slider.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/29148","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=29148"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/mpol"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=29148"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=29148"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=29148"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=29148"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=29148"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=29148"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}