- This topic has 12 replies, 2 voices, and was last updated 6 years, 6 months ago by Andrew Misplon.
Tagged: Font Awesome
- AuthorPosts
- May 25, 2018 at 9:17 am #9862
HenrySavageParticipantHello guys, before all, thank you very much for your great work.
I Manage a company site, and after last update (other person, yesterday May 24th), the font awesome icons have been disappeared, and I can not be able to fix it. Could you please tell me if there’s an incompatibility (or other) issue with the last update? Do you have any solution in mind?
I use Ultra Free.
Thank you very much.
C.
May 25, 2018 at 9:22 am #9863
HenrySavageParticipantThis reply has been marked as private.May 25, 2018 at 9:24 am #9864
HenrySavageParticipantThis reply has been marked as private.May 25, 2018 at 9:26 am #9865
Andrew MisplonKeymasterHi š
Thanks for posting.
Iām offline for a bit but will take a look as soon as Iām back on later.
Please and a url to your site.
If possible, please save private replies for sending urls so the forums can stay readable. Thanks!
May 25, 2018 at 9:28 am #9866
Andrew MisplonKeymasterGot the URL. Will reply as soon as Iām able.
Cheers
May 25, 2018 at 9:29 am #9867
HenrySavageParticipantThank you Andrew!
C.
May 25, 2018 at 3:32 pm #9868
Andrew MisplonKeymasterHi. An issue might be arising from Download Manager also using Font Awesome. Is that a plugin you’re making use of?
May 25, 2018 at 3:57 pm #9873
HenrySavageParticipantHi Andrew, yes, I’m using Download Manager.
May 25, 2018 at 3:59 pm #9874
Andrew MisplonKeymasterThanks. Does the issue resolve if you temporarily deactivate Download Manager?
May 25, 2018 at 4:02 pm #9875
HenrySavageParticipantHi Andrew, yes, If I deactivate the plugin it works.
May 25, 2018 at 4:06 pm #9877
Andrew MisplonKeymasterBoth the plugin and the theme are adding Font Awesome using the standard handle which is how it’s meant to work. Unfortunately, there isn’t backwards compatibility between FA post version and version 4. To correct this you can install a plugin called Code Snippets and go to Code Snippets > Import and import the following function.
https://purothemes.com/wp-content/uploads/2018/05/font-awesome.code-snippets.json
For reference the function we’re adding is:
if ( ! function_exists( 'ultra_child_scripts' ) ) : function ultra_child_scripts() { wp_enqueue_style( 'font-awesome-4.7.0', get_template_directory_uri() . '//puro-4401.kxcdn.com/font-awesome/css/font-awesome.min.css', array(), '4.7.0' ); } endif; add_action( 'wp_enqueue_scripts', 'ultra_child_scripts', 8 );
But if using Code Snippets, download the file and import it into Code Snippets and activate.
May 28, 2018 at 8:39 am #9887
HenrySavageParticipantHello Andrew, it has solved the problem.
Thank you very much for your support, fast and professional! *****
C.
May 28, 2018 at 2:30 pm #9893
Andrew MisplonKeymasterSuper š Glad to hear that did the trick.
All the best.
- AuthorPosts
You must be logged in to reply to this topic.