Following update to WordPress 4.7.5 I’m getting a bad gateway error on attempting to open a post for editing in the back end. The ACF Flickr plug-in version is 1.1.2
This is the error generated:
2017/06/03 11:05:30 [error] 18751#18751: *58540038 FastCGI sent in stderr: “PHP message: PHP Warning: in_array() expects parameter 2 to be array, null given in /var/www/www.cameralabs.com/wp-content/plugins/flickr-field-for-advanced-custom-fields/acf-flickr-v4.php on line 461
Your help would be much appreciated.
Ken
]]>Hi..
Sometimes photoset doesn’t appear in field.
There is a time that plugin awaits to reload photoset list?
Maybe i have to change “admin cache” parameter?…
Bye.
https://www.ads-software.com/plugins/flickr-field-for-advanced-custom-fields/
]]>Hi…
I’m trying your plugin but i can choose only last photoset.
Flickr field is inside a repeater…it’s a problem?
Bye.
https://www.ads-software.com/plugins/flickr-field-for-advanced-custom-fields/
]]>Am using WP 4.5.2 and have tried multiple versions of ACF. Where is the settings page supposed to be? Thanks.
https://www.ads-software.com/plugins/flickr-field-for-advanced-custom-fields/
]]>First, thank you for continuing to support this GREAT plugin and older versions of WP – I do plan to update this particular site I’m using your plugin on, to at least WP ver 4.4.3 this summer (a few other plugins it uses are not yet compatible with 4.5).
However, I’m hoping you won’t mind a suggestion regarding the code you provide on the Installation tab here (for getting the contents of the set and looping through them) – I have put that in my functions.php file as a ‘shortcode’, then I call the shortcode on the page I want the set to display on.
BUT in order to get the shortcode to behave properly, which is to say that it should output it’s contents at the point in the page/post where it’s used (which could be before the content, midway through it, or after the content), I had to change the ‘echo’ to use ‘return’ instead…..otherwise the ‘echo’ is always output first on the page.
SO here’s what I used:
add_shortcode( 'flickrSets', 'display_flickrSets' );
function display_flickrSets() {
$flickr_set = get_field('flickr_image_gallery'); //this is just what I named the Flickr image field
if (isset($flickr_set['items'])) {
foreach ($flickr_set['items'] as $id => $photos) {
foreach ($photos as $photo) {
$html.= '<a rel="lightbox" class="mediagallery" href="' . $photo['large'] . '" title="' . $photo['title'] . '"><img src="' . $photo['thumb'] . '" /></a>';
}
}
} return $html;
}
Ideally I would like to display just the sets (albums) cover photo and name only, then clicking on each album cover would open that set in the overlay, but my coding skills are not up to par yet, it may take me a while to figure that out!
I hope this is helpful to anyone.
https://www.ads-software.com/plugins/flickr-field-for-advanced-custom-fields/
]]>Hi,
Thanks for the great plugin. I have a lot of photos on Flickr that I use on my personal blog. So, you’re plugin really makes the task easier. I was wondering what other information we can get from the flickr set array. Is it possible to get the title of a photoset (album) and its cover photo. I would like to use it in a archive template of a custom post type instead of the post thumbnail.
Thanks,
Josée
https://www.ads-software.com/plugins/flickr-field-for-advanced-custom-fields/
]]>I get “There are no Flickr sets available for user ID 11111@1111 or there is a problem with API KEY” on both localhost and live site why, Please help me fix this.
https://www.ads-software.com/plugins/flickr-field-for-advanced-custom-fields/
]]>Hello,
Great plugin of a great plugin !
But I got an error when I’m trying to use it on my dev machine (which is behind my personal FW).
I entered my ID and my App Key during the field creation.
But when I want to edit the field during a post I got this error :
There are no Flickr sets available for user ID XXXXXXXX or there is a problem with API KEY
I use the same ID and the same key with another plugin (Awesome Flickr) and it works nice since 3 years on my dev machine with the same configuration.
I tried to deploy the plugin on my prod site and all this is working nice (but, obviously, I can not make any developments on this prod machine;) )
Any idea ?
Thanks.
Christian
https://www.ads-software.com/plugins/flickr-field-for-advanced-custom-fields/
]]>Hi!
This is a great ACF Plugin! Would it be possible to add an option to limit the number of selectable sets? For example, I’d like a user to be able to easily select one Flickr gallery to append to a post, but no more.
Thank you!
https://www.ads-software.com/plugins/flickr-field-for-advanced-custom-fields/
]]>Any chance you could provide a sample code so I can get a link to the full flickr set to show below my gallery which I have set to only show the first 20 pics?
https://www.ads-software.com/plugins/flickr-field-for-advanced-custom-fields/
]]>Sorry for the second ticket..
I’m getting this error when viewing the post if no photo set it selected.
‘Warning: Invalid argument supplied for foreach() in /home/lostint/public_html/wp-content/uploads/genesis-extender/plugin/custom-hook-boxes.php on line 144’
Any guesses?
https://www.ads-software.com/plugins/flickr-field-for-advanced-custom-fields/
]]>I am getting this error in the area where I am to select my images from the stream
‘Warning: get_object_vars() expects parameter 1 to be object, string given in /home/user/public_html/wp-content/plugins/flickr-field-for-advanced-custom-fields/acf-flickr-v5.php on line 295’
Everything was okay and I switched between Sets and Photostream. It only happens we set to Photostream.
Jeffrey
BTW: Really awesome, I’d love an option for a check box to also show the a link to the set at the top or bottom of the embedded area in the post.
https://www.ads-software.com/plugins/flickr-field-for-advanced-custom-fields/
]]>When trying to make this field a repeater field it doesn’t allow for more then one on the editing page. And it wont unselect any that I have selected nor does it show any that I select unless I update and refresh the page.
It looks like it has an issue with there being more then 1 on the page.
Thanks,
Steven Costello
Costello Coding
https://www.ads-software.com/plugins/flickr-field-for-advanced-custom-fields/
]]>Hello,
I have a problem with custom posts types that have two flickrfields in them (for example one field for assigning a ‘photos’ set and one field for assigning an ‘articles’ set for an item).
When I create the new post and select the respective sets, everything is fine, but when I go back to edit and update the post, the select controllers for both flickrfields contain both the previously selected sets, i.e. the photos controller has two sets selected in it, and the articles controller has two sets selected in it without being able to change or cancel the selection. Therefore also in my template the output from two different flickrfields displays everything together, twice.
Any advice would be appreciated!
Thank you.
https://www.ads-software.com/plugins/flickr-field-for-advanced-custom-fields/
]]>There are no setting fields in Field Group Editor if I’m using ACF 5 – in version 4 everything works fine.
Thomas
https://www.ads-software.com/plugins/flickr-field-for-advanced-custom-fields/
]]>