Daryl Koopersmith. Powered by jmpress.js Version: 0.2 Author: Automattic Author URI: http://automattic.com/wordpress-plugins/ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ /** * Known issues: * * - IE 7/8 are not supported by jmpress and presentations will not work * - IE 9 will not animate transitions at all, though it's possible to at least * switch between slides. * - Infinite Scroll themes will not load presentations properly unless the post * happens to be on the first loaded page. The permalink page will function * properly, however. * - Exiting fullscreen mode will not properly reset the scroll locations in Safari */ /* HOW TO: How the plugin settings are organized and which features are supported. The entire presentation should be wrapped with a [presentation] shortcode, and every individual slide should be wrapped with a [slide] shortcode. Any settings supported by [slide] can be set into [presentation], which will apply that setting for the entire presentation unless overridden by individual slides. - [presentation] only settings: - duration: transition durations, default is one second. - height: content height, default is 400px - width: content width, default is 550px - autoplay: delay between transitions in seconds, default 3s when set the presentation will automatically transition between slides as long as the presentation remains in focus - [slide] settings: - transition: specifies where the next slide will be placed relative to the last one before it. Supported values are "up", "down" "left", "right", or "none". Default value is "down". - scale: scales the content relative to other slides, default value is one - rotate: rotates the content by the specified degrees, default is zero - fade: slides will fade in and out during transition. Values of "on" or "true" will enable fading, while values of "no" or "false" will disable it. Default value is "on" - bgcolor: specifies a background color for the slides. Any CSS valid value is permitted. Default color is transparent. - bgimg: specifies an image url which will fill the background. Image is set to fill the background 100% width and height - fadebullets: any html
"; $out .= __( 'This slideshow could not be started. Try refreshing the page or viewing it in another browser.', 'jetpack' ) . '
'; // Bail out unless the scripts were added if ( $this->scripts_and_style_included ) { $out .= sprintf( '