Skip Navigation

[Resolved] Transfer image field from ACF to toolset

This support ticket is created 3 years, 12 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 1 reply, has 2 voices.

Last updated by Minesh 3 years, 12 months ago.

Assisted by: Minesh.

Author
Posts
#2282363

I set up 100+ posts with ACF and am now transferring everything to Toolset. For the text fields, the transferring of management from ACF to Toolset is easy and the new field that is being controlled by Toolset has the same information/content as ACF. However, the image is not getting transferred correctly. In the toolset field it is showing as a number, which is invalid.

The last thing I want to do is manually re-input all of those images.... Any way you can help me?

#2282475

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

The thing is that ACF stores the image attachment ID as custom image field value and Toolset stores the custom image field value as image URL. Having said that how ACF stores custom image field value and Toolset stores the custom image field value is different.

The toolset field it is showing as a number for your imported image field from ACF because ACF stores the image as attachment ID.

Now, to display the image based on that attachment ID, you will require to write custom shortcode. Please check the following related ticket that may help you:
=> https://toolset.com/forums/topic/how-do-display-acf-image-field-in-a-toolset-view/#post-1795045
You can change the code for shortcode as per your requirement.