-
1st alternative is to use the CDN. When using it the icons are visible:
https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css
-
2nd alternative is to include all resources necessary. When you are using only the min CSS, the console is marking the following resources as not found but required :
GET wp-content/plugins/new/fonts/fontawesome-webfont.woff2?v=4.4.0 GET wp-content/plugins/new/fonts/fontawesome-webfont.woff?v=4.4.0 GET wp-content/plugins/new/fonts/fontawesome-webfont.ttf?v=4.4.0 404 (Not Found)
Here are the resources that you need (the fonts).
p.s. I’ve installed the plugin and then troubleshoot it.
Related Posts:
- What is better way to use Bootstrap inside admin panel?
- What is the proper way to include Bootstrap when executing a shortcode
- Bootstrap doesn’t work on admin menu page-How to override wp-admin style?
- Gutenberg table block with Bootstrap .table class
- Bootstrap Error in WordPress plugin
- Bootstrap within shortcode
- New jquery and bootstrap breaks plugin
- Add the Twitter Bootstrap framework for the development of my plugins
- From my Plugin Settings Page use check boxes to load specific css files (e.g. Bootstrap / Foundation)
- Bootstrap collapse in custom WordPress widget
- WP Job Manager – Show recent jobs as cards
- Unit testing for plugin development
- Create a custom admin page for custom post type + taxonomies + metas
- Is There A Hook To Process The Content Of The Text Widget?
- When is wp_loaded initiated only with admin or only when user enters the site or both?
- How would I create a plugin for my shortcodes?
- Preferred way to include Advanced Custom Fields in a plugin?
- function triggered by “manage_users_custom_column” filter not working
- Save metabox with multiple checkbox array
- How does uninstalling WordPress plugins work?
- Error with Custom Admin Screen in iframe Thickbox
- How to link to images in my plugin regardless of the plugin folder’s name
- ERROR: Options page not found – saving settings page with tabs
- Can I leave out `if ( ! defined …)` when defining plugin constants?
- WordPress Ajax callback function from plugin – OOP
- Is there any way to have Featured Text, as opposed to Featured Image?
- Can I use namespaces in my plugin?
- Will cron job run if page loaded is being served from cache?
- Sharing common functionality (functions, template parts) between plugins and themes?
- Custom url for a plugin page add_rewrite_rule WordPress
- Access first name and last name from user_register
- Use wp_set_post_terms() instead of wp_insert_post()
- Woocommerce custom emails without header and footer
- Custom attribute type not displaying terms in edit product – WooCommerce
- How do I add a prefix when a user registers
- Check and load class of theme from a plugin
- Short code not working in boostrap modal dont no why?
- How can I turn a custom wordpress page into a product page?
- how to get link of added document with a post
- Doubts about the use of metadata and how this can affect performance on WordPress
- How can I replace content in the WP Admin area before an admin page is rendered?
- update_post_meta not working in a loop
- When is the proper time to minify css and js with git workflow?
- Get draggable widgets on Edit Post page
- Plugin that saves form data
- Auto-Populate Image After Media Upload
- Warning: include(): https:// wrapper is disabled in the server configuration by allow_url_include=0
- update your existing plugin’s WordPress compatibility
- How dynamic action login_form_{action} is working
- WP Multisite login not working on one subsite. Possibly cookies/ history issue?
- dbDelta not installing database
- Cannot get jQuery UI to enqueue in my plugin!
- Can I use %category% like Templates in my Plugin?
- How to get the url of logo image?
- Plugin path comes wrongly
- Catching Form Submission in WordPress Admin Panel
- Replace first occurence of a word with link [closed]
- Converting core modification to a plugin
- How to replace settings in WordPress plugin from a theme
- Save temporary registration data
- Activate / Deactivate plugin
- Adding filter to the title without affecting the menu title
- How to validate inputs with filter in register_setting callback
- How can the_excerpt (or equivalent) be called on a category description?
- Plugin Creation: Overriding upload_max_size and post_max_size
- Problems with wierd characters and my plugin
- How to call a function from a shortcode function in an oop plugin
- How to access index file in Block Themes?
- wp_new_user_notifications to notify user and admin about new user registration
- Is it possible to use the MySQL’s ORDER BY FIELD() clause as part of the pre_get_posts hook?
- Multiple TinyMCE on button click is initialized and appended but why only last one is writeable?
- How to create a custom post-new.php page for plugin , no wp menu
- How to create a custom WordPress page with my plugin?
- Why User_login key doesn’t work with wp_update_user()
- How to limit number of category term display in home page grids?
- A question on init and activation hooks
- Shortcode content is not showing. Only the [shortcode-tag] is showing
- Always hide a page from the menu
- How to remove the WooCommerce Product->Category thumbnail from admin [closed]
- Is it possible to replace MySQL with JSON files for WordPress
- Add custom html classes to gutenberg wrapper
- Author Meta in Author URL Link
- Replace “content-area” of themes 404 page with plugin?
- Autoloading & Namespaces in WordPress Plugins & Themes: Can it Work?
- WordPress doesn’t create table on plugin activation
- Create Customization panel for Plugins not for theme
- Update database record in plugin
- How is construct function working even when variable is assigned null value?
- get_comment_meta() for a filter hook in a plugin
- Custom signature appears twice on page
- Declaring a new woo commerce product type i get this error
- Can I use a hook other than ‘init’ to handle form submissions?
- Managing Custom Designed Content
- Stop theme displaying comments
- Wrapping shortcodes in another shortcode
- Adding a custom button to WordPress Add Post (and Edit Post too) screen, that can save the post
- How to display custom taxonomy and terms using/creating plugin template
- Display Data’s metabox in page
- How to add ‘use_desc_for_title = 0’ to all wp_list_categories calls?
- Modify a Themes Appearance >> Header admin screen from a plugin