You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TinyMCE visual pane is rendered within its own <iframe>, which does not include Font Awesome.
To make this feature work would require:
installing the currently configured Font Awesome that's active in the outer DOM into that TinyMCE visual preview <iframe>
converting any [icon] shortcodes into the corresponding <i> tags (just for preview, not in the stored post content)
CAVEAT on pseudo-elements: pseudo-elements support is disabled by default for SVG/JS. That would need be additionally enabled within the Tiny MCE <iframe> when it's enabled in the outer DOM.
The text was updated successfully, but these errors were encountered:
Cases to consider:
[icon]
shortcode<i>
tagThe TinyMCE visual pane is rendered within its own
<iframe>
, which does not include Font Awesome.To make this feature work would require:
<iframe>
[icon]
shortcodes into the corresponding<i>
tags (just for preview, not in the stored post content)CAVEAT on pseudo-elements: pseudo-elements support is disabled by default for SVG/JS. That would need be additionally enabled within the Tiny MCE
<iframe>
when it's enabled in the outer DOM.The text was updated successfully, but these errors were encountered: