이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Simple Galleria for WordPress

설명

Simple Galleria for WordPress is a jQuery image gallery based on WordPress native galleries. You just need to associate some photos to your posts and to use the [gallery] shortcode.

스크린샷

  • The overview of the frontend gallery
  • The native gallery shortcode (TEXT MODE)
  • The native WordPress gallery creation
  • The native WordPress gallery creation
  • The admin option panel

설치

  1. Upload and activate the plugin
  2. Create a post or a page
  3. Click on the ‘media’ button and upload some photos with the WordPress uploader
  4. Enter the [gallery] shortcode inside your content. More info about the gallery shortcode here: https://codex.wordpress.org/Gallery_Shortcode
  5. That’s it
  6. If you want to customize the appearance, go to settings > Simple Galleria

FAQ

The WordPress gallery works but the slideshow doesn’t appear?
  • You may have a conflict with another javascript plugin. Try to disable your plugins one by one.
  • Check that you don’t load jQuery in footer with another plugin
How to use the shortcode?

You just need to put [gallery] inside your content. More info here https://codex.wordpress.org/Gallery_Shortcode

Why the appearance of the box suddenly changed after the update?

I had to remove Fancybox from this plugin because the 2.0 version of this library is no longer under the GPL Licence.
I had to use jQuery Colorbox instead which is similar.
If you need to go back to the previous version, please visit my blog at this page: http://benjamin-niess.fr/where-is-my-simple-galleria-for-wordpress-plugin/

How can I add a custom po/mo translation file

Create your translation file from the sgfw-default.po one and replace “default” by your country code (eg. sgfw-us_US.po)
Paste the po and mo file into your wp-content/languages/plugins/ folder

후기

2016년 11월 3일
You know when you're looking for something and can't find it? Like, you find things that do 100 times more than you want, but you can't find the thing that just nails what you want? Enter Simple Galleria. I wanted to extend the WordPress native gallery just enough to allow users to add a gallery simply through the editor, without having to go and create a new gallery or something like that in a separate menu, but have it behave a little differently (thumbnails with scrolling large image). This is what this plugin does. Beautifully. Plus, it plays nice with CSS so you can style it up how you want it. Favorited this one.
모든 1 평가 읽기

기여자 & 개발자

“Simple Galleria for WordPress”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Simple Galleria for WordPress”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

  • 2.0.1
    • Added the ability to load a mo (translation) file from wp-content/languages/plugins/ folder
  • 2.0
    • Warning: This new version is using jQuery Colorbox instead of FancyBox. DO NOT UPDATE ON A LIVE SITE WITHOUT HAVING TESTED IT BEFORE.
      I had to use this new library because Fancybox 2.0 is not under the GPL licence.
    • Removed options to change the ligtbox border border size and color (because of the new Colorbox library)
    • Updated screenshots
  • 1.1
    • Use Fancybox 2.1.5
    • Use Galleria 1.4.2
    • Code refactoring
  • 1.0.1
    • Add options to customize the slideshow
  • 1.0
    • First release