Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #338029

    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

    #338226

    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

    #338232

    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?

    #339704

    Hey!

    You can use a Code Block element with this settings – http://screencast.com/t/NQ8ZnQfnwe

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.