Hi,
I've uploaded and activated the plugin but the icons aren't showing up!
I have done everything suggested by the plugin
for example, the plugin FAQ says:
Check your theme's header.php file for <?php wp_head(); ?> within the <head> and </head> tags. If it is not there, then the plugin is unable to hook the stylesheet into your document, thus making it impossible to display the icons.
I have added <?php wp_head(); ?> to header.php
You might also check your theme's stylesheet for anything that ends with "!important;" as that has the potential to override any styles that are applied elsewhere.
I have removed "!important;" from everywhere.
What else I need to do to make the plugin work?
Or is it that this plugin does not work with WP3.0?
Thanks.