このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Photoswipe for NextGEN Gallery

説明

The default NextGEN gallery navigations (Shutter, Thickbox, etc…) fall short when using a mobile browser?
Now you can use Photoswipe, the best mobile image browser, just installing this plugin. The default gallery effect and configuration is kept when accessing from a desktop browser.

After activation you’ll find a new Photoswipe submenu in the NextGEN Gallery menu, allowing you to configure how the plugin works.

Please note, I am not the developer, or related in any way with of the authors of Photoswipe or NextGEN Gallery. This plugin is only intended to make Photoswipe integration with NextGEN Gallery dead simple.

If you find this plugin helpful, consider donating, at least ten cents.

Options

The plugin is ready to be used with zero configuration, but to make testing easier, there are 3 configuration options:

  • Replace viewer with Photoswipe only on mobile browsers:
    This is the default behavior, and will replace the NextGEN Gallery Effect with Photoswipe only when a mobile browser is detected.

  • Always replace viewer with Photoswipe:
    Useful for testing.

  • Never replace the viewer:
    Disables the plugin. Much like deactivating the plugin.

  • Disable additional viewers:
    In this section you can disable other supported image viewers, other than the NextGEN Gallery default ones.
    Currently only Fancybox.

スクリーンショット

  • Plugin options - Choose when Photoswipe should be applied.
  • New Gallery submenu
  • Result

インストール

STEP 0: Make sure you have the NextGEN Gallery plugin already installed and activated!

Automatic Installation

  1. Download and install Photoswipe for NextGEN Gallery using the built in WordPress plugin installer.

Manual Installation

  1. Download the zip file and unzip it.

  2. Upload the ngg-photoswipe folder to your /wp-content/plugins/ directory. Alternatively, use the WordPress plugin install in Plugins >> Add New >> Upload to upload and install the zip file.

  3. Activate the plugin through the Plugins menu in WordPress.

Done! Photoswipe will be used when accessing from a mobile browser.

If you want to be sure, check your “Gallery” menu. A new Photoswipe section should be there.

FAQ

How is the standard effect (Shutter, Thickbox…) prevented when using Photoswipe?

The javascript added when a mobile browser is detected does two things:

  • a) Fire the Photoswipe viewer when you click on a image

  • b) Remove the default additional HTML markup added in the “Link Code Line” of the Effects tab in NextGen Gallery Options

That way, the standard defined effect won’t fire when Photoswipe is used. Please don’t change the markup, or two viewers may fire at the same time.

If you absolutely need to change the “Link Code Line”, change the ngg-photoswipe.js to remove the specific markup you add.

Can I use WPTouch with this plugin?

No, sorry, this plugin DOES NOT WORK WITH WPTOUCH.

Will the image descriptions show?

Yes, the description will show behind the title, if the image has one.

Is there any menu page to change the default Photoswipe options?

No, sorry. But you can edit the ngg-photoswipe.js file to achieve what you want.

When will be my favorite viewer also adapted to use Photoswipe when using a mobile browser?

When it’s done.

評価

2017年8月26日
Like others, I would use photoswipe on my phone and see this at the top of my blog: \wp-content\plugins\photoswipe-for-nextgen-gallery\ngg-photoswipe.php on line 41 To fix this, go to that file, edit it and change lines 41-43 to: // if (1 == $options['fancybox']) { // wp_enqueue_script('ngg-photoswipe-disable-fancybox.js', plugins_url('p$ // } This disables the check for fancybox. If you're using fancybox, you're on your own.
2017年2月7日
I have a simple, custom WP site built on 3.6. Have a single NextGen gallery with 20 photos. Upon installation this plugin throws and error and crashes the nextgen gallery page. The error I received is: Warning: Illegal string offset 'fancybox' in C:\wamp\www\wp-content\plugins\photoswipe-for-nextgen-gallery\ngg-photoswipe.php on line 41 Bummer...was hoping this plugin would work.
11件のレビューをすべて表示

貢献者と開発者

Photoswipe for NextGEN Gallery はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Photoswipe for NextGEN Gallery” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.2.1

Description fixed

1.2

Major bugfixing:

  • Works on WordPress 3.0, as stated in the readme
  • Javascript errors fixed when showing pages with no galleries
  • Photoswipe CSS & JS files no longer load on admin pages, preventing many related issues

1.1

Option to disable more gallery viewers. Starting with Fancybox.

1.0.2

Wrestling with readme.txt format. Sorry.

1.0.1

Minor bugfix. Now Photoswipe icons show correctly.

1.0

  • Hello world! Initial version.