Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ACF Photo Gallery Field missing in JSON response #134

Closed
SebMeunierUX opened this issue May 4, 2017 · 4 comments
Closed

ACF Photo Gallery Field missing in JSON response #134

SebMeunierUX opened this issue May 4, 2017 · 4 comments

Comments

@SebMeunierUX
Copy link

Hi,

I'm trying to use Wordpress as a CMS using both plugins ACF Version 4.4.11 + ACF Photo Gallery Field Version 1.6.1 (link: https://wordpress.org/plugins/navz-photo-gallery/). I'm using your plugin to retrieve all the ACF information into a JSON feed, but I'm missing the gallery fields.

Bug ? Missing feature ? What would you propose to handle this scenario?

Thanks

@airesvsg
Copy link
Owner

airesvsg commented May 4, 2017

Hi @SebMeunierUX,
Please read it: https://wordpress.org/support/topic/acf-photo-gallery-field-api-support/#post-8954224
Thanks

@airesvsg airesvsg closed this as completed May 4, 2017
@SebMeunierUX
Copy link
Author

Oops, missed that thread. Thanks

@steffanhalv
Copy link

Doesn't look like much happened there, cant you just add support for it in your plugin?

Please :-) @airesvsg

I also added an issue for the other plugin ..

navneil-naicker/acf-photo-gallery-field#3

@navneil-naicker
Copy link

At the time of this comment ACF Photo Gallery v1.6.3 is still under development. You can download the beta version of the source code from here.

Replace the current version of the code on your WordPress website plugin folder name 'navz-photo-gallery' with the beta version. ACF Photo Gallery v1.6.3 has support for ACF to REST API.

Usage 1
http://www.example.com/wp-json/acf/v3/pages/<POST_ID>/<Field_Name>?type=photo_gallery

Example
http://www.example.com/wp-json/acf/v3/pages/2/vacation_photos?type=photo_gallery

Usage 2
http://www.example.com/wp-json/acf/v3/pages/<POST_ID>/<Field_Name>?type=photo_gallery&order=ASC&orderby=post__in

Example
http://www.example.com/wp-json/acf/v3/pages/2/vacation_photos?type=photo_gallery&order=ASC&orderby=post__in

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants