前言介紹
- 這款 WordPress 外掛「JJ NextGen JQuery Carousel」是 2011-01-23 上架。
- 目前有 500 個安裝啟用數。
- 上一次更新是 2011-03-09,距離現在已有 5170 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 2.8 以上版本才可以安裝。
- 有 2 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
jjcoder |
外掛標籤
image | photo | gallery | picture | widgets |
內容簡介
『JJ NextGen JQuery Carousel』外掛允許您創建一個JQuery輪播(http://sorgalla.com/projects/jcarousel/),可以當作小工具或使用shortcode方式。
此外掛使用『NextGen Gallery』外掛來顯示圖片。
先決條件:
NextGen Gallery 外掛(https://wordpress.org/extend/plugins/nextgen-gallery/)
NextGen Gallery 整合:
此外掛使用上傳圖片的原始寬度和高度,請確保上傳正確大小的圖片。
如果在配置中定義寬度和高度,所有圖片都會調整為這些維度(強烈建議)。
Alt & Title 文字欄位:在此提供完整的URL,圖像將鏈接到此處。僅當alt欄位以以下任一開頭時才有效; /,http或ftp。
說明文字欄位:將用作圖像alt文字。如果有alt文字但不是有效的url,則替代文字將用於圖像alt文字。
可以指定以下參數:
注意:sc代表shortcode:
標題:標題。空白為無標題。 (sc:title=”My Carousel”)
相簿:保留空白以使用所有相簿或選擇要使用的相簿。 (sc:gallery=”galleryid”)
排序:檢索項目的順序。你可以選擇;隨機,最新,最舊或NextGen Sortorder。當頁面緩存時,隨機仍然有效。 (sc:order=”random”|”asc”|”desc”|”sortorder”)
洗牌:如果order是隨機且為true,則會使用javascript隨機排列圖片。如果正在緩存頁面,這很有用。 (sc:shuffle=”true”|”false”)
最大圖片:要使用的最大圖片數。 (sc:max_pictures=”6″)
HTML id: HTML id。 預設為’jcarousel’。 多個實例在同一頁面上需要不同。 (sc:html_id=”jcarousel”)
皮膚類:使用的外觀類。 預設使用tango皮膚。 (sc:skin_class=”jcarousel-skin-tango”)
圖片寬度:圖片寬度。 預設為75。 (sc:width=”200″)
圖片高度:圖片高度。 預設為75。 (sc:height=”150″)
圖片間距:圖片間的間距。 (sc:gap=”5″)
JCarousel 設置:
有關更多詳細信息,請檢查JCarousel首頁(http://sorgalla.com/projects/jcarousel/#Configuration)。
vertical:指定輪播在水平還是垂直方向上顯示。將輪播從左/右樣式更改為上/下樣式輪播。 (sc:vertical=”setting”)
rtl:指定輪播是否以RTL(從右到左)模式出現。 (sc:rtl=”setting”)
start:起始項目的索引。(sc:start=”setting”)
offset:在初始化時可用的第一個項目的索引。(sc:offset=”setting”)
size:如果未明確傳遞大小,現有元素的大小將使用總項目數。 (sc:size=”setting”)
scroll:滑動的項目數。(sc:scroll=”setting”)
visible:如果傳遞,將根據剪輯的寬度/高度計算並設置項目的寬度/高度,以便正好顯示該數量的項目。(sc:visible=”setting”)
animation:捲動動畫的速度,以jQuery術語的字符串(“slow”或“fast”)或毫秒數作為整數(參見jQuery文檔)。如果設置為0,則關閉動畫。 (sc:animation=”setting”)
easing:捲動動畫的速度。以jQuery術語的字符串(“slow”或“fast”)或以毫秒表示的整數(請參閱jQuery文檔)。如果設置為0,則關閉動畫。 (帶上這裡')
原文外掛簡介
The ‘JJ NextGen JQuery Carousel’ allows you to create a ‘JCarousel’ (http://sorgalla.com/projects/jcarousel/) as a widget or as a shortcode.
This plugin uses the ‘NextGen Gallery’ plugin for its images.
Requirements:
NextGen Gallery Plugin (https://wordpress.org/extend/plugins/nextgen-gallery/)
NextGen Gallery Integration:
This plugin uses the original width and height of the image uploaded so make sure the images are the correct dimensions when uploaded.
If a width and height are defined under the configuration all images will be resized to those dimensions (Highly recommended).
Alt & Title Text Field: Provide a full url here and the image will link to this. Only works if alt field starts with either of these; /, http, or ftp.
Description Field: Will be used as image alt text. If alt text is present but not a valid url alt text will be used instead for image alt text.
You can specify the following parameters:
NOTE: sc means shortcode:
Title: Title. Leave blank for no title. (sc: title=”My Carousel”)
Gallery: Leave blank to use all galleries or choose a gallery to use. (sc: gallery=”galleryid”)
Order: Order to display results in. You can choose; Random, Latest First, Oldest First, or NextGen Sortorder. Random will still work when a page is cached. (sc: order=”random”|”asc”|”desc”|”sortorder”)
Shuffle: If order is random and this is true will shuffle images with javascript. Useful if your are caching your pages. (sc: shuffle=”true”|”false”)
Max pictures: The maximum amount of pictures to use. (sc: max_pictures=”6″)
HTML id: HTML id to use. Defaults to ‘jcarousel’. Needs to be different for multiple instances on same page. (sc: html_id=”jcarousel”)
Skin class: Class of skinning to use. Defaults to use the tango skin. (sc: skin_class=”jcarousel-skin-tango”)
Image width: Width of image. Defaults to 75. (sc: width=”200″)
Image height: Height of image. Defaults to 75. (sc: height=”150″)
Image gap: Gap between images. (sc: gap=”5″)
JCarousel settings:
Please check the JCarousel home page for more details (http://sorgalla.com/projects/jcarousel/#Configuration).
vertical: Specifies wether the carousel appears in horizontal or vertical orientation. Changes the carousel from a left/right style to a up/down style carousel. (sc: vertical=”setting”)
rtl: Specifies whether the carousel appears in RTL (Right-To-Left) mode. (sc: rtl=”setting”)
start: The index of the item to start with. (sc: start=”setting”)
offset: The index of the first available item at initialisation. (sc: offset=”setting”)
size: Size of existing elements if size is not passed explicitly uses the number of total items. (sc: size=”setting”)
scroll: The number of items to scroll by. (sc: scroll=”setting”)
visible: If passed, the width/height of the items will be calculated and set depending on the width/height of the clipping, so that exactly that number of items will be visible. (sc: visible=”setting”)
animation: The speed of the scroll animation as string in jQuery terms (“slow” or “fast”) or milliseconds as integer (See jQuery Documentation). If set to 0, animation is turned off. (sc: animation=”setting”)
easing: The name of the easing effect that you want to use (See jQuery Documentation). (sc: easing=”setting”)
auto: Specifies how many seconds to periodically autoscroll the content. If set to 0 (default) then autoscrolling is turned off. (sc: auto=”setting”)
wrap: Specifies whether to wrap at the first/last item (or both) and jump back to the start/end. Options are “first”, “last”, “both” or “circular” as string. If set to null, wrapping is turned off (default). (sc: wrap=”setting”)
Shortcode Examples:
[jj-ngg-jquery-carousel html_id=”about-jcarousel” gallery=”1″]
[jj-ngg-jquery-carousel title=”Hello” html_id=”about-jcarousel” gallery=”1″ vertical=”true”]
[jj-ngg-jquery-carousel html_id=”about-jcarousel” gallery=”2″ width=”150″ height=”100″ visible=”2″ scroll=”1″ auto=”3″]
Try out my other plugins:
JJ NextGen JQuery Slider (https://wordpress.org/extend/plugins/jj-nextgen-jquery-slider/)
JJ NextGen JQuery Cycle (https://wordpress.org/extend/plugins/jj-nextgen-jquery-cycle/)
JJ NextGen Unload (https://wordpress.org/extend/plugins/jj-nextgen-unload/)
JJ NextGen Image List (https://wordpress.org/extend/plugins/jj-nextgen-image-list/)
JJ SwfObject (https://wordpress.org/extend/plugins/jj-swfobject/)
Contributors
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「JJ NextGen JQuery Carousel」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.0.0 | 1.0.2 | 1.0.3 | 1.0.4 | 1.0.5 | 1.0.6 | 1.0.7 | 1.0.8 | 1.0.9 | 1.1.0 | 1.1.1 | 1.1.2 | 1.1.3 | 1.1.4 | 1.1.5 | 1.1.6 | 1.1.7 | 1.1.8 | trunk |
延伸相關外掛(你可能也想知道)
ImageMagick Engine 》透過讓 WordPress 使用 ImageMagick 而非標準的 GD 圖像庫,大幅提升重新調整大小的圖像品質。, 功能, , 在重新調整大小的圖像中保留嵌入式色彩設定檔, 自動...。
Image Watermark 》Image Watermark 外掛能讓您自動給 WordPress 媒體庫上傳的圖片打上浮水印,也可大量添加浮水印到之前上傳的圖片之中。, 欲進一步瞭解,請前往dFactory的外掛...。
Easy Watermark 》Easy Watermark 可以在圖片上傳到 WordPress 媒體庫時自動加上浮水印。您還可以手動添加浮水印到現有的圖片(全部一次或每個圖片)。浮水印可以是圖像、文字...。
Simple User Avatar 》這個外掛程式簡化了WordPress使用者的生活。, 現在使用者可以從他的媒體庫中簡單地新增或刪除他們的頭像圖像。易於使用,不需要其他的功能。外掛程式可在GitH...。
Gallery Manager 》Gallery Manager 是最具創新的現代化 WordPress 圖庫管理工具,讓你輕鬆地在 WordPress 後端組織圖庫。此外,這個圖庫外掛會在你網站上所有指向圖片的連結上...。
WP-Slimbox2 Plugin 》這是一個 WordPress 外掛,使用 Christophe Beyls 所編寫的 Slimbox2 腳本(一個比 Lightbox 腳本更強大的複製品),該外掛使用 jQuery 函式庫創建令人印象深...。
WordPress Picture / Portfolio / Media Gallery 》Nimble Portfolio, 這個免費的 WordPress 外掛可以將一個普通的 WordPress 網站轉變成功能豐富的媒體畫廊,您可以自豪地展示您的項目、客戶標誌、攝影作品或...。
NextGEN Scroll Gallery 》Nextgen Scroll Gallery: 這是一個 WordPress 外掛,可讓你在 NextGen-Gallery 圖庫中使用來自 BMo-design 的絕佳 Mootools ScrollGallery 幻灯片展示。如果...。
Easy Media Replace 》Easy Media Replace 可讓您輕鬆替換圖像和媒體文件,同時保留附件 URL 和 ID。不再需要刪除、重新上傳和搜尋替換。, 功能, , 易於使用。, 拖放文件上傳功能。...。
WordPress NextGen GalleryView 》Nextgen GalleryView:一個 WordPress 外掛,使您可以在 NextGen-Gallery 圖庫中使用 jQuery GalleryView 外掛。, 為了使用GalleryView外掛,您需要使用NextG...。
Image Watermark Plugin for WordPress, WordPress Watermark Plugin, Add Watermark on WordPress – Ultimate Watermark 》Ultimate Watermark 是 WordPress 圖片浮水印外掛。它可以自動將浮水印新增至所有上傳至 WordPress 媒體庫的圖片,並在大量對先前上傳的圖片進行浮水印。, Wo...。
Slider comparison image before and after 》Slider comparison image before and after 外掛允許您建立比較兩張圖片前後效果的特效。, 您可以使用垂直和水平模式,透過 shortcode [sciba] 使用。。
Grab & Save 》此外掛可讓您從遠端 URL 抓取圖像並儲存到自己的 WordPress 媒體庫中。這樣做可以避免因為原始所有者移除圖片而造成的困擾。同時,此方法也讓您不需多餘的步...。
Remove Image Links 》現在在 WordPress 網站上,有許多人在點擊圖片時並沒有任何目的。為什麼呢?, 當使用者將滑鼠游標移到圖片上時,它會出現手指游標,表明這個圖片是連結到某個...。
No Image Link 》預設情況下,WordPress 會將圖像與其本身的連結相連接。使用者看到圖像是連結,點擊後會進入僅包含該圖像的頁面,然後按下瀏覽器的「返回」按鈕或移動到另一...。