'.__( 'Here are the shortcodes to use for your current Slidesets:' ).'
[slides slideset='.$sldset->slug.']'.__( 'You currently have no Slidesets. You can create one by clicking on Slidesets in the Slides menu (or here) or by adding a Slide to a Slideset when editing it.' ).'
'; return ob_get_clean(); } } $screen = get_current_screen(); $screen->add_help_tab( array( 'id' => 'aFSHelpTab', 'title' => __('Slideshows'), 'content' => ''.__( 'You can display all* of your Slides by adding [slides] to any Page, Post or anywhere else your theme and plugins let you add a shortcode. To display a specific Slideset, use [slides slideset=my-slideset] (replacing "my-slideset" with your Slideset\'s slug*).' ).'
' .aFSHTShortcodes().''.__( 'There are more parameters (settings) you can add to your shortcode to change it\'s end result (e.g. [slides slideset=my-slideset prevnext=false] will remove the slideshow\'s "Previous" and "Next" buttons). No parameters are required unless customization is necessary. Here is a list of all parameters (in the convention: parameter "default value" — Description; optional values):' ).'
slideset "" — Selects a specific Slideset; slideset-slug or all (shows all slides)auto false — Automate Slide transitioning; true or falsespeed 7000 (7 seconds) — Duration each Slide is displayed; number of milliseconds (no commas)prevnext true — Adds "Previous" and "Next" buttons; true or falsepause false — Adds Pause button; true or falsetabs false — Adds tabs/pager; true, false, thumbnails, labels, all or fulltabsfirst false — Outputs tabs before the slideshow; true or falsestoppable true — Stops automated transition upon user interaction; true or falsepauseonhover true — Pause on hover/mouseover; true or falsefullscreen false — Adds Fullscreen button (note limited browser support); true or falseswipe true (horizontal) — Adds touchscreen swipe capability;
class "" — Adds CSS class(es) to the slideset, "any css-classes"tabsclass "" — Adds CSS class(es) to the tabs. Note: doesn\'t work if "tabs" is "true" unless "tabsfirst" is also "true". Works with all other options ("labels", "thumbnails", etc.)color (inherited) — Sets the color of the controls (may affect text in Slides as well). Examples: #fff, rgb(255,135,125), orangesize (inherited) — Sets the size of the controls (may affect text in Slides as well). Examples: 22px, 1.6em, 110%order asc — The order in which Slides are displayed; asc (ascending), desc (descending) orderby priority — What the display order is based upon; date (date of Slide), priority (if set in Slide options), name (Slide name), ID (Slide ID), rand (random order)meta_key "" — For advanced users to specify a meta_key (experimental—may eventually be removed)'.__( '*WARNING: Depending on the number of Slides this website has, adding all of them to a single slideshow can drastically slow down the website\'s load time when outputting the slideshow.' ).'
'.__( '*Slugs: You can obtain the slug of any of your slidesets by visiting the Slidesets page. To learn more about slugs in general, go here.' ).'
'.__( ' = Opens in a new tab/window.' ).'
'.__( ' = Links to an external website.' ).'
' )); }