Lars Schenk
Forum Replies Created
-
Forum: Plugins
In reply to: [Responsive Flickr Gallery] Responsive Flickr GalleryThanks for asking. It’s the same as in posts or pages. Simply put the gallery code into your text widget.
i.e.
[RFG_gallery id=’1′]This will resolve the request.
Donations welcome by Bitcoin or Litecoin:
1LY77g2LpxX6QC3xu9EUEponwKgvZfvFWb
LMYPtmBS2fP6pa12iUT2szYkWDR36KNmRvForum: Plugins
In reply to: [Responsive Flickr Gallery] Bug Report : Shortcode resetOh, it wasn’t really a bug. But of course it’s confusing to just show the base shortcode
[RFG_gallery]
instead of the one that contains the id i.e.:
[RFG_gallery id=’2′]
It’s only on the “edit gallery” page and it will be improved with version 1.0.0.
Stay tuned and thanks for your interest and support!Forum: Reviews
In reply to: [Responsive Flickr Gallery] Super!Translation:
—
Not five stars because you have to create some kind of API. At first read the instructions carefully!
Also works perfectly in a text widget!
—Thanks for the feedback.
If I get you right your just don’t gave 5 starts because an API is required? It’s flickr that required the API. Otherwise communication between your WordPress site and flickr wasn’t possible at all.
This plugin can only do it’s service because of the flickr API.Forum: Plugins
In reply to: [Responsive Flickr Gallery] Show photos per SetsYou can display more than one gallery on a page or in a post.
So you can create galleries from each of your photoset and insert the gallery codes in posts or pages to display the Flickr galleries.
[RFG_gallery id=’1′]
[RFG_gallery id=’2′]
..This way you’ll have many galleries in one page or post. For each of your photoset you’ll have one gallery. I think this is what you want to achieve.
You currently can’t do this automagically.
With [RFG_gallery] you can use your photostream – but that will not be group into galleries (for each photoset) like in the solution shown above.Hope this help.
If this is not what you are looking for, feel free to contribute a detailed feature request and describe the exact behavior that you want at github. Maybe other authors like the idea and will spend their time to make it come alive. It’s open source.Forum: Plugins
In reply to: [Responsive Flickr Gallery] Show photos per SetsYes,
when you
Add Gallery
you have to choose
Gallery Source: Photoset
Now you can choose from all your photo sets.
There’s a list of all your sets when you were asked to choose from:
Select Photoset:Hope this helps.
Forum: Plugins
In reply to: [Responsive Flickr Gallery] fatal error conflict with other flickr plugin…Should be fixed with 0.2.1. Please update. Thx again.
Forum: Plugins
In reply to: [Responsive Flickr Gallery] fatal error conflict with other flickr plugin…As a workaround until I have this fixed you can please set DEBUG to false.
Or simply comment out the print_all_options in rfg_admin_setting.php like this:
if (DEBUG) { // print_all_options(); }
Will be fixed with 0.2.1 anyway.
Forum: Plugins
In reply to: [Responsive Flickr Gallery] fatal error conflict with other flickr plugin…Thanks for report.
It’s missing namespace here causing the error when both plugins are active.
Will fix it asap. Be patient please. The WP 3.8 upgrade kept me busy.Filed also under:
https://github.com/schenk/responsive-flickr-gallery/issues/4