Custom HTML for button
-
Hello,
For the plugin I’ve been entering custom HTML in the Text field as a custom button style in order to use FontAwesome icons.
<i class="far fa-print" aria-hidden="true"></i> <i class="far fa-envelope" aria-hidden="true"></i> <i class="far fa-file-pdf" aria-hidden="true"></I>
Up until at least 5.0, this worked fine as you can see here:
https://www.nch.org/doctors/fizan-abdullah/After updating to 5.2.0, the HTML started being output to the page as escaped text rather than HTML. I understand this is probably intentional, so wondering if there’s a way to accommodate custom HTML for the button text still. Otherwise I can create an image to use as a workaround, but would rather avoid if possible.
Thank you!
- The topic ‘Custom HTML for button’ is closed to new replies.