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

Code Pixelz Simple Responsive Image Gallery Plugin

説明

Simple Gallery Plugin. Easy to use gallery plugin that lets you add gallery feature to your website. Supports lightbox and shortcodes to display your gallery images anywhere.

スクリーンショット

  • This shows the default look of the gallery.
  • Pop up powered by Blueimp.

インストール

This section describes how to install the plugin and get it working.

e.g.

  1. Upload code-gallery folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. You are good to go.

評価

2016年9月3日 1 reply
The #1 reason why I like this plugin is that you can select 100+ images from your Media library and they are added instantly. The list of images for a gallery is displayed as a collection of thumbnails, which makes it easy to see what images you have selected for your gallery. Removing an image from the gallery does not immediately delete it from the Media library, which is excellent. Also, it does not make changes to the Media library as some plugins do. Very smooth and unobtrusive. The Gallery is displayed using blueimp.Gallery. You can find the details here: https://blueimp.github.io/Gallery/ This Lightbox gallery implementation is lightweight and easy to customize. This was all it took to customize the plugin and make it display file names as title: [ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ] diff code_gallery.php code_gallery.php_org 283,285d282 < $attachment_title = pathinfo($attachment_url_full[0],PATHINFO_BASENAME); < $attachment_title = substr($attachment_title,0,-4); < $attachment_title = str_replace("_"," ",$attachment_title); 287,288c284 < <div class="images"> < <a>" title="<?php echo $attachment_title;?>" > -- > <div class="images"></a><a>" 290,292c286 < </a> < <div class="title"><?php echo $attachment_title;?></div> < </div> -- > </div> 10 out of 10 would use again!
2017年2月8日
Sweey and simple just like that.
2017年2月8日
The plugin is simple and easy to use. Will surly recommend to try this one. Looking for some more useful plugins. Thanks.
11件のレビューをすべて表示

貢献者と開発者

Code Pixelz Simple Responsive Image Gallery Plugin はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Code Pixelz Simple Responsive Image Gallery Plugin” をあなたの言語に翻訳しましょう。

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

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

変更履歴

  • 1.0: First release.
  • 2.0: Major changes. Undefined Variable issue solved. Gallery is now responsive.Layout issues fixed. Border and fixed height removed.
  • 2.2: Added shortcode panel for easier copying on the admin post
    *2.3: Now loads thumbnail images, instead of full images.