godaddy-wordpress / contact-widgets

Beautifully display social media and contact info on your website with these simple widgets.
https://wordpress.org/plugins/contact-widgets/
GNU General Public License v2.0
14 stars 16 forks source link

Throw dismissible admin notice if we find a font awesome collision #42

Open jonathanbardo opened 7 years ago

jonathanbardo commented 7 years ago

Plugins like WP Tiles uses an older version of Font Awesome in the admin which cause collision with the newer version we are using.

We should check for common patterns in style registration and throw an admin notice if we find a possible collision. The admin notice should be dismissible by an admin.

frankiejarrett commented 7 years ago

Related support issue: https://wordpress.org/support/topic/half-the-social-icons-are-missing/

frankiejarrett commented 7 years ago

@jonathanbardo Perhaps a better way to "detect" Font Awesome would be to scan the global $wp_scripts['registered'] array for paths to font-awesome*.css? It seems more likely that plugins will not register a consistent script handle, and less likely that they would change the stylesheet file name.