[WordPress] 外掛分享: Slidy

WordPress 外掛 Slidy 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「Slidy」是 2014-09-13 上架。
  • 目前有 10 個安裝啟用數。
  • 上一次更新是 2015-01-29,距離現在已有 3748 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 3.3 以上版本才可以安裝。
  • 尚未有人給過這款外掛評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

gungorbudak |

外掛標籤

slick | Slide | jquery | slider | responsive |

內容簡介

Slidy 是一個使用Ken Wheeler 的 slick carousel而製作出的回應式 jQuery 輪播套件,完全整合到 WordPress 中,您可以透過儀表板添加和管理投影片。您只需要在每個文章中將您想要在 Slidy 中看到的圖像設置為特色圖像。投影片可以被歸類,以便您可以在您的網站上擁有不同的輪播套件。使用 slick carousel 帶來的功能,可以以不同的方式創建輪播套件,例如擁有多個項目,與廣泛的設置範圍,您可以以各種方式自定義您的輪播套件,例如無限迴圈、鼠標拖動、滑動、箭頭鍵導航等。您也可以通過添加/編輯投影片介面向各個投影片添加鏈接。投影片同時也是文章,所以您可以使用它們作為內容,但您可能需要編輯您的佈景主題以查看投影片圖像。請注意,此版本並未涵蓋 slick carousel 提供的所有功能,但現有功能已足以讓您創建出精美的輪播套件。在此了解Slidy 的截圖。

如何使用 Slidy

將以下範例直接插入模板

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

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

將以下範例使用短碼插入

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

可用於模板插入/短碼的選項

category (none) – 投影片的類別 (必須是 slug)
number (5) – 要顯示的輪播套件數量
title (true) – 投影片標題
autoplay (true) – 自動撥放投影片
autoplaySpeed (3000) – 自動撥放速度
arrows (true) – 導航箭頭
cssEase (“ease”) – CSS3 動畫緩和程度
dots (true) – 導航點
draggable (true) – 電腦滑鼠拖動
fade (false) – 淡出轉換 (只有在 slidesToShow 是 1 時才有可能)
infinite (true) – 投影片無限循環
pauseOnHover (true) – 懸停投影片時暫停播放
pauseOnDotsHover (false) – 懸停導航點時暫停播放
slidesToShow (1) – 一次要顯示的投影片數
slidesToScroll (1) – 一次要滾動的投影片數
speed (300) – 滾動速度
swipe (true) – 滑動手勢
touchMove (true) – 觸控移動
touchThreshold (5) – 觸控移動的閾值
useCSS (true) – CSS 轉換

此外,此外掛程式是用英文撰寫的,並由 Güngör Budak 翻譯成土耳其語。如果您想將其翻譯成您的語言,我們歡迎您這樣做。使用 translations.pot,將其重命名為 slidy-LANGCODE.po (例如:slidy-tr_TR) 並在 Poedit 中打開它。進行翻譯並保存。這應該會創建一個由 Poedit 創建的 MO 檔案。將 PO 和 MO 檔案發送給我,然後我們就可以將其添加到此外掛程式中。

原文外掛簡介

Slidy is a reponsive jQuery slider that uses slick carousel by Ken Wheeler 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.
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. 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.

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Slidy」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


0.0.1 | 0.0.2 |

延伸相關外掛(你可能也想知道)

  • Enable jQuery Migrate Helper 》隨著 WordPress 5.5 的更新,一個名為 jquery-migrate 的遷移工具不再默認啟用。這可能會導致一些主題或外掛在運行舊代碼時缺少功能或出現意外行為。, 此外掛...。
  • WP Featherlight – A Simple jQuery Lightbox 》WP Featherlight 是一個 WordPress 外掛,可為您的WordPress 網站添加一個極簡、高效、響應式 jQuery 燈箱。在其核心,WP Featherlight是一個用於 Featherlig...。
  • jQuery Updater 》此外掛更新jQuery至最新的官方穩定版本,該版本通常不會在WordPress最新的穩定版本中提供。, jQuery Migrate也包含在內,以實現向下相容性。, 不會替換任何檔...。
  • Animate It! 》在你的內容中添加炫酷的CSS3動畫效果。, 演示 | 文件 | Class Generator, , 一些主要功能包括:, , 允許用戶在文章、小工具和頁面中應用CSS3動畫。, 50多種進...。
  • Scroll To Top 》這個外掛可以自動啟用一個客製化且靈活的「回到頂部」按鈕到您的 WordPress 網站,讓您的訪客只需點擊一下,即可將網頁滾動回頂端!, 功能包括:, , 無需設置...。
  • jQuery Colorbox 》查看最新的 WordPress 外掛優惠。, 一个用于 WordPress 的 Colorbox/Lightbox 外掛。, jQuery Colorbox 提供了 11 个不同的主题可供选择。请查看我的网站。, ...。
  • WordPress Countdown Widget 》這是一個 WordPress 倒數計時外掛,可輕鬆地將倒數/計時器添加到博客文章和側邊欄中。支援易於翻譯、自訂顏色和多個實例。只需拖曳即可,無需編程!, , 你可以...。
  • Use Google Libraries 》e's content distribution network (CDN) URLs for the supported libraries., This hook is used to replace the default WordPress registered script sour...。
  • Scroll Back To Top 》Scroll Back to Top 是一個 WordPress 外掛,它會在使用者向下滾動頁面時出現一個按鈕,允許使用者回到頁面頂部。外掛已經預先設定好,啟用後即可使用。該外...。
  • Meteor Slides 》Meteor Slides 讓您輕鬆製作幻燈片並使用 shortcode、小工具或模板標籤發佈它們。 幻燈片支援響應式和流體佈景主題,可適應任何設備並支援觸控。 使用超過20...。
  • jQuery Manager for WordPress 》管理 WordPress 網站上的 jQuery 和 jQuery Migrate,啟用特定版本的 jQuery 和/或 jQuery Migrate。這是 WordPress 上的終極 jQuery 調試工具。, , 總結:更...。
  • Dynamic "To Top" Plugin 》這個 WordPress 外掛可新增一個自動的動態「回到頂部」按鈕,方便使用者輕易捲回長頁面的頂部。, 外掛有一個直覺式控制面板,可以針對每個網站的需求進行風格...。
  • Version Control for jQuery 》jQuery 版本控制是控制網站上使用 jQuery 版本最簡單的方法之一。您可以選擇運行穩定的 WordPress 網站, 或是要在您的網站上驗證與各種 jQuery 版本的相容性...。
  • Pojo Lightbox 》請注意:此外掛僅供Pojo Framework使用者使用。, 一個簡單的外掛,方便地將PhotoSwipe lightbox和prettyPhoto lightbox功能添加到您的WordPress貼文和頁面。,...。
  • jQuery Lightbox For Native Galleries 》已停用通知: 為了推薦 Jetpack 外掛 中輪播模組的使用,此外掛已停止開發。我建議您改用該外掛 - 功能更全面。, 此外掛可以讓 WordPress 相片集使用一個名為C...。

文章
Filter
Apply Filters
Mastodon