Skip Navigation

[Resolved] placing an image with custom field email link

This support ticket is created 2 years, 2 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 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9: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/Karachi (GMT+05:00)

This topic contains 2 replies, has 2 voices.

Last updated by feikoB 2 years, 2 months ago.

Assisted by: Waqar.

Author
Posts
#2501437

Tell us what you are trying to do?
Trying to show an image with a custom field email link

What is the link to your site?
hidden link

Trying to use this html

But the link results in
hidden link
instead of only the email address.

#2502111

Hi,

Thank you for contacting us and I'd be happy to assist.

On my test website, I was able to make the email link work, by using slightly modified code:


<a href="mailto: [types field='mailadres-recruiter' output='raw' item='@recruiter-vacature.parent'][/types]"><img src="/wp-content/uploads/2022/10/Group-655.png" width="128" height="120" class="size-full" /></a>

Can you please test it like this and let me know how it goes?

regards,
Waqar

#2502257

My issue is resolved now. Thank you!