How to create a hyperlink on the back content of Cornerstone Card

Is it possible to embed a link into selected text on the back of a Cornerstone Card element? The supplied button link is great, but I could use additional . . .

Thanks very much,
Laura

Hi Laura,

We can add something like this:
<a href="http://virtualhost.dev/test-page">mylink</a>

Hoep this helps.

I’m sorry – this doesn’t seem to work. . . Is there another way to hyperlink selected text on the back of the card? Or maybe I just don’t understand how to use the code you supplied?

Thank you,
Laura

Hi Laura,

See this: https://screencast-o-matic.com/watch/cbiX6Olqlf

If that is not working like that, please make sure that your theme and plugins are updated. See this: https://theme.co/apex/forum/t/troubleshooting-version-compatibility/195

Hi Lely,

I tried some more, and got a bit farther in that the text is showing up and appears to be a link. However when I click on it on the front end, nothing happens. Could you please check it out at
http://www.lauraletchingerart.com/prints? It’s on the back of the first card titled “RINGER”.
This is the code used :

Original Work has Sold
<a href="http://www.lauraletchingerart.com/ringer>(click here for details)

OK. Nevermind! I see above that I left out the closing quotation mark after my link name. Just added it and now it works. Thanks very much!

Hi There,

Your code is missing an opening <p> tag and a quote. Please update that to this:

<p>Original Work has Sold <a href="http://www.lauraletchingerart.com/ringer">(click here for details)</a></p>
<p>OK. Nevermind! I see above that I left out the closing quotation mark after my link name. Just added it and now it works. Thanks very much!</p>

Hope it helps,
Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.