xili-floom-slideshow integrates the floom slideshow in WordPress theme or child theme.
xili-floom-slideshow integrates the Floom slideshow in wordpress theme.
Floom slideshow designed by Oskar Krawczyk under MIT license is wonderful and amazing. For integration inside wordpress, it can be awesome ! xili-floom-slideshow tries to install it automatically but also allows personalizations.
xili-floom-slideshow inserts the javascript and css file inside the header of the theme. The images attached (but not inserted) to a post (or a page) are listed for the slideshow. And after adding a [xilifloom] shortcode inside the content of the post, the slideshow of the images of the gallery are automatically displayed.
With the dashboard Settings page, it is possible to change some properties of the slideshow without changing the original javascript: by example, number of vertical 'venitian' blinds, speed, progress bar, visible captions, and more.
Some properties can be attached to one post by using custom fields and to one shortcode by using params.
add_image_size( 'my-size-example', 600, 210 ); function. Use 'floom_image_size' in custom post field or 'image_size' param in Shortcode.[xilifloom image_size="my-size-example"]. Be aware that current css is adapted !wp_head() (as before) AND wp_foot() template tags in header and footer as in default theme like twentyten or twentyeleven or the most current well designed.xili_floom_get_values has now 2 params : developers must read source.post_name or guid or…) to sub-select with floom_subname postmeta$xilifloom_name_selector must change to function set_xilifloom_name_selector() - see code at end of sourcefloom_subname is used in custom fields of some posts, to retrieve the images series, the wildcard must be wrapped with one or two chars '%' as in LIKE of sql query.xili_floom_get_values and xili_floom_get_images insertable in functions inside functions.php of the current theme. Very useful to personalize header according place inside the site architecture. example xilifloom_theme_header() inside functions.php - see source.
Requires: 3.0 or higher
Compatible up to: 3.5.1
Last Updated: 2013-5-25
Downloads: 20,309
Got something to say? Need help?