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

Photo Galleria

描述

Photo Galleria is a simple, yet elegant, plugin for photographers and designers who want to beautify and simplify their WordPress photo galleries. The Photo Galleria plugin filters the default WordPress gallery shortcode and replaces it with an elegant jQuery-powered gallery. Simply upload photos as normal and the Photo Galleria plugin will create a photo gallery with fade-in and fade-out effects common on flash-based websites. All the transitions happen inline without having to navigate to multiple WordPress attachment pages. This plugin comes with different design options, which you can select on the Photo Galleria Settings page. Pretty neat, eh?

Update Notice

  • Removed the circle theme, so if you use it, don’t update

螢幕截圖

  • Design options

安裝

  1. Upload the entire photo-galleria folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. All existing galleries inserted using the [gallery] shortcode will now use Photo Galleria.

常見問題

Why does mine not work?

You likely have a plugin that is inserting a conflicting javascript (the stuff that runs Photo Galleria). Deactivate your plugins, one by one, to see which one is the culprit. If that doesn’t work, switch to the default WordPress theme to see if your theme is actually adding conflicting javascript. If it is, consider upgrading to a theme that enqueues javascript the smart way. Finally, delete your browser cache after completing the steps above.

What about titles and captions?

Yep. If you got ’em, this plugin can display ’em Just make sure you add yours to each image after uploading.

Does this plugin work with Internet Explorer 6 or 7?

No, and it never will.

How can I change the gallery background color?

The background color of the gallery is controlled with css. Add this css to your theme’s style.css file: .galleria-container { background-color: #ffffff; }

How do I center my thumbnails?

Add this css to your theme’s style.css file: .galleria-thumbnails { margin: 0 auto; }

How do I get help?

http://graphpaperpress.com/support/

評價

2016年9月3日
Last updated over 3 years ago. Support entries unresolved. This plugin creates a gallery which displays full size on the page, no pop-ups. Tiny thumbnails appear below the currently displayed image. All options are basically handled through CSS - a pain to keep track of - especially with theme updates. Will the CSS still be viable with plugin updates? Captions are not visible. Don't really see the purpose or benefits of this plugin.
閱讀全部4個評價

貢獻者及開發者

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

貢獻者

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

對開發相關資訊感興趣?

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

修改日誌

Version 0.5.1

  • Supports paid themes, enqueue js only where shortcode is used, new options

Version 0.5

  • Updated to the latest galleria script, coding standards, removed unnecessary code

Version 0.4.1

  • Remove shortcode filtering from the Graph Paper Press Page template page-blog.php, for Widescreen and Modularity (and child themes)

Version 0.4.0

  • Comment out add_filter calls to avoid fatal errors on plugin removal and installation.

Version 0.3.9

  • Add clicknext: 'false', into galleria call to avoid image click / page reload problems.

Version 0.3.8

  • Simple validation cleanup on single posts/pages

Version 0.3.7

  • Escaping captions with quotes, etc
  • Javascript validation fix in footer
  • Updated galleria.js to version 1.2.2

Version 0.3.6

  • Added new options
  • Added support for multiple photo gallerias on home and archive pages
  • Opera 11 bug fix
  • Updated galleria.js to version 1.2 preprelease

Version 0.3.5

  • IE 7 & 8 bug fix

Version 0.3.4

  • Updated galleria.js to fix reported IE problems.
  • Removed Lightbox theme. It is no longer supported by galleria.js.
  • Added CSS conditionally if set.

Version 0.3.3

  • Fixes for IE 6, 7 & 8. Moved CSS to wp_header.

Version 0.3.2

  • Fixes for IE 7 & 8 thumbnail bug

Version 0.3.1

  • Added support for the lightbox theme
  • Updated readme.txt

Version 0.3.0

  • Massive overhaul dudes and dudets!
  • Upgraded to jQuery 1.4.2 and Galleria 1.2
  • Added plugin options panel
  • Added design options, including default Galleria themes
  • Added common faq

Version 0.2.9

  • Fixed alt tag and background color

Version 0.2.5

  • Fixed gallery display on homepage and pages

Version 0.2.4

  • Fixed text wrapping issue

Version 0.2.3

  • Added caption/description support
  • Added line breaks for more readable html output
  • Updated readme.txt

Version 0.2.2

  • Updates styles

Version 0.2.1

  • Added screenshot
  • Updated versions
  • Added comments to code

Version 0.2

  • Now works with latest jquery (1.3.2)
  • Uses enqueue_script
  • Compressed CSS

Version 0.1

Initial commit