Support

Account

Home Forums General Issues Multisite Child Theme with same JSON file ID Reply To: Multisite Child Theme with same JSON file ID

  • So I must not be explaining clearly. The child theme’s field group has been changed from the parent theme. The parent theme and the child theme each depend on their own fields in this group. The problem is this field group’s key id is the same in each json file.

    example:
    parent_theme/acf-json/group_5d28b22d3fdc0.json -> unique fields

    child_theme/acf-json/group_5d28b22d3fdc0.json -> unique fields

    The initial developer must have modified the fields in the child theme, which worked initially, but now only the parent theme fields are loading in the child theme.

    I’m trying to get the child theme field groups to work properly again. But I don’t know where to start because the field group keys are the same in the parent and child themes.