Linux 软件免费装

Plugin Name

开发者 mariusz-webdeveloper
更新时间 2014年2月19日 19:07
PHP版本: 3.3 及以上
WordPress版本: 3.8
版权: GPLv2
版权网址: 版权信息

标签

slider scroller content scroller interactive slider

下载

1.0.0 1.0.1 1.0.2

详情介绍:

Interactive Slider is an easy way to generate image slider based on the Wordpress posts. Sliders generated that way will features posts excerpt's scroller, which will serve as a navigation panel for slides. Slider inclusion on a website is done by the Wordpress shortcode functionality. You can place it inside a post or page content or add it directly to a choosen file template. To include it inside a particular file template, just add the following code somewhere inside the source code: <?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: NOTE: the plugin does not have admin panel pages. All of its functionality is modified through the shortcode options mentioned above.

安装:

  1. Upload interactive-slider folder to the /wp-content/plugins/ directory,
  2. Activate the plugin through the 'Plugins' menu in WordPress,
  3. Place <?php echo do_shortcode('[interactive_slider option1="value1" option2="value2" etc. ]'); ?> in your templates or
  4. Place [interactive_slider option1="value1" option2="value2" etc. ] in your post/page content

屏幕截图:

  • Slider with featured posts in a website header

常见问题:

Why there is an empty image instead of a post related image?

Slides 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.

Why slider is loading so long?

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 )

How can I change default empty image for posts without its own featured image?

Replace the interactive-slider/images/intractive-slider-empty.jpg image with your own image. Deactivate and activate plugin for changes to take effect.

更新日志:

1.0.2 1.0.1