On the Teams page we have a Views grid with team members. Previously imported or created Team Member entries have no problem creating an email link in the custom field. But Email address links are not appearing on New Members added today. Using the email field and this config: mailto:name@company.com
the email field should store email addresses, and "mailto:name@company.com" isn't an email address (it includes the mailto link protocol).
You should enter email addresses like "name@company.com".
I'm not sure why one instance worked using this format, but you should enter pure email addresses (it might be a good idea to activate validation for the email field in its settings).
If it still doesn't work after making that change, let us know.
The field was a URL field. I have made it an email field. Then took out the "mailto:" Still not seeing the email link on the front end for new team members.
It's really strange that for old records its working and for new one its not.
Can you please share problem URL where I can see the issue as well as admin access details.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
somehow the conditional is break and it does not work as expected maybe as you have changed the field type or could be other possible reason.
As a workaround, I've remove the image block and instead of that I've added the "Fields and Text" block and to that block I've added the following HTML content:
Where as you can see we are assigning the dynamic office email link field value using the shortcode:
- [types field='office-email-link' output='raw'][/types]
In addition to that I've added the following CSS code to your view's "Custom JS and CSS" tabs "Custom CSS" box:
It seems as you added the mailto: in the URL field it's casing the problem with conditional block.
For now to ensure both old and newly added entries the conditional should work, I've added the "Fields and Text" block and within that I've added the following conditional statement and removed the conditional block that was used to check the email field.