schenk / responsive-flickr-gallery

Responsive galleries from your Flickr photos for your WordPress site.
http://wordpress.org/plugins/responsive-flickr-gallery/
GNU General Public License v3.0
1 stars 3 forks source link

Responsive Flickr Gallery

Responsive Flickr Gallery is an easy to use, fast and light plugin to create responsive galleries of Flickr photos. This plugin provides customizable, clean and professional looking Flickr galleries. It scales perfectly on cloud hosted WordPress sites.

Features:

Example:

You can see a live demo of this plugin here:

Support:

Found a bug, need a feature? Head to git issues for solution - Issues | github.com Contributors and feature requests welcome. Bounties may speed up the development process and help to decide which feature will be included next.

Installation:

Screenshots:

Responsive Flickr Gallery with large size photos with white background Default Settings Page

Frequently Asked Questions:

I have activated the plugin, but gallery doesn't load.

Make sure your Flickr API key and Flickr User ID are correct.

My Flickr API key and User ID are correct but the gallery doesn't load

Make sure you add the shortcode [RFG_gallery] to your post or page where you want to load the gallery. This code is case-sensitive.

When I click the photo, it doesn't open full size photo.

Responsive Flickr Gallery uses Colorbox to display full size photos. Most likey you have another plugin enabled, which also uses the colorbox and is overriding the Responsive Flickr Gallery settings. It is recommended to deactivate any other plugins that uses colorbox.

Also, some themes have built-in settings to display images using lightbox or colorbox etc. If your theme has such an option, turn it off.

I have created separate galleries with different photosets as Gallery Source, but all the galleries are using Photostream as source.

This typically happens when you are using a plugin for editing your posts/pages. Try to remove the quotes from id parameter of the shortcode and it should work fine. For example, if the shortcode for your gallery is [RFG_gallery id='1'], use [RFG_gallery id=1] instead.

Also, some themes have built-in settings to display images using lightbox or colorbox etc. If your theme has such an option, turn it off.

I made changes to my Flickr account but they don't reflect on my website.

Responsive Flickr Gallery uses caching to avoid expensive calls to Flickr servers. It intelligently figures out if cache needs to be updated or not. However, sometimes it may not work as expected. You should go to Default Settings and delete all cached data.

I created a gallery with source as a Group. In this gallery, only 500 photos are appearing.

As Flickr Groups have thousands of photos, it becomes very expensive to fetch all the photos from Flickr. Hence, Groups galleries are limited to latest 500 photos.

Pagination does not work as expected. It show only one page of photos but the photoset has more photos.

Check the permissions of the photos. Maybe only some photos were public. So you'll see more photo on flickr in the set than the plugin can access.

Does it scale?

Yes, this fork was designed to avoid using a filesystem. In a cloud based environmend the filesystem might be not persistent and therefore shoudn't be used. This plugin has been designed with the cloud in mind. Tested on heroku.

How to customize the CSS?

You'll barley want to change the existing CSS because it's so generic. But you can do with a CSS editor that lets you customize your site design without modifying your theme as you can find in the Jetpack plugin. Check rfg.css to see existing classes and properties for gallery which you can redefine.