• Skip to main content
  • Skip to primary sidebar
  • Skip to footer

nSiteful Web Builders

Building a Better Web - One Site at a Time.

  • Home
  • About
    • Testimonials
    • Resources
  • Web Sites
  • Online Marketing
  • WordPress Support
    • Customized WordPress Training
    • 60-for-60 Sessions
  • Web Applications
  • Blog
    • Archive Listing Minimalistic
    • Blog Articles Grouped by Category
    • Case Studies
    • General
    • Portfolio
    • Reviews
    • Snippets
    • Techniques
  • Contact Jeff
    • Purchase Retainer Consulting Hours
    • About Retainer Consulting Hours

By Jeff Cohan, February 22, 2016

FooGallery Plugin for WordPress: First Look

Last updated May 10th, 2019 at 11:09 am

nextgen-wpdotorg
The demise of the once unrivalled NextGen Gallery plugin for WordPress has nudged me to look for a replacement for several clients’ WordPress Web sites.

My criteria for replacement candidates are simple:

  • Light weight.
  • Intuitive.
  • Utilizes the native WordPress Media Library.
  • Includes a utility for importing NextGen Gallery galleries.
  • Affordable.

I think I’ve found it: FooGallery (free at WordPress.org).

(Hat-tip to the Facebook WordPress Plugin Suggestions group where a fellow named Luke Cavanagh recommended FooGallery.)

Insofar as I started playing with FooGallery only yesterday, this writeup must be considered a first look. I’m not pretending it’s a full-blown review, and I’m not sure I’ll ever do one. So here’s my first look.

What I Don’t So Much Like about FooGallery

  1. A Tad Proprietary
    Out of the box, FooGallery does not support any lightbox plugins These are what make thumbnails enlarge in modal windows other than its own, FooBox. There’s a free version (FooBox FREE, which I installed) that can be set up at the click of a couple buttons, but you need to upgrade (read Pay Money) for extended lightbox functionality. This annoys me just in principle. Beyond principle, there’s the fact that Responsive Lightbox by dFactory, which has become my standard lightbox plugin, comes (FREE) with all sorts of features that FooBox FREE lacks, such as, most notably, video support. (But read on…)
  2. Nothing else yet.

What I Like about FooGallery

  1. It’s light weight.
  2. It’s intuitive — end users should have no problem hitting the ground running with it.
  3. It utilizes the native WordPress Media Library.
  4. It includes a simple and intuitive utility for importing NextGen Gallery galleries.
  5. It’s free.
  6. I really like the Masonry Image Gallery template (see screen shot below), which is one of the standards, for the way it handles thumbnails of varying aspect ratios.
  7. In addition to being intuitive, it’s also designed with developers in mind. Namely, it comes with a customizable templating system and many action and filter hooks.

On that last point: I was able to make Responsive Lightbox by dFactory work with FooGallery by hooking into one of FooGallery’s filters with just a few lines of code in the functions file in my mu-pligins folder:

function add_foogallery_link_rel($attr, $args, $attachment) {
	$attr['data-rel'] = 'lightbox';
	return $attr;
}
add_filter('foogallery_attachment_html_link_attributes', 'add_foogallery_link_rel', 10, 3);

(It bears mentioning that this solution was offered by one of the authors of the FooGallery plugin in their WordPress dot org support forum.)

Screen Shot of Masonry Image Gallery

FooGallery masonry-template

Next Steps

A first look is exactly that. I’ll be diving deeper into FooGallery in the coming days. If I discover features or bugs worth noting, I may post again. Meanwhile, I’m very interested in what others use for WordPress photo gallery plugins. Please feel free to reply below with your comments and questions.

Related Posts

  1. Dynamic Photo Galleries with Responsive Lightbox & Gallery
  2. NextGen Gallery Compact Album Mods
  3. How to Build Stunning WordPress Photo Galleries Quickly and Easily With FooGallery PRO
  4. Enhanced Media Library Pro Plugin for WordPress: First Look
  5. Make Responsive Lightbox by dFactory Work with FooGallery
  • Choose the best match.

Written by Jeff Cohan · Categorized: Reviews · Tagged: Media, Photo Gallery, Plugins, WordPress

  • Choose the best match.

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar

mailchimp signup

Subscribe to get notified when new articles are published. Unsubscribe any time. No spam. I promise. Check out my newsletter archives.

social

Twitter Facebook LinkedIn

Recent Articles

  • Use Case for Custom Post Type: “In The News” March 10, 2023
  • Create a Custom Shortcode to Display a MemberPress Membership Price ANYWHERE on Your Website February 5, 2023
  • Avoid Direct Styling; Use CSS Instead September 21, 2022
  • Blog Tags: What They Are (and What They’re Not) August 5, 2022
  • How to Create a Simple Custom Events Plugin May 24, 2022

Filter By Category/Tag

Categories

  • Case Studies (7)
  • General (61)
  • Portfolio (5)
  • Reviews (12)
  • Snippets (16)
  • Techniques (38)

Popular Tags

Advanced Custom Fields Blogging Child Themes Content Marketing CSS CSS Grid Customer Service Custom Fields Custom Post Types Diagnostics Facebook FooGallery Genesis Gutenberg HTML Images iPhone Libra Live Chat Marketing Media MemberPress MemberPress Courses mu-plugins MySQL Photo Gallery php Pinterest Plugins Post Formats Pricing Project Management Security SEO Seth Godin Shortcodes Social Networking Surveys Taxonomies Trello Twitter Video Web design Web forms WordPress

siteground wp hosting

Web Hosting

wp101

EasyWordPresstutorialvideosforbeginners.
MemberPress CTA

Footer

Background

Web Sites | WordPress Support | Web Applications.

Formally trained in liberal arts and education (I have a B.A. in Government from Harvard and studied Secondary Education at Rutgers Graduate School), I have honed my skills in the communication arts and sciences as a teacher, trainer, instructional designer, writer, photographer, calligrapher, helpdesk manager, database programmer, and multimedia developer.

(I've also been a group counselor, waiter, bartender, bicycle messenger boy, computer salesman, carpenter's helper, financial analyst, and school board president.)

Tech

Systems since 1983.
Web sites since 1994.
PHP since 2001.
WordPress since 2007.

Contact

770-772-5134
Email Jeff
Send Money
All Ways

Copyright 2023, nSiteful Web Builders, Inc.

 

Subscribe

Pardon the interruption. I know popups can be annoying. But I’d love to have you as a subscriber.

Sign up to be notified when new articles are published. Unsubscribe any time.

* indicates required

Powered by MailChimp

×