Hello,
how can I display a href-code inside the text-editor without autocorrectin, please?
I want to insert this as it is:
<a href="[affiliates_url]">Affiliate link</a>
But this is the result every time: Affiliate Link
[affiliates_url] will output the needed link..
I tried everything, also direct embedding in textmode between the code-tags. Nothing helps.
I need to display it clear, cause it´s an affiliate link to embed for our affiliates and I hope there is no need to install an extra plugin just for this one line of code.
Regards
Hi Bruno!
Thank you for using Enfold.
Where did the shortcode [affiliates_url] coming from? Is this a plugin shortcode? If that is the case, you need to contact the plugin author and ask them why the shortcode is not working inside link codes.
Best regards,
Ismael
Hi Ismael,
it´s from Affiliate Pro and the shortcode works right.
The problem is the follow. I need to display the link in plain html with it´s tags. On this way the people can copy it for embedding. But it will always convert into a text link:
This is what I need to display exactly as it is inside the page for our affiliates:
<a style="color: #dc6400;" href="affiliate-link-from-shortcode">Affiliate Link</a>
For this I insert in text mode this:
<pre><code><a style="color: #dc6400;" href="[affiliates_url]">Affiliate Link</a></code></pre>
But all you can see is this:
Affiliate Link
It converts the plain html to a text link. That means that <pre> and <code>
don´t work. How can I stop this just for this line of code?
Hey!
You can use a Code Block element with this settings – http://screencast.com/t/NQ8ZnQfnwe
Regards,
Josue