• This is a strange one for me.

    I am using Oxygen builder. Oxygen has zero issues displaying non-fakerpress generated ACF data.

    Faker press is successfully saving data to ACF fields, but the ACF content for generated posts are not visible on the front-end unless each individual generated piece of content is Opened and saved manually.

    Might you have a ‘general idea’ on what could be occurring here?

Viewing 2 replies - 1 through 2 (of 2 total)
  • I think the issue might be that ACF saves 2 meta fields in the database _per field_. It saves the actual value are your field name and then it saves a private value which olds the key. For example, if you have a Text field “Price” with a field name of “price” the database might look like:

    meta_key: price
    meta_value: 1.23
    meta_key: _price
    meta_value: field_5f4924a380abd

    This is how ACF makes the association between field and value when loading.

    Plugin Author Gustavo Bordoni

    (@bordoni)

    Glad you were able to resolve that issue @howdy_mcgee! Thanks for answering @xizor on that.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘ACF Fields Are Populated but need to be opeed/saved to show.’ is closed to new replies.