{"id":5954,"date":"2009-06-24T16:48:54","date_gmt":"2009-06-24T16:48:54","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wp-crossfade\/"},"modified":"2009-07-31T19:30:21","modified_gmt":"2009-07-31T19:30:21","slug":"wp-crossfade","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/wp-crossfade\/","author":3261267,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.5","stable_tag":"1.0.5","tested":"2.8.2","requires":"2.7.1","requires_php":"","requires_plugins":"","header_name":"wp-crossfade","header_author":"skookumlabs","header_description":"","assets_banners_color":"","last_updated":"2009-07-31 19:30:21","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/www.skookum.com","header_plugin_uri":"http:\/\/wordpress.org\/extend\/plugins\/wp-crossfade\/","header_author_uri":"http:\/\/www.skookum.com","rating":0,"author_block_rating":0,"active_installs":10,"downloads":4729,"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","1.0.3","1.0.4","1.0.5"],"block_files":[],"assets_screenshots":{"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1566836","resolution":"2","location":"plugin"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1566836","resolution":"3","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1566836","resolution":"1","location":"plugin"}},"screenshots":{"1":"The images are pre-loaded while the loading.gif is displayed. note: you can change the location of the loading image with the option <code>loading_image<\/code>","2":"An example of a banner. note: The <code>dots<\/code> or squares in the image are completely customizable, and clicking on each one takes you to that image.","3":"The admin section contains a place to upload the image or enter the image url, and specify the title and subtitle as well as the url for the link. note: image can be clickable when the option <code>clickable<\/code> is set to <code>true<\/code>"}},"plugin_section":[],"plugin_tags":[784,20627,11029,133,2386],"plugin_category":[],"plugin_contributors":[90324],"plugin_business_model":[],"class_list":["post-5954","plugin","type-plugin","status-closed","hentry","plugin_tags-banner","plugin_tags-crossfade","plugin_tags-fade","plugin_tags-image","plugin_tags-manage","plugin_contributors-skookumlabs","plugin_committers-ilya-shindyapin"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wp-crossfade.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/wp-crossfade\/trunk\/screenshot-1.png?rev=1566836","caption":"The images are pre-loaded while the loading.gif is displayed. note: you can change the location of the loading image with the option <code>loading_image<\/code>"},{"src":"https:\/\/ps.w.org\/wp-crossfade\/trunk\/screenshot-2.png?rev=1566836","caption":"An example of a banner. note: The <code>dots<\/code> or squares in the image are completely customizable, and clicking on each one takes you to that image."},{"src":"https:\/\/ps.w.org\/wp-crossfade\/trunk\/screenshot-3.png?rev=1566836","caption":"The admin section contains a place to upload the image or enter the image url, and specify the title and subtitle as well as the url for the link. note: image can be clickable when the option <code>clickable<\/code> is set to <code>true<\/code>"}],"raw_content":"<!--section=description-->\n<p>wp-crossfade is a image banner manager with crossfade functionality.<\/p>\n\n<p>In your template insert: <code>&lt;?php wp_crossfade(); ?&gt;<\/code><\/p>\n\n<p>Or you can add different paramaters:<\/p>\n\n<pre><code>&lt;?php wp_crossfade( 'group=home&amp;limit=4&amp;dot_spacing=55' ); ?&gt;\n<\/code><\/pre>\n\n<p><strong>Params:<\/strong><\/p>\n\n<pre><code>* group          If '' show all group, else code of group (default '')\n* crossfade_id       the id of the div tag that contains the crossfade element (default 'wp-crossfade')\n* crossfade_class        the class of the div tag that contains the crossfade element (default 'wp-crossfade-class')\n* loading_image          The pre-loading image that will be displayed (default plugins_url('wp-crossfade\/images\/loading.gif'))\n* show_text_overlay          Displays the text overlay over the image (default true)\n* overlay_link_text          The text or image inside the link (default More)\n* sleep          The number of seconds to sleep between each transition (default 4)\n* z_index        The CSS z-index of the elements (default 2000)\n* fade       The number of seconds to fade (default 1)\n* clickable          Should the image be clickable, if so it will go to the url provided (default false)\n* dot_spacing        The spacing between the \"dots\" or image navigation (default 21)\n* limit          Limit rows number (default none - show all rows)\n<\/code><\/pre>\n\n<h4>Acknowledgements<\/h4>\n\n<ul>\n<li><a href=\"http:\/\/wordpress.org\/extend\/plugins\/wp-bannerize\/\">WP-BANNERIZE<\/a> for the plugin as a starting point<\/li>\n<li><a href=\"http:\/\/www.gruppo4.com\/~tobia\/cross-slide.shtml\">CrossSlide - jQuery plugin<\/a> for the plugin<\/li>\n<li><a href=\"http:\/\/www.skookum.com\">Skookum<\/a> for the support<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Upload <code>wp-crossfade<\/code> directory to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Add the jQuery script to your header template: <code>&lt;?php wp_print_scripts( 'jquery' ); ?&gt;<\/code><\/li>\n<li>Place <code>&lt;?php wp_crossfade( 'group=home&amp;limit=4&amp;dot_spacing=55' ); ?&gt;<\/code> in your templates<\/li>\n<li>Sample css file: wp-crossfade\/css\/sample.css<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Can I customize output?<\/dt>\n<dd><p>Yes, please refer to the params, also the sample css file: <code>wp-crossfade\/css\/sample.css<\/code><\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.5<\/h4>\n\n<ul>\n<li>Removed the absolute position of the image if not using the direction and speed movement<\/li>\n<\/ul>\n\n<h4>1.0.4<\/h4>\n\n<ul>\n<li>Removed the height and width from the slide containers for greater control in styling<\/li>\n<\/ul>\n\n<h4>1.0.3<\/h4>\n\n<ul>\n<li>Added a div wrapper for images to contain them<\/li>\n<\/ul>\n\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>Added ability to specify image url instead of uploading image<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Added addslashes to the title and description<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Converted the plugin WP-BANNERIZE to be wp-crossfade<\/li>\n<\/ul>","raw_excerpt":"wp-crossfade is a image banner manager w\/crossfade and titles.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/5954","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=5954"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/ilya-shindyapin"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=5954"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=5954"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=5954"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=5954"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=5954"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=5954"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}