Skip Navigation

[Resolved] Custom field stopped working after upgrade of toolset

This support ticket is created 6 years, 7 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
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 16 replies, has 2 voices.

Last updated by Shane 6 years, 6 months ago.

Assisted by: Shane.

Author
Posts
#909383

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Chris,

Lets see how bust I can explain.

Right now you currently have the select fields with the value hidden link > stored in it.

Instead of having the entire link format stored you can store this /labels/stax-records/ instead of the entire url. Now this is going to get a little complex because you're going to need to use some conditionals to check the link being used and display the relative image based on that link.

Now to display the image and link you will do.

<a href='[types field="my-field"][/types]'><img src='<em><u>hidden link</u></em>' /></a>

Please let me know if this is clear.

Thanks,
Shane

#921307

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Chris,

An update has been release that should fix this issue.