{"id":46987,"date":"2010-12-01T07:59:31","date_gmt":"2010-12-01T07:59:31","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/sliding-image-gallery-xml-v7\/"},"modified":"2010-12-01T08:00:18","modified_gmt":"2010-12-01T08:00:18","slug":"sliding-image-gallery-xml-v7","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/sliding-image-gallery-xml-v7\/","author":7373121,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.0","stable_tag":"trunk","tested":"3.0.5","requires":"2.8.0","requires_php":"","requires_plugins":"","header_name":"Sliding Image Gallery XML v7","header_author":"FlashBlue","header_description":"","assets_banners_color":"","last_updated":"2010-12-01 08:00:18","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/www.flashdo.com\/item\/sliding-image-gallery-xml-v7\/650","header_author_uri":"http:\/\/www.flashdo.com\/user\/flashblue","rating":0,"author_block_rating":0,"active_installs":10,"downloads":1053,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"1539393","resolution":"1","location":"plugin"}},"screenshots":{"1":"You can view the live demo on <a href=\"http:\/\/www.flashdo.com\/item\/sliding-image-gallery-xml-v7\/650\" title=\"Sliding Image Gallery XML v7\">flashdo.com<\/a> for Sliding Image Gallery XML v7."}},"plugin_section":[],"plugin_tags":[784,4120,718,208,748],"plugin_category":[40,50],"plugin_contributors":[89865],"plugin_business_model":[],"class_list":["post-46987","plugin","type-plugin","status-closed","hentry","plugin_tags-banner","plugin_tags-rotator","plugin_tags-slide","plugin_tags-slideshow","plugin_tags-xml","plugin_category-calendar-and-events","plugin_category-media","plugin_contributors-flashblue","plugin_committers-flashblue"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/sliding-image-gallery-xml-v7.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/sliding-image-gallery-xml-v7\/trunk\/screenshot-1.jpg?rev=1539393","caption":"You can view the live demo on <a href=\"http:\/\/www.flashdo.com\/item\/sliding-image-gallery-xml-v7\/650\" title=\"Sliding Image Gallery XML v7\">flashdo.com<\/a> for Sliding Image Gallery XML v7."}],"raw_content":"<!--section=description-->\n<p>Features included:<\/p>\n\n<ul>\n<li>XML driven flash image \/ picture \/ photo banner rotator<\/li>\n<li>Includes WordPress plugin &amp; Joomla module<\/li>\n<li>Displays JPG, GIF, PNG images and SWF files<\/li>\n<li>All data can be changed in the XML file<\/li>\n<li>Supports multiple banners, can display swf and\/or image files<\/li>\n<li>Time period for each banner is set in the XML file (second based)<\/li>\n<li>You can set first visible item from XML<\/li>\n<li>Rounded corner radius for soften edges<\/li>\n<li>Transition type to x, y or alpha. (Default value is x)<\/li>\n<li>Set blur values (0 to not blur) of transition<\/li>\n<li>You can show \/ hide buttons<\/li>\n<li>Spacing between buttons set in XML<\/li>\n<li>You can change button, thumbnail sizes from XML<\/li>\n<li>You can show \/ hide content<\/li>\n<li>Content background alpha, bgcolor, bottom padding<\/li>\n<li>Default, rollOver, current \/ selected button title, description, thumbnail border &amp; background colors<\/li>\n<li>You can change button backgrounds from XML which uses gradient fill script<\/li>\n<li>Color - font size of title &amp; description contents<\/li>\n<li>CSS file path<\/li>\n<li>Supports HTML formatting<\/li>\n<li>Includes a html swfObject embed example with parameters<\/li>\n<li>Help file is included<\/li>\n<\/ul>\n\n<p>You can change button positions to left or right by XML.<\/p>\n\n<p>Auto-scroll appears if you enter more than 4 items or when total buttons height exceeds banner height.<\/p>\n\n<!--section=installation-->\n<p>Make sure your Wordpress version is greater than 2.8 and your hosting provider is using PHP5.<\/p>\n\n<ol>\n<li>Create a new folder inside your <strong>wp-content<\/strong> folder called <strong>flashdo<\/strong>, inside this folder create a new one called <strong>flashblue<\/strong>, inside this folder create a new one called <strong>sliding-image-gallery-xml-v7<\/strong> and copy files under <strong>deploy<\/strong> folder there<\/li>\n<li>If you copied the <strong>deploy<\/strong> to a location different than the one above, go to <strong>Sliding Image Gallery XML v7<\/strong> from the <strong>Settings<\/strong> tab in your <strong>WordPress Dashboard<\/strong> and update the path accordingly<\/li>\n<li>Add <code>[sliding-image-gallery-xml-v7][\/sliding-image-gallery-xml-v7]<\/code> where you want the Flash to show up in your post\/page<\/li>\n<li>If you want to make the Sliding Image Gallery XML v7 part of your theme, edit the template files and add <code>&lt;?php slidingimagegalleryxmlv7_echo_embed_code(); ?&gt;<\/code> where you want it to show up<\/li>\n<li>Modify the <code>banner.xml<\/code> content and use it to overwrite <code>wp-content\/flashdo\/flashblue\/sliding-image-gallery-xml-v7\/xml\/banner.xml<\/code><\/li>\n<li>To use your own images \/ swf, upload them to <code>wp-content\/flashdo\/flashblue\/sliding-image-gallery-xml-v7\/images\/<\/code><\/li>\n<\/ol>\n\n<h4>Additional settings file<\/h4>\n\n<p>To embed the Sliding Image Gallery XML v7 more than once, you will need another settings file. Let's assume your new file is called <code>banner2.xml<\/code>. Add <code>[sliding-image-gallery-xml-v7 xmlUrl=\"xml\/banner2.xml\"][\/sliding-image-gallery-xml-v7]<\/code> where you want the Flash to show up in your post\/page. If you made the Flash part of your theme, add the file name as <strong>the first argument<\/strong> of the <code>slidingimagegalleryxmlv7_echo_embed_code()<\/code> function call (for example <code>&lt;?php slidingimagegalleryxmlv7_echo_embed_code(\"xml\/banner2.xml\"); ?&gt;<\/code>).<\/p>\n\n<h4>No Flash support text<\/h4>\n\n<p>To support visitors without Adobe Flash Player, you can provide alternative content by adding the text between <code>[sliding-image-gallery-xml-v7]<\/code> and <code>[\/sliding-image-gallery-xml-v7]<\/code>. If you made the Flash part of your theme, add the text as <strong>the second argument<\/strong> of the <code>slidingimagegalleryxmlv7_echo_embed_code()<\/code> function call (for example <code>&lt;?php slidingimagegalleryxmlv7_echo_embed_code(\"\",\"Alternative content\"); ?&gt;<\/code>).<\/p>\n\n<h4>If you have PHP4<\/h4>\n\n<p>To make it work with PHP4, add <code>[sliding-image-gallery-xml-v7 width=\"700\" height=\"299\"][\/sliding-image-gallery-xml-v7]<\/code> where you want the Flash to show up in your post\/page. If you made the Flash part of your theme, add the width and height as <strong>the third and fourth argument<\/strong> of the <code>slidingimagegalleryxmlv7_echo_embed_code()<\/code> function call. Don't forget to provide your own width and height values, since 700 and 299 are just examples.<\/p>","raw_excerpt":"XML driven dynamic sliding image gallery for product showcase \/ banner rotators with thumbnails.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/46987","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=46987"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/flashblue"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=46987"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=46987"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=46987"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=46987"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=46987"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=46987"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}