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

Sample Slider

描述

This plugin is just a wordpress integration for Slides JS plugin (http://www.slidesjs.com/). It has a very simple markup. You can embed it in your post/page using simple shortcodes [sample_slider][/sample_slider]

There are more features yet to come. Looking forward to your contructive feedback. Thank you.

Rightnow its not that customizable. See ‘screenshots’ for an idea about how it will look. Someone fairly familiar with CSS can edit the looks as they please. We are working to make it as easy to use as possible.

For now:

  • You can create a slider, with navigation and bullets as shown in screenshots
  • Slider Does not Start Automatically
  • Height is not customizable
  • It adapts to the width of the parent element, thus full width depending on where you use it
  • Any number of images can be added to slidshow
  • You can use it in Themes files as well – you just have to use the code below:
    <?php
    $imgs='<img src=”some_url’><img src=”some_other_url”>’;
    echo do_shortcode(‘[sample_slider]’.$imgs.'[/sample_slider]’);
    ?>

TESTING:

  • Google Chrome (So far so good)
  • WordPress 3.5 and 3.6 (So far so good)
  • WordPress 3.4 (Testing in progress)

Well i dont own the Slide JS, only this integration is mine to say. Well, just so you know,
SlidesJS is licensed under the Apache license. Copyright 2013 Nathan Searles. All rights reserved.

螢幕截圖

  • The final result
  • How the code will look in the text editor of your newly created page/post. Note: The colours are used only to make the lines of code distinct.

安裝

If you are installing it using your wordpress installation:

  1. Go to Plugins > Add New > Search “Sample Slider”
  2. Install Now
  3. Activate
  4. Go to Settings > Sample
  5. read the Instructions.

If you are downloading it in Zip (compressed) format then

  1. You can upload it to your wordpress installation
  2. or

  3. Directly go to your_wordpress_installtion_directory/wp-content/plugins/ and extract it there. In the end you should get something like this : you_wp_installation/wp-content/plugins/sample-slider

After Installing it, Check Settings > Sample (in your Admin Dashboard) for plugin implementation instruction. Its pretty simple and basic. Still, if you get stuck, feel free to leave a message at the support forum. I’ll be happy to help.

常見問題

None Yet

評價

There are no reviews for this plugin.

貢獻者及開發者

“Sample Slider” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Sample Slider 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

0.1

  • Fixed some style bugs in pagination.