• Hi,

    I have had to revert back to using ACF instead of SCF as images won’t load on the website they come through as just IDs even though they are set to Image Array in the field. Is there a fix for this?

    I have tried the following:
    Creating new image fields
    Changing from array to image url then to image ID then back still doesnt work

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author Brandon Kraft

    (@kraftbj)

    Code Wrangler

    I’m having trouble duplicating this.

    Here’s what I’m doing:

    • New field group that is set to display with the Post post type.
    • Image field with image field output, setting field name to image_field
    • On a post, adding an image via the media selector.
    • Via PHP, set to output var_dump(get_field('image_field')); within the loop on a post.
    • View the page.

    Doing that, I’m seeing the image field’s array dumped to the browser.

    Is there something different that you’re doing that might help me figure out what’s happening for you and/or could you share how you’re setting things up?

    While I don’t think anything that’s changed in beta 7 since beta 6 would impact it, please update to beta 7 just to be sure.

    Thank you!

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.