前言介紹
- 這款 WordPress 外掛「Ninja Galleries」是 2011-03-22 上架。
- 目前有 10 個安裝啟用數。
- 上一次更新是 2019-06-13,距離現在已有 2150 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 3.0 以上版本才可以安裝。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
image | images | gallery | porfolio | galleries |
內容簡介
版本1.0.4修復了與未啟用文章縮略圖的主題有關的錯誤。(關於文章縮略圖的注意事項,請參閱下文)
版本1.0.3 修復了與 onecolumn-page.php 錯誤有關的問題。
版本1.0.2 修復了有些用戶啟用插件時遇到的啟用錯誤。
版本1.0.1 修復了版本1.0存在的 PHP 警告。請盡快升級。
注意:為使用Ninja Galleries,您必須啟用主題的文章縮略圖功能。如果沒有啟用,您仍然可以安裝Ninja Galleries,但是將沒有任何功能。
首先,Ninja Galleries 基於 Paul Menard 開源的 Media Tags 外掛,如果您只是想要對圖片進行標籤,那麼 Media Tags 就是您需要的外掛。
因為 Media Tags 3.0 是該插件使用的標記系統,我們強烈建議您不要同時使用 Media Tags 和 Ninja Galleries 外掛。儘管我們已經盡力避免任何可能的衝突,但最好選擇其中一個。
Ninja Galleries 設計用於與Lighbox Plus 外掛(v. 2.2.2) 一起使用。如果您安裝了這個插件,那麼 Ninja Galleries 將在 Lightbox 浮動視窗中打開所有點擊的圖片。如果您沒有安裝此插件,Ninja Announcements 將只是將圖片鏈接。
功能:
建立圖片庫,可以包含任意多張圖片。
創建一個圖庫,選擇標記之後,新標記的圖片就會自動出現。
輸出每個圖庫作為一系列 HTML 元素,以便簡單地進行樣式設置。
將每個圖庫分配到相應的類別,以方便組織。
每個圖庫都有自己的 URL,您可以從網站的任何地方進行鏈接。
使用簡單的短代碼按類別列出圖庫。
Ninja Galleries 使用 http://www.yoursite.com/gallery/gallery-name 作為圖庫頁面的 URL,這意味著您不能使用此 URL 來自定义文章类型。不幸的是,在此版本中,這是具有一定規律性的。未來版本會允許自定義 URL。
在 http://plugins.wpninjas.net 上還有更多關於 Ninja Galleries 的截圖和教程。
用法
Ninja Galleries 包含了一些短碼,使得鏈接到您的圖庫更加簡單。
如果您想列出特定類別中的所有圖庫: [wpnj_gal_list cat="Category1"]
您可以列出多個類別,並使用逗號分隔的列表:[wpnj_gal_list cat="Category1,Category2,Category3"]
如果要插入到特定的圖庫的鏈接(它將使用特色圖像作為鏈接):[wpnj_gal_list gallery="Gallery Name Here"]
如果要列出所有圖庫:[wpnj_gal_list]
進階樣式
為了讓圖庫圖像看起來符合您的要求,請設置 DL 和 DD 元素的樣式。
需求的功能
能夠創建自定義的 URL。目前,用戶只能使用 /gallery/ URL 進行圖庫。Ninja Galleries 的未來版本將解決此問題。
原文外掛簡介
Version 1.0.4 fixes a bug related to themes not having post thumbnails enabled. (See note below about post thumbnails)
Version 1.0.3 fixes a bug related to the onecolumn-page.php error.
Version 1.0.2 fixes an activation error that some users were experiencing when activating the plugin.
Version 1.0.1 fixes the PHP Warning that exists in v. 1.0. Please upgrade as soon as possible.
Note – In order to use Ninja Galleries, your theme must have post thumbnails enabled. If you do not, you can still install Ninja Galleries, but there will be no functionality.
First off, Ninja Galleries is based upon the excellent Media Tags plugin by Paul Menard. If you are looking to simply tag your images, then Media Tags is the plugin you need.
Because Media Tags 3.0 is the tagging system used by this plugin, we strongly recommend that you do not use Media Tags and Ninja Galleries at the same time. Although we have gone
through great lengths to prevent any possible conflicts, it would be best to use one or the other.
Ninja Galleries is designed to work with the Lighbox Plus plugin (v. 2.2.2). If you have this plugin installed, then Ninja Galleries will open all clicked images in a Lightbox Popup.
If you do not have this plugin installed, Ninja Announcements will simply link to the image.
Features:
*Create image galleries featuring as many images as you would like.
*Once a gallery is created and tags are selected, new tagged images show up automatically.
*Outputs each gallery as a set of
HTML elements for easy styling.
*Assign categories to each gallery for easy organization.
*Each gallery has its own url that you can to link from anywhere on your site.
*List your galleries by category using a simple shortcode.
Ninja Galleries uses http://www.yoursite.com/gallery/gallery-name as the url for gallery pages. This means that you can’t have any custom post types with this url. Unfortunately, this is
fairly set in stone at this release. Future versions will allow a custom url.
There are more screenshots and tutorials for Ninja Galleries at http://plugins.wpninjas.net.
Use
There are a few shortcodes included to make linking to your gallery or galleries easier.
*If you would like to list all the galleries within a given category: [wpnj_gal_list cat=”Category1″]
*You can list multiple categories by putting in a comma-separated list: [wpnj_gal_list cat=”Category1,Category2,Category3″]
*If you want to put in a link to a specific gallery (which will use the featured image as the link): [wpnj_gal_list gallery=”Gallery Name Here”]
*If you want to list all of the galleries: [wpnj_gal_list]
Advanced Styling
To get the gallery images to look the way you want, style
and
elements.
Requested Features
*Ability to create a custom url. Currently, the user is restricted to /gallery/, future versions of Ninja Galleries will correct this.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Ninja Galleries」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.0 | 1.0.2 | trunk | 1.0.17 | 1.0.18 | 1.0.19 | 1.0.20 | 1.0.21 | 1.0.22 | 1.0.23 | 1.0.24 |
延伸相關外掛(你可能也想知道)
Slider, Gallery, and Carousel by MetaSlider – Image Slider, Video Slider 》使用MetaSlider,您可以在數分鐘內創建強大的、優化的幻燈片、輪播、橫向滑屏或相冊,它是全球#1的響應式WordPress幻燈片外掛。MetaSlider是圖像、照片、視...。
Photo Gallery, Sliders, Proofing and Themes – NextGEN Gallery 》WordPress圖庫插件, 自2007年以來,NextGEN Gallery已成為行業標準的WordPress圖庫插件,每年繼續接收超過150萬的新下載量。它很容易管理簡單的照片圖庫,但...。
Photo Gallery by 10Web – Mobile-Friendly Image Gallery 》委員會翻譯如下:, , Photo Gallery 是建立美麗的行動裝置友好型相簿所需的領導外掛程式,只需幾分鐘即可完成。, 有用的連結:, 現場示範, 10Web 的高級 Phot...。
Firelight Lightbox 》Easy FancyBox WordPress外掛為您的網站提供靈活美觀的光箱解決方案,幾乎適用於網站上的所有媒體連結。Easy FancyBox使用更新的傳統FancyBox jQuery擴展版本...。
Simple Lightbox 》Simple Lightbox 是一個非常簡單且可自定義的燈箱,在您的 WordPress 網站上添加它非常容易。, 功能, 自定義燈箱行為的選項位於外觀 > Lightbox 管理員菜...。
Responsive Lightbox & Gallery 》提供完整的 WordPress 相簿外掛所需一切, Responsive Lightbox and Gallery 外掛是一個全功能的 WordPress 相簿外掛,擁有強大的拖放相簿生成器和 Lightbox ...。
FooGallery – Responsive Photo Gallery, Image Viewer, Justified, Masonry & Carousel 》lugin/show-more-pagination/" rel="nofollow ugc">demo, Supports webP image compression for faster page loads, Advanced caching techniques for faster...。
Lightbox & Modal Popup WordPress Plugin – FooBox 》FooBox是第一個嚴肅考慮響應式佈局的燈箱。它不僅會將圖片縮放以在手機上呈現更好的效果,還會重新排列按鈕控制,使其在縱向或橫向的方向上都展現出色的外觀...。
Gallery Plugin for WordPress – Envira Photo Gallery 》相片集外掛, , 有用連結:, , 相片集範例, 相片集文件, 相片集支援, , 我們認為你不應該必須聘請開發人員來建立 WordPress 相片集。這就是為什麼我們建立了 E...。
WP Show Posts 》注意事項, 此外掛目前僅收到安全性更新。請查看我們的GenerateBlocks外掛以獲得更現代的解決方案。, , , WP Show Posts能夠透過易於使用的簡碼在您網站上的任...。
Carousel, Slider, Gallery by WP Carousel – Image Carousel with Lightbox & Photo Gallery, Video Slider, Post Carousel & Post Grid, Product Carousel & Product Grid 》, 實時演示 | 影片教程 | 使用說明 | 升級至專業版 », 概觀, WP Carousel 是最強大且使用者友好的 WordPress 公告欄外掛,可建立帶圖片、文章、WooComm...。
Visual Portfolio, Photo Gallery & Post Grid 》WordPress 的圖庫和作品集外掛, ★★★★★, 作品集網站是當今最受歡迎的網站之一。我們創建了Visual Portfolio,Photo Gallery和Post Grid WordPress外掛程式,這...。
ACF Photo Gallery Field 》t; 'Status', , 'name' => 'status', , 'choices' => array(, 'public' => 'Public', , 'private' => ...。
WP Featherlight – A Simple jQuery Lightbox 》WP Featherlight 是一個 WordPress 外掛,可為您的WordPress 網站添加一個極簡、高效、響應式 jQuery 燈箱。在其核心,WP Featherlight是一個用於 Featherlig...。
Premium Portfolio Features for Phlox theme 》概述, 這個外掛為 Phlox 主題增加許多高級作品集功能,讓您能以優雅的方式展示和呈現您的專案。, , Phlox 主題的演示 | 文件 | 視頻教程 | 支援論壇, , 功能...。