
內容簡介
這個外掛只是 WordPress 和 Slides JS 外掛 (http://www.slidesjs.com/) 的整合。它有一個非常簡單的標記。你可以使用簡單的短碼 [sample_slider] [/sample_slider] 將其嵌入到您的文章/頁面中。
還有更多功能正在開發中。期待您的建設性反饋。謝謝。
現在它還不是很可定制。請查看“屏幕截圖”,了解它的外觀。熟悉 CSS 的人可以隨意編輯外觀。我們正在努力讓它盡可能易於使用。
目前可用:
您可以創建像屏幕截圖中展示的帶有導航和彈珠的幻燈片。
幻燈片不會自動啟動。
高度不可定制。
它會適應父元素的寬度,因此取決於您使用它的位置,其寬度可以是全寬。
任意數量的圖像均可添加到幻燈片中。
您還可以在主題文件中使用它-您只需要使用以下代碼:
<?php
$imgs='<img src=”some_url’><img src=”some_other_url”>’;
echo do_shortcode(‘[sample_slider]’.$imgs.'[/sample_slider]’); ?>
測試:
Google Chrome(目前都很順利)
WordPress 3.5和3.6(目前都很順利)
WordPress 3.4(測試中)
我不擁有 Slide JS,只有這個整合是我的。但是,SlidesJS是根據Apache許可進行授權。版權所有©2013Nathan Searles。保留所有權利。
外掛標籤
開發者團隊
原文外掛簡介
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:
’;
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.
