• Resolved theshae

    (@theshae)


    Before I updated to the latest version of Popoup Maker,
    I could put code in for the close button. I was using font awesome for this.
    <span class="fa-stack fa-2x"><i class="fa fa-circle fa-stack-2x"></i><i class="fa fa-close fa-stack-1x fa-inverse"></i></span>

    After updating, the plugin prints out the code instead of rendering it.

    Is there a better way to do this?

    https://wordpress.org/plugins/popup-maker/

Viewing 1 replies (of 1 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    @theshae – You will likely need to use a custom template in your theme folder. We had to escape the output there because it created a place that JS could be rendered if we didn’t, that would be a huge security issue.

    I will look into it, maybe we can find a less strict sanitizing function.

Viewing 1 replies (of 1 total)
  • The topic ‘HTML font awesome close button’ is closed to new replies.