Version 1.25 of Slickr Flickr has a few new features, some improvements and a number of bug fixes.
New Features
- Added new parameters “page” and “per_page” to allow selection of photos by page. See Flickr Paged Gallery
- Added new parameter “thumbnail_border” to allow override of thumbnail hover/highlight color (Pro Edition only). See Flickr Gallery Highlight Color Customization
- Added new parameter “target” for slideshow link so it can open a new window
- Added new parameter “options” to give support for Galleria 1.2 options. See Flickr Galleria Slide Transitions Now Supported By Slickr Flickr. This allows control over slide transitions, image cropping, margins, etc
Improvements
- Tweaked Galleria Classic skin to improve its appearance on light colored sites – in the next release I will revert to the original Classic skin to its dark colors and create the modified skin as “Classic Light”
- Moved javascript into footer to improve page load times
Bug Fixes
- Fixed bug with Flickr Link when displaying a gallery of a photoset
- Fixed incorrect RSS link in the error message when no photos are returned
Russell says
Hi Leo,
Very Sorry about this problem in this patch release. I did not detect this error due to running caching software
I fixed it on April 7th as soon as I became aware of it. Upgrading to Slickr Flickr 1.27 fixes this problem however you may want to wait for Slickr Flickr 1.28 later this weekend which has some new features such as support for Flickr galleries, support for alternative galleria themes, optional loading of the galleria and the choice whether to load javascripts in the header or in the footer.
Leo Gaggl says
Hi Russell,
I had trouble with SlickrFlickr 1.2.5 not displaying any images and returning a error from the API. After looking at the API URL it turned out that the Flickr ID was in Lower Case
I had to remove this line in slickr-flickr/slickr-flickr-public.php :
$params[$k] = strtolower($v); //set all params as lower case
Feed works fine now. Keep up the great stuff !
Cheers,
Leo