>
Download This Plugin | |
Download Elegant Themes | |
Name | xili floom slideshow |
Version | 1.3 |
Author | MS dev.xiligroup team |
Rating | 20 |
Last updated | 2014-04-18 08:32:00 |
Downloads |
22868
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
xili floom slideshow plugin added 176 kB of resources to the Home page and 176 kB of resources to the sample Post page.
xili floom slideshow plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! xili floom slideshow plugin ads no tables to your Wordpress blog database.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.