• Resolved lee03351

    (@lee03351)


    After the update, I have noticed that all the content now display it’s HTML code as the content on the front end.

    For example, it show display like this

    TEL : 123456789
    Email : [email protected]

    Now it’s showing as

    <p><i class="fas fa-phone-square-alt"></i> TEL : 123456789<br /><i class="far fa-envelope"></i> Email : <a href="mailto:[email protected]">[email protected]</a></p>

    Am I missing something? I haven’t touch any setting yet, just like to find out how I can resolve this. Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Johan van der Wijk

    (@vanderwijk)

    I can’t replicate the issue, could you please describe exactly where you have added the html tags and can you share the shortcode you are using?

    Are you by any chance using suppress_content_filters=”yes” on the shortcode?

    ZLC

    (@kindnessville)

    @vanderwijk

    Yes, here’s an example of one shortcode I’m using:

    <div class="news">[content_block id=44726 suppress_content_filters="yes"]</div>

    Plugin Author Johan van der Wijk

    (@vanderwijk)

    Ah, as I suspected you are using the suppress_content_filters option. I was a bit overzealous when adding input and output sanitization. I have released an update to the plugin that should resolve your issue. Thanks for reporting it!

    ZLC

    (@kindnessville)

    Thank you so much for the update and your wonderful plugin!

    I needed to use that option to keep my formatting intact. I think it had something to do with my AddToAny buttons.

    I’m happy we could resolve this.

    Thread Starter lee03351

    (@lee03351)

    @johan van der Wijk:

    Thank you very much for the update! That resolved my issue too!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘HTML content now showing as text’ is closed to new replies.