开发者 | mariusz-webdeveloper |
---|---|
更新时间 | 2014年2月19日 19:07 |
PHP版本: | 3.3 及以上 |
WordPress版本: | 3.8 |
版权: | GPLv2 |
版权网址: | 版权信息 |
<?php echo do_shortcode('[interactive_slider width="1040" height="250" scroller_width="257"]'); ?>
"width", "height" and "scroller_width" are ones of the options you can set to configure the resulted slider instance.
Here is a full list of possible options:
interactive-slider
folder to the /wp-content/plugins/
directory,<?php echo do_shortcode('[interactive_slider option1="value1" option2="value2" etc. ]'); ?>
in your templates orSlides are made by scalling down orginal images ( setted up as a featured images for posts ). If a post does not have featured image setted up, then the default one ( empty image ) will be used.
Slides are made by scalling down orginal images ( setted up as a featured images for posts ). First load of the slider on a website as well any later load ( after options was changed, e.g. after width or height was changed ) will require the plugin to generate scalled version of the orginal images and this may take a while. However after the scalled version is generated, the slider should load quite fast ( as all the images should fit the slider dimensions )
Replace the interactive-slider/images/intractive-slider-empty.jpg image with your own image. Deactivate and activate plugin for changes to take effect.