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

SliceShow

描述

SliceShow plugin for WordPress allows you to very quickly and easily create beautiful slide shows on your site. You can add titles and links that will overlay the images in your slideshow. You can create as many slideshows as you’d like and easily embed those into your posts and pages using the [sliceshow id="1"] shortcode or directly in your templates using the php function <?php if( function_exists( 'sliceshow_slideshow' ) ) { sliceshow_slideshow( 1 ); } ?>

Slideshows are responsive as well, so they will scale from desktop to tablet to mobile sizes, automatically. Alternately you can define a custom size for your slideshow using “fixed” pizel sizes, which is great for those times when you need a slideshow to always be a specific size.

Uploaded images are also automatically resized via php to optimize the loading times of your slideshow. No need to worry about your clients uploading 4000 pixel wide images and slowing down their site!

Note: this is the free version of SliceShow. If you’d like more features and access to support, please consider purchasing SliceShow Pro

Features

  • Responsive sizing – works great with responsive and standard themes
  • Create unlimited slideshows
  • Drag & drop reordering of slides
  • Automatic image resizing
  • Set the speed, transition, and size of each slideshow individually
  • Easily embed your slideshows with a shortcode & php template function
  • Looks great on mobile devices & tablets
  • Swipe to change slides on tablets and mobile devices
  • Solid core – built with a proper class style codebase for security and extensibility

You can learn more about SliceShow at Slice n Press

螢幕截圖

  • Slideshow overview page
  • SliceShow in action
  • SliceShow mobile size – images auto scale to fit
  • Add a new slideshow
  • Drag and drop reordering of slides
  • Settings panel – NOTE: Style Chooser is only available in the Pro version

安裝

To install the SliceShow plugin:

  1. Upload sliceshow to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place the SliceShow shortcode in your pages or posts like [sliceshow id="1"] replacing the id value with the id of your slideshow. To find the shortcode, just click on SliceShow – All Slideshows in the WordPress admin menu. The shortcode for each slideshow is listed on this page.
  4. Alternately you can embed the slideshow via your templates using the php function <?php if( function_exists( 'sliceshow_slideshow' ) ) { sliceshow_slideshow( 1 ); } ?>. Replace the “1” with the id value of your slideshow.

常見問題

How do I file a bug report or get support?

If you’re using the free version of SliceShow, you can post on the WordPress.org support forum, which we check periodically. Users of the Pro version of SliceShow have access to support at SliceShow Pro Support

How do I add a slideshow to my posts or pages?

Place the SliceShow shortcode in your pages or posts like [sliceshow id="1"] replacing the id value with the id of your slideshow. To find the shortcode, just click on SliceShow – All Slideshows in the WordPress admin menu. The shortcode for each slideshow is listed on this page.

How do I add a slideshow to my theme’s template?

You can embed the slideshow via your templates using the php function <?php if( function_exists( 'sliceshow_slideshow' ) ) { sliceshow_slideshow( 1 ); } ?>. Replace the “1” with the id value of your slideshow.

評價

There are no reviews for this plugin.

貢獻者及開發者

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

貢獻者

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

對開發相關資訊感興趣?

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

修改日誌

1.1

  • Added shortcode to sidebar of edit screen
  • Switched js code from flexslider to cycle2. NOTE: If you’ve applied custom css you may need to update your class names for the new cycle2 code.

1.0

  • Initial Release