did it help you ?
In early stages I also changed the flickr-gallery.php istelf too.
I tried this today and it worked perfectly – replacing all http:// calls with https:// in phpFlickr.php, and editing the lines that gflaig noted:
26, 27, 28 for direct references to http://api.flickr.com/..
and
205 for a programmatically created request
and
361 , 363 for http://farm…
as well as
604 for http://www.flickr.
Thanks to all for helping to get this fixed.
(I’m running WP 3.8.2 on Pair Networks)
Thanks @jboverhof this fix worked for me too 🙂
Did anyone else’s lightboxes break after making this change?
Editing the phpFlickr.php on my site and swapping http:// for https:// made the thumbnails show but clicking on them no longer opens the lightbox.
Hi all,
I’ve had success fixing this plugin using the advice from above. Here are my steps:
1. Edit flickr-gallery.php, replacing http with https where applicable. The final code is on this Pastebin.
2. Edit phpFlickr.php, replacing http with https where applicable. The final code is on this Pastebin.
3. Deactivate the plugin from the dashboard.
4. Reactivate the plugin from the dashboard.
I did not have to reset my Flickr API key or anything like that. Hope this helps!
Dan
Did the https trick.
Works like a charm, thanks !
Thank you Dan, your fix worked for me! This one I mean
1. Edit flickr-gallery.php, replacing http with https where applicable. The final code is on this Pastebin.
2. Edit phpFlickr.php, replacing http with https where applicable. The final code is on this Pastebin.
3. Deactivate the plugin from the dashboard.
4. Reactivate the plugin from the dashboard.
I did not have to reset my Flickr API key or anything like that. Hope this helps!