Dear Customers! We're out of the office from the 6th of October to the 11th of October. We sincerely apologize for the inconvenience. For WordPress 5.5.* related issues, please visit this article

Okay
  Public Ticket #1480172
Adding link to icon list text
Closed

Comments

  • chtoller started the conversation

    Added an icon list and would like to insert a href tag into the "text description" like this:

    <a ref="http://dev.on-market.at/wp-content/uploads/ON-Market.vcf">ON Market, Linke Wienzeile 36, 1060 Wien</a>

    Below the text field it actually says "Text description of the icon list element. HTML anchor tags allowed.", but in the end the whole line is quoted and put into a span, so the link source is shown. You can see that on https://dev.on-market.at 

    How should this work?

  •  255
    Joanna replied

    Hi chtoller,

    I'm getting a 'Privacy error' while trying to view your site -looks like you are transitioning to https via a SSL certificate.

    Let me know once you have resolved that and I'll check out your question


    Kind regards,
    Joanna
    Veented Support

    Find a helpful article for your theme here: https://veented.ticksy.com/articles/#article-categories

    Check out our latest article: How to Improve Page Loading Times

    Don't forget to hit the like button below if you are happy with your support answer :)

  • chtoller replied

    Hi Joanna,

    no, we are not trying to migrate to https (even though I recommended that :) )

    That was just a typo! Please go to http://dev.on-market.at.

    Sorry for the inconvenience!
    By the way, there is some mixed content loaded by some script that Firefox warns about, but that should not prevent you from accessing the page.

    Thanks!

  •  255
    Joanna replied

    Hi chtoller,

    Ah I see now

    Ok, I've added this to be fixed for the next main theme update, but for now you can do a small edit to the code.

    In this file: plugins\engage-core\shortcodes\lib\icon-list.php on line 64 where it says:

    . esc_html( $new_line['text'] ) .
    

    Change it to:

    . $new_line['text'] .
    

    Then save, upload and replace to the same directory via ftp/hosting control panel.


    Kind regards,
    Joanna
    Veented Support

    Find a helpful article for your theme here: https://veented.ticksy.com/articles/#article-categories

    Check out our latest article: How to Improve Page Loading Times

    Don't forget to hit the like button below if you are happy with your support answer :)

  • chtoller replied

    Perfect, thanks a lot!

    That works as expected now.

    Cheers,

    Christian

  •  255
    Joanna replied

    Hi chtoller,

    Great! That that helped


    Kind regards,
    Joanna
    Veented Support

    Find a helpful article for your theme here: https://veented.ticksy.com/articles/#article-categories

    Check out our latest article: How to Improve Page Loading Times

    Don't forget to hit the like button below if you are happy with your support answer :)