Font-Awesome icons disappearing when plugin is activated

Viewing 5 posts - 1 through 5 (of 5 total)
#27882

benchmark
Member

Hey,

My issue is that my Font-Awesome icons are disappearing on my website when the plugin is activated. If I de-activate the plugin everything works normal.

Any idea what I could do in order to use your great plugin and keep displaying the Font-Awesome icons?

Thanks!

#27896

Tauhid
Member

You need to remove font-awesome from our plugin. Please go to admin Plugins->Download Manager->Edit->Plugin Files->download-manager/functions.php
comment/remove following line wp_enqueue_style('font-awesome', plugins_url('/download-manager/font-awesome/css/font-awesome.min.css'));. It would help you. Thanks.

#27903

benchmark
Member

I carried out your instructions, but it hasn’t solved the problem. The Font-Awesome icons are still missing from my site.

Please go to http:mtx.co.uk and see for yourself

#27904

benchmark
Member

I’ve managed to solve the issue by also removing the following:
wp_enqueue_style('font-awesome', WPDM_BASE_URL.'font-awesome/css/font-awesome.min.css');

Will I have to remove this with every Download Manager plugin update?

Thanks

#27958

Tauhid
Member

If font-awesome conflict with new update you need to do that. Thanks.

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Font-Awesome icons disappearing when plugin is activated’ is closed to new replies.