wordpress-fontawesome icon indicating copy to clipboard operation
wordpress-fontawesome copied to clipboard

Font Awesome Official WordPress Plugin

Results 33 wordpress-fontawesome issues
Sort by recently updated
recently updated
newest added

This is somewhat related to [this closed issue](https://github.com/FortAwesome/wordpress-fontawesome/issues/106). I noticed that the Font Awesome plugin's REST API route (defined in `class-fontawesome-api-controller.php`) uses the following to authenticate calls to its API...

Hey @mlwilkerson , I have almost finished adjusting my theme to (optionally) use the SVG Kit (for max performance purposes) by refactoring my pseudo-elements icon instances. However, I noticed that...

WordPress multi-site mode allows not only for creating multiple _sites_ within a network, but also creating multiple _networks_, each of which may have multiple sites. When creating a new _network_,...

From the [WordPress support forum](https://wordpress.org/support/topic/option-to-serve-locally/), there is a request to self-host Font Awesome Pro, rather than using the CDN. This idea is currently moving in quite a different direction from...

Recent issues in the support forum indicate scenarios where upgrading, downgrading, and fallback among multiple installations of the plugin--sometimes by various themes or plugins shipping it as a library--results in...

To reproduce: 1. configure the plugin with default configuration (CDN, Free, Webfont) 2. create a post with the block editor, using shortcodes for the icons (same result if `` or...

WordPress 5.8 [introduced block editing](https://make.wordpress.org/core/2021/06/29/block-based-widgets-editor-in-wordpress-5-8/) to the widget editing interfaces. Unfortunately, this plugin currently does not support it because that particular editing interface involves the possibility of legacy widgets that...

enhancement

From the [support forum](https://wordpress.org/support/topic/possible-to-remove-the-add-font-awesome-icon-on-post-edit-screen/): > In the new version, as noted in this thread there’s now an Add Font Awesome button that shows up on the post edit screen. >...

Cases to consider: 1. when there is an `[icon]` shortcode 2. when there is an `` tag 3. when the CSS defines pseudo-elements The TinyMCE visual pane is rendered within...