Title: sexyCycle for WordPress
Author: Linus Lundahl
Published: <strong>2010 年 5 月 15 日</strong>
Last modified: 2011 年 1 月 19 日

---

搜索插件

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

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

# sexyCycle for WordPress

 作者：[Linus Lundahl](https://profiles.wordpress.org/linuslundahl/)

[下载](https://downloads.wordpress.org/plugin/sexycycle-for-wordpress.0.4.4.zip)

 * [详情](https://cn.wordpress.org/plugins/sexycycle-for-wordpress/#description)
 * [评价](https://cn.wordpress.org/plugins/sexycycle-for-wordpress/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/sexycycle-for-wordpress/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/sexycycle-for-wordpress/#developers)

 [支持](https://wordpress.org/support/plugin/sexycycle-for-wordpress/)

## 描述

sexyCycle is a lightweight yet very sleek jQuery plugin for making sliding image
galleries. And to quote it’s creator: “One of the good things about sexyCycle is
that you’re not forced to stick with a fixed width of all images. It’s actually 
quite nice to use different width on each image.” Actually, it’s now also possible
to use different height thanks to Nick O’Neill.

This WordPress plugin makes it possible to add this image sliding functionality 
to galleries in WP, you can simply just override the `[gallery]` shortcode generated
by WP or you can use it’s own `[sexy-gallery]` shortcode. Galleries are handled 
the same way as usual by the ‘Add an Image -> Gallery function’.

It’s now possible to use per gallery settings, see the [Installation page](https://wordpress.org/extend/plugins/sexycycle-for-wordpress/installation/)
for documentation.

An examples of sexyCycle in action can be seen at [sexyCycle for WordPress](http://unwise.se/sexycycle-for-wordpress),
more examples can be found at [sexyCycle image jQuery plugin](http://www.suprb.com/apps/sexyCycle/).(
These examples are not implemented in WordPress, but they show the functionality)

sexyCycle for WordPress created and maintained by [Linus Lundahl](http://unwise.se/).

sexyCycle jQuery plugin created by [Andreas Pihlström](http://suprb.com/). Contributions
by [Nick O’Neill](http://thewebpreneur.com/).

## 屏幕截图

[⌊The settings page.⌉⌊The settings page.⌉[

The settings page.

## 安装

 1. Upload `sexycycle-for-wordpress` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Go to ‘Settings -> sexyCycle’ to setup the plugin.
 4. Upload images on a page / post and insert your gallery, alternatively insert `[
    sexy-gallery]` manually in html mode.

#### Different settings for galleries

Using variables in the shortcode enables you to setup galleries differently from
post to post.

#### Example:

    ```
    [sexy-gallery size="small" animation="easeInExpo"]  
    ```

This setting would use small images and the animation easeInExpo instead of the 
defaults.

#### Settings available:

 * **Animation:** `animation=` “easeInQuad”, “easeOutQuad”, “easeInOutQuad”, “easeInCubic”,“
   easeOutCubic”, “easeInOutCubic”, “easeInQuart”, “easeOutQuart”, “easeInOutQuart”,“
   easeInQuint”, “easeOutQuint”, “easeInOutQuint”, “easeInSine”, “easeOutSine”, “
   easeInOutSine”, “easeInExpo”, “easeOutExpo”, “easeInOutExpo”, “easeInCirc”, “
   easeOutCirc”, “easeInOutCirc”, “easeInElastic”, “easeOutElastic”, “easeInOutElastic”,“
   easeInBack”, “easeOutBack”, “easeInOutBack”, “easeInBounce”, “easeOutBounce”,“
   easeInOutBounce”
 * **Animation speed:** `speed=` “int” (milliseconds)
 * **Auto cycle speed:** `interval=` “int” (milliseconds)
 * **Use controls:** `controls=` “0”, “before”, “under”, “beforeafter”
 * **Image click:** `imgclick=` “0”, “image”, “nothing” (0 = swap to next image)
 * **Previous text:** `prev=` “string”
 * **Next text:** `next=` “string”
 * **Use stop:** `controls_stop=` “boolean” (0/1)
 * **Stop text:** `stop=` “string”
 * **Use caption:** `caption=` “0”, “caption”, “desc”
 * **Show counter:** `counter=` “boolean” (0/1)
 * **Disable cycle at end:** `cycle=` “boolean” (0/1)

Defaults that are also available: exclude, orderby, size

## 常见问题

**Does sexyCycle support video?**
 No, there is no video support.

  Known Issues

 * Captions disappear and reappear when cycling restarts.

## 评价

此插件暂无评价。

## 贡献者及开发者

「sexyCycle for WordPress」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ Linus Lundahl ](https://profiles.wordpress.org/linuslundahl/)

[帮助将「sexyCycle for WordPress」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/sexycycle-for-wordpress)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/sexycycle-for-wordpress/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/sexycycle-for-wordpress/)，或通过
[RSS](https://plugins.trac.wordpress.org/log/sexycycle-for-wordpress/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/sexycycle-for-wordpress/)。

## 更新日志

#### 0.4.4

Minor bugfixes.

#### 0.4.3

Minor bugfixes.

#### 0.4.2

Added possibility to use full image in gallery.
 Added possibility to exclude images
in shortcode.

#### 0.4.1

Minor bugfixes.

#### 0.4

Gallery now supports images with both different height and width.
 Added image counter.
Added possibility to show the controls before the gallery.

#### 0.3.4

Added possibility to choose image click behavior, defaults to “Swap to next image”.
Other options are “Link to original image” and “Do nothing”.

#### 0.3.3

Fix bug that only made per gallery settings available for the [gallery] shortcode,
and not the [sexy-gallery] shortcode.

#### 0.3.2

Added per gallery settings.
 Added possibility to add a stop button to auto cycling
galleries.

#### 0.3.1

Fix bug that broke the gallery in IE.

#### 0.3

First version released to the public.

## 额外信息

 *  版本 **0.4.4**
 *  最后更新：**15 年前**
 *  活跃安装数量 **10+**
 *  WordPress 版本 ** 2.9 或更高版本 **
 *  已测试的最高版本为 **3.0.5**
 *  语言
 * [English (US)](https://wordpress.org/plugins/sexycycle-for-wordpress/)
 * 标签
 * [gallery](https://cn.wordpress.org/plugins/tags/gallery/)[image](https://cn.wordpress.org/plugins/tags/image/)
   [jquery](https://cn.wordpress.org/plugins/tags/jquery/)[simple](https://cn.wordpress.org/plugins/tags/simple/)
   [slideshow](https://cn.wordpress.org/plugins/tags/slideshow/)
 *  [高级视图](https://cn.wordpress.org/plugins/sexycycle-for-wordpress/advanced/)

## 评级

尚未提交反馈。

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

[查看全部评论](https://wordpress.org/support/plugin/sexycycle-for-wordpress/reviews/)

## 贡献者

 *   [ Linus Lundahl ](https://profiles.wordpress.org/linuslundahl/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/sexycycle-for-wordpress/)

## 捐助

您愿意支持这个插件的发展吗?

 [ 捐助此插件 ](https://flattr.com/thing/71640/sexyCycle-for-WordPress)