Title: Slidy
Author: Gungor Budak
Published: <strong>2014年9月14日</strong>
Last modified: 2015年1月29日

---

プラグインを検索

![](https://ps.w.org/slidy/assets/banner-772x250.png?rev=989655)

このプラグインは **WordPress の最新3回のメジャーリリースに対してテストされていま
せん**。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress
で使用した場合は互換性の問題が発生する可能性があります。

![](https://s.w.org/plugins/geopattern-icon/slidy_58ac6f.svg)

# Slidy

 作者: [Gungor Budak](https://profiles.wordpress.org/gungorbudak/)

[ダウンロード](https://downloads.wordpress.org/plugin/slidy.zip)

 * [詳細](https://ja.wordpress.org/plugins/slidy/#description)
 * [レビュー](https://ja.wordpress.org/plugins/slidy/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/slidy/#installation)
 * [開発](https://ja.wordpress.org/plugins/slidy/#developers)

 [サポート](https://wordpress.org/support/plugin/slidy/)

## 説明

[Slidy](http://www.gungorbudak.com/slidy) is a reponsive jQuery slider that uses
[slick carousel by Ken Wheeler](http://kenwheeler.github.io/slick/) and it’s fully
integrated into WordPress, so it’s possible to add and administer slides via the
Dashboard. You just need to set the image that you want to see in Slidy as the featured
image in each post. Slides can be categorized and in this way you can have different
sliders on your website. With the functionalities slick carousel brings, it is possible
to create sliders in different ways, such as having multiple items unlike many sliders.
Also, with the wide range of settings, you can customize your slider in various 
ways such as inifinite looping, mouse dragging, swiping, arrow key navigation etc.
You can also add links to the individual slides via Add/Edit Slide interface. The
slides are posts at the same time so you can use them as contents but you may have
to edit your theme to view slide images. Note that this version doesn’t cover all
functionalities slick carousel provided but the present functionalities are very
sufficent for you to create awesome sliders. Check out [Slidy’s screenshots here](https://wordpress.org/plugins/slidy/screenshots/).

**How to use Slidy**

Find the example below for inserting it directly into the template

    ```
    $args = array(
        'category' => 'home-page',
        'autoplay' => 'true',
        'autoplaySpeed' => '500',
        'dots' => 'true',
        'slidesToShow' => '3',
        'slidesToScroll' => '1'
    );

    if( function_exists( 'slidy_create' ) ){ slidy_create( $args ); }
    ```

Find the example below for inserting it using shortcode

    ```
    [slidy category="" title="false" autoplay="true" autoplaySpeed="500" dots="true" slideToShow="3" slideToScroll="1"]
    ```

**Options you can set for the template insert / shortcode**

 * category (none) – category of the slides (must be slug)
 * number (5) – number of sliders to be shown
 * title (true) – title of the slides
 * autoplay (true) – autoplay of the slides
 * autoplaySpeed (3000) – speed of the autoplay
 * arrows (true) – navigation arrows
 * cssEase (“ease”) – CSS3 Animation Easing
 * dots (true) – navigation dots
 * draggable (true) – desktop mouse dragging
 * fade (false) – fade transition (only possible when slidesToShow is 1)
 * infinite (true) – infinite looping of the slides
 * pauseOnHover (true) – pause when hover the slides
 * pauseOnDotsHover (false) – pause when hover the navigation dots
 * slidesToShow (1) – number of slides to show in one time
 * slidesToScroll (1) – number of slides to scroll in one time
 * speed (300) – speed of the scrolling
 * swipe (true) – swiping
 * touchMove (true) – touch move
 * touchThreshold (5) – threshold of the touch move
 * useCSS (true) – CSS transitions

The plugin is written in English and has been translated into Turkish by [myself](https://ja.wordpress.org/www.gungorbudak.com/?output_format=md).
You’re welcomed if you want to translate it into your language. Use translations.
pot, rename it as slidy-LANGCODE.po (e.g. slidy-tr_TR) and open it in Poedit. Translate
and save. There should be a MO file created by Poedit. Send PO and MO files to me,
then I will add them in the next release.

## スクリーンショット

[⌊Home page look of Slidy with 3 slides in one time⌉⌊Home page look of Slidy with
3 slides in one time⌉[

Home page look of Slidy with 3 slides in one time

[⌊Post/page look of Slidy with 1 slide in one time without arrows and dots⌉⌊Post/
page look of Slidy with 1 slide in one time without arrows and dots⌉[

Post/page look of Slidy with 1 slide in one time without arrows and dots

[⌊Post/page look of Slidy with 2 slides in one time⌉⌊Post/page look of Slidy with
2 slides in one time⌉[

Post/page look of Slidy with 2 slides in one time

[⌊Add/Edit Slide interface slide link meta box⌉⌊Add/Edit Slide interface slide link
meta box⌉[

Add/Edit Slide interface slide link meta box

[⌊Add/Edit Slide interface slide image and category meta box⌉⌊Add/Edit Slide interface
slide image and category meta box⌉[

Add/Edit Slide interface slide image and category meta box

## インストール

 1. Decompress the package you downloaded and upload `/slidy/` to the `/wp-content/
    plugins/` directory.
 2. Activate the plugin through the Plugins menu in WordPress.
 3. And slide!

## FAQ

  Is this plugin bug free?

It is the first release so, any bug report would be appreciated.

  May I request a new feature?

Absolutely.

## 評価

このプラグインにはレビューがありません。

## 貢献者と開発者

Slidy はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

 *   [ Gungor Budak ](https://profiles.wordpress.org/gungorbudak/)

[“Slidy” をあなたの言語に翻訳しましょう。](https://translate.wordpress.org/projects/wp-plugins/slidy)

### 開発に興味がありますか ?

[コードを閲覧](https://plugins.trac.wordpress.org/browser/slidy/)するか、[SVN リポジトリ](https://plugins.svn.wordpress.org/slidy/)
をチェックするか、[開発ログ](https://plugins.trac.wordpress.org/log/slidy/)を [RSS](https://plugins.trac.wordpress.org/log/slidy/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 0.0.3

Promlem with cssEase option solved

#### 0.0.2

CSS3 Animation Easing option added

#### 0.0.1

First release

## メタ

 *  バージョン **0.0.3**
 *  最終更新日 **11年前**
 *  有効インストール数 **10+**
 *  WordPress バージョン ** 3.3またはそれ以降 **
 *  検証済み最新バージョン: **4.0.38**
 *  言語
 * [English (US)](https://wordpress.org/plugins/slidy/)
 * タグ
 * [jquery](https://ja.wordpress.org/plugins/tags/jquery/)[responsive](https://ja.wordpress.org/plugins/tags/responsive/)
   [slick](https://ja.wordpress.org/plugins/tags/slick/)[Slide](https://ja.wordpress.org/plugins/tags/slide/)
   [slider](https://ja.wordpress.org/plugins/tags/slider/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/slidy/advanced/)

## 評価

レビューはまだ送信されていません。

[Your review](https://wordpress.org/support/plugin/slidy/reviews/#new-post)

[すべてのレビューを見る](https://wordpress.org/support/plugin/slidy/reviews/)

## 貢献者

 *   [ Gungor Budak ](https://profiles.wordpress.org/gungorbudak/)

## サポート

意見や質問がありますか ?

 [サポートフォーラムを表示](https://wordpress.org/support/plugin/slidy/)

## 寄付

このプラグインが今後も改善できるよう応援しませんか ?

 [ このプラグインに寄付 ](http://www.gungorbudak.com)