Is it possible to generate multiple clickable email addresses/links in an email link column? For example, if I enter [email protected]||First Last; [email protected]||First1 Last.
I've tried separating the list with different punctuation marks, but they all end up linked to the first email address in the list.
Please provide me a temporary WP-admin (administrator) user for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue.
We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course, we do not provide login data to third parties.
You can write credentials here just check PRIVATE Reply so nobody can see them except us.
Is it possible to generate multiple clickable email addresses/links in an email link column? For example, if I enter [email protected]||First Last; [email protected]||First1 Last.
I've tried separating the list with different punctuation marks, but they all end up linked to the first email address in the list.
Hello Sarah,
Thank you for reaching out to us.
Can you please provide me with the URL of the page where the table is so I can take a look and provide you with an update on this?
Looking forward to your reply.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hello Sarah,
Thank you for that.
Please provide me a temporary WP-admin (administrator) user for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue.
We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course, we do not provide login data to third parties.
You can write credentials here just check PRIVATE Reply so nobody can see them except us.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi, Sarah
Sorry for the delay
-
Basically, when we choose URL type column in our plugin - this type of column can only render everything in the cell as one link.
-
But, when you need to place multiple hyperlinks in the same cell,
then you have to change the column type to a String column,
then it requires custom HTML in the cells,
you have to wrap the links in HTML "anchor" tags.
-
Please check more about our String columns here.
- If you need help in making HTML hyperlinks, please check out this useful resource at W3Schools.
So, for example, as from their example,
if we wish multiple links in same cell, you would place something like this :
That would present two hyperlinks, with the displayed text as 'Visit W3Schools.com!' , and behind the text will be the URL link.
Let us know if that works for you, and if you have any questions.
Thank you
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Thank you so much! That was very helpful.