這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Elastic Slide

外掛說明

!!!Further development on this project has stopped!!!

This is a wrapper plugin for the elastislide http://tympanus.net/codrops/2011/09/12/elastislide-responsive-carousel/ script (with some modifications)

Features

  • Any public post type can be used for the slider
  • Post thumbnails are used as slider images
  • Shortcode options for minimum visible items, show titles, items order
  • Assets are loaded ONLY if slider is present on the page

Original Script: http://tympanus.net/codrops/2011/09/12/elastislide-responsive-carousel/

螢幕擷圖

  • screenshot-1.png Slider at full width

  • screenshot-2.png Responsive Slider in handheld mode

安裝方式

  1. Download plugin and upload contents to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Insert the = [elastic_slide posts=”..ids of posts here with commas..”] = shortcode where you want the slider to appear.

常見問題集

Use of the support forum is recommended

Blog:
http://nikos-web-development.netai.net/

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Elastic Slide〉的開發相關工作。

參與者

將〈Elastic Slide〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

0.2.1

  • add new shortcode parameter ‘cats’, ids of categories of posts to display (can be used instead of ‘posts’ parameter)
  • add new shortcode parameter ‘tags’, ids of post tags of posts to display (can be used instead of ‘posts’ parameter)
  • add new shortcode parameter ‘order_by’, title or date, default=date
  • add new shortcode parameter ‘ordering’, (ASC or DESC), default=DESC

0.2

  • fix css issue with IE9

0.1

  • Initial release