{"id":25528,"date":"2013-10-04T16:55:15","date_gmt":"2013-10-04T16:55:15","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/gallery-slideshow\/"},"modified":"2017-11-10T18:05:45","modified_gmt":"2017-11-10T18:05:45","slug":"gallery-slideshow","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/gallery-slideshow\/","author":7824259,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.4.1","stable_tag":"1.4.1","tested":"4.8.28","requires":"3.0","requires_php":"","requires_plugins":"","header_name":"Gallery Slideshow","header_author":"Jethin","header_description":"","assets_banners_color":"","last_updated":"2017-11-10 18:05:45","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_s-xclick&hosted_button_id=QWXNS8XBHTDCE","header_plugin_uri":"","header_author_uri":"http:\/\/s89693915.onlinehome.us\/wp\/?page_id=4","rating":4.3,"author_block_rating":0,"active_installs":1000,"downloads":42834,"num_ratings":16,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog","faq"],"tags":[],"upgrade_notice":{"1.4.1":"<ul>\n<li>&quot;Gallery Settings&quot; image size and link parameters now active; &quot;GSS Link&quot; custom metadata variable added to image attachments; resume\/pause button navigation.<\/li>\n<\/ul>","1.3.2":"<ul>\n<li>Added \u201cGSS Slideshow\u201d activation option for native WordPress gallery support and improved script enqueueing.<\/li>\n<\/ul>","1.3.1":"<p>Fixed header bug from version 1.3 uploaded to WordPress.<\/p>","1.3":"<p>Plugin now supports carousel pager (thumbnails) navigation and embed functionality (experimental).<\/p>","1.2":"<p>Plugin now supports &#039;options&#039; shortcode attribute for customizing slideshows; default display and functionality improved.<\/p>","1.1":"<p>Plugin now supports custom options via inclusions of optional &#039;gas-custom.js&#039; file.<\/p>"},"ratings":{"1":"3","2":0,"3":0,"4":0,"5":"14"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.1","1.2","1.3","1.3.1","1.3.2","1.4","1.4.1"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1722206","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1722206","resolution":"2","location":"assets"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1722206","resolution":"3","location":"assets"}},"screenshots":{"1":"The WordPress Media Manager in \"Edit Gallery\" mode; GSS related options are outlined in red. The \"Link To\" option applies to all images; \"Caption\" and \"GSS Link\" are specific to individual images.","2":"A screen capture of a basic GSS slideshow.","3":"An \"Edit Page\" admin screen showing the WP editor in text mode and a sample GSS shortcode."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[210,208],"plugin_category":[50],"plugin_contributors":[80687],"plugin_business_model":[],"class_list":["post-25528","plugin","type-plugin","status-closed","hentry","plugin_tags-gallery","plugin_tags-slideshow","plugin_category-media","plugin_contributors-jethin","plugin_committers-jethin"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/gallery-slideshow.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/gallery-slideshow\/assets\/screenshot-1.png?rev=1722206","caption":"The WordPress Media Manager in \"Edit Gallery\" mode; GSS related options are outlined in red. The \"Link To\" option applies to all images; \"Caption\" and \"GSS Link\" are specific to individual images."},{"src":"https:\/\/ps.w.org\/gallery-slideshow\/assets\/screenshot-2.png?rev=1722206","caption":"A screen capture of a basic GSS slideshow."},{"src":"https:\/\/ps.w.org\/gallery-slideshow\/assets\/screenshot-3.png?rev=1722206","caption":"An \"Edit Page\" admin screen showing the WP editor in text mode and a sample GSS shortcode."}],"raw_content":"<!--section=description-->\n<p>This plugin allows authors to turn a <a href=\"http:\/\/codex.wordpress.org\/User:Esmi\/The_WordPress_Gallery\">WordPress gallery<\/a> into a slideshow.<\/p>\n\n<p>To activate slideshow mode set the \"GSS Slideshow\" option to \"Yes\" when editing a gallery in the WordPress Media Manager. Alternatively you can manually add the \"gss\" attribute to a Wordpress gallery shortcode:<\/p>\n\n<pre><code>[gallery gss=\"1\" ids=\"1,2,3\"]\n<\/code><\/pre>\n\n<p><a href=\"http:\/\/s89693915.onlinehome.us\/wp\/?page_id=4\">See here<\/a> to view an example slideshow.<\/p>\n\n<p>The plugin supports six optional shortcode attributes:<\/p>\n\n<pre><code>[gallery gss=\"1\" ids=\"1,2,3\" size=\"full\" link=\"none\" options=\"timeout=4000\" name=\"myslideshow\" style=\"width:50%\" carousel=\"fx=carousel\"]\n<\/code><\/pre>\n\n<p><em>size<\/em>: The size of the slideshow images (included in \"Gallery Settings\").<\/p>\n\n<p><em>link<\/em>: The default link for slideshow images (included in \"Gallery Settings\"). Custom links can be set via the \"GSS Link\" metadata on individual images.<\/p>\n\n<p><em>options<\/em>: This attribute can be used to override default slideshow options or set custom options. Attribute value uses query string format, e.g.: 'option1=value1&amp;option2=value2' etc. Option names are in standard Cycle2 format <em>without 'data-cycle-' prefix<\/em>. <a href=\"http:\/\/jquery.malsup.com\/cycle2\/api\/#options\">See the Cycle2 website<\/a> for documentation and supported options.<\/p>\n\n<p><em>name<\/em>: Use this attribute to give slideshow(s) unique ids (applied to container <code>&lt;div&gt;<\/code>). Give each slideshow a unique name \/ id when displaying multiple slideshows on a single page.<\/p>\n\n<p><em>style<\/em>: Inline CSS styles applied to the slideshow container. Outputted string is prefaced with \"style=\" and must contain standard \"property:value;\" syntax.<\/p>\n\n<p><em>carousel<\/em>: Set 'fx=carousel' value in this attribute to include a carousel pager navigation (thumbnails) in a slideshow. See the <a href=\"http:\/\/jquery.malsup.com\/cycle2\/demo\/carousel.php\">Cycle2 Carousel<\/a> for documentation and supported options. Carousel options follow the same string format as the options attribute above.<\/p>\n\n<p><strong>Support<\/strong><\/p>\n\n<p>Plugin author is no longer able to respond to new threads in the \"Support\" forum. Plugin users are encouraged to provide support to others.<\/p>\n\n<p><strong>Notes<\/strong><\/p>\n\n<p>Slideshows perform best if images are sized to desired slideshow width \/ container.<\/p>\n\n<p>Slideshow captions are taken from each image's \"Caption\" field. Upload and use unique versions of any images that are reused elsewhere on your site with different captions.<\/p>\n\n<p>Slideshow widths should automatically adjust to the smaller of: 1) the width of the largest image in the slideshow or 2) the width of its container.<\/p>\n\n<p>Default Display: Height \/ width of slideshow image area is set by the first image; images appear at full size or are scaled down to fit container; smaller images are horizontally centered; images are bottom aligned to caption area; some white space may appear at the top of slideshows that contain both horizontally and vertically aligned images.<\/p>\n\n<p>Default CSS ids begin with \"gss_\", classes with \"cycle-\". Default slideshow id is \"gslideshow\". Default CSS styles were created using the Twenty Thirteen theme -- some CSS customization may be necessary for other themes.<\/p>\n\n<p>In addition to the options attribute mentioned above, slideshows can be customized by placing a \"gss-custom.js\" file inside the Gallery Slideshow plugin directory. An example \"gss-custom.js\"  can be found in the \/assets\/ directory.<\/p>\n\n<p>This plugin uses <a href=\"http:\/\/jquery.malsup.com\/cycle2\/\">jQuery Cycle2<\/a>. Cycle2 may conflict with previous versions of Cycle if used on the same page.<\/p>\n\n<p><strong>Embed Slideshow (Experimental; requires version 1.3+)<\/strong><\/p>\n\n<p>To embed a slideshow on another site:<\/p>\n\n<ol>\n<li><p>Move the 'embed.js' and 'embed.php' files out of the plugin's \/assets\/ directory and into the main \/gallery-slideshow\/ directory.<\/p><\/li>\n<li><p>While editing a post\/page with a slideshow, locate the slideshow's embed key in the \"Custom Fields\" meta box . (If the embed key isn't shown make sure the [gss ...] shortcode exists in the visual editor and update the page\/post.)<\/p><\/li>\n<li><p>Replace the all caps text below with 1) your site's URL\/domain name and 2) the embed key to produce the embed code:<\/p>\n\n\n\n<\/li>\n<\/ol>\n\n<p><em>'data-target' attribute (optional)<\/em>: Add this attribute to the embed code to target a specific div by id (use unique ids if multiple slideshows are embedded on a page):<\/p>\n\n<pre><code>&lt;script src=\"YOUR_SITES_DOMAIN\/wp-content\/plugins\/gallery-slideshow\/embed.js\" data-embed=\"GSS_EMBED_KEY\" data-target=\"UNIQUE_TARGET_NAME\" type=\"text\/javascript\"&gt;&lt;\/script&gt;&lt;div id=\"UNIQUE_TARGET_NAME\"&gt;&lt;\/div&gt;\n<\/code><\/pre>\n\n<!--section=installation-->\n<ol>\n<li>Download and unzip the plugin file.<\/li>\n<li>Upload the unzipped 'gallery-slideshow' directory to your '\/wp-content\/plugins\/' directory.<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress.<\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>1.4.1<\/h4>\n\n<ul>\n<li>Added resume\/pause button.<\/li>\n<\/ul>\n\n<h4>1.4<\/h4>\n\n<ul>\n<li>\"Gallery Settings\" image size and link parameters now active. \"GSS Link\" custom metadata variable added to image attachments. <\/li>\n<\/ul>\n\n<h4>1.3.2<\/h4>\n\n<ul>\n<li>Added \u201cGSS Slideshow\u201d activation option for native WordPress gallery support; improved script enqueueing; updated plugin documentation.<\/li>\n<\/ul>\n\n<h4>1.3.1<\/h4>\n\n<ul>\n<li>Fixed header bug from version 1.3 uploaded to WordPress.<\/li>\n<\/ul>\n\n<h4>1.3<\/h4>\n\n<ul>\n<li>Added carousel pager (thumbnails) and embed functionalities.<\/li>\n<\/ul>\n\n<h4>1.2<\/h4>\n\n<ul>\n<li>Added 'options' shortcode attribute for customized slideshows; default display changes (css); more robust Javascript functions including recentering of images after window load.<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>Loads 'gss-custom.js' -- which can be used to alter default slideshow options -- if it is present in the \/gallery-slideshow\/ plugin directory. Sample 'gss-custom.js' file included inside \/assets\/ directory.<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<\/ul>\n\n<!--section=faq-->\n<dl>\n<dt>Installation Instructions<\/dt>\n<dd><ol>\n<li>Download and unzip the plugin file.<\/li>\n<li>Upload the unzipped 'gallery-slideshow' directory to your '\/wp-content\/plugins\/' directory.<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress.<\/li>\n<\/ol><\/dd>\n\n<\/dl>","raw_excerpt":"Turn any WordPress gallery into a simple, robust, lightweight and fluid slideshow.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/25528","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=25528"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/jethin"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=25528"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=25528"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=25528"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=25528"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=25528"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=25528"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}