- This topic has 5 replies, 2 voices, and was last updated 5 years, 5 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › WordPress Themes – Premium › Flat Responsive › Font Awesome Version
Tagged: Font Awesome
Will you be updating the version of Font Awesome in Flat Responsive soon?
Hello Ellen,
Thanks for contacting us!
We’ll look after it and hopefully update in our next update soon.
Best Regards,
Bidur
Hello Bidur,
Thanks for getting back to me. Is there a way to add the new icons to the theme? I really need to use some of them.
Ellen
Hello Ellen,
We’ll update and let you know.
Thanks!
Hi Bidur,
I noticed some of the new fonts in FontAwesome still aren’t in the latest version of this and some of your other themes. Will this be updated soon? If not, are you offering a fix in the meantime?
Ellen
Hello Ellen,
You can manually update font-awesome icons.
1. Go to font-awesome
2. You can find Downlaod font awesome free button, get the download.
3. Use your child theme to create a css directory as in parent theme and add fontawesome.min.css file from the downloaded package inside it.
4. Now you need to enqueue it from your child theme; open functions.php file inside flat-responsive child theme
5. For instance; Take reference from the function as follows;
<?php
function flat_responsive_child_enqueue_scripts_styles() {
wp_enqueue_style( 'parent-theme-css', get_template_directory_uri() . '/style.css' );
wp_enqueue_style('font-awesome1', get_stylesheet_directory_uri(). '/css/fontawesome.min.css');
}
add_action( 'wp_enqueue_scripts', 'flat_responsive_child_enqueue_scripts_styles');
function parent_dequeue_fontawesome(){
wp_dequeue_style('font-awesome');
}
add_action( 'wp_enqueue_scripts', 'parent_dequeue_fontawesome',11);
Let us know.
Thanks!
With our premium themes, we offer access to site documentation, video tutorials and timely support. Even if you have just started on WordPress, our support staff have the patience to help you create appealing sites gracefully.
Company
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.To find out more, including how to control cookies, see here: Privacy Policy
© Copyright © 2023 Styled Themes. All Right Reserved.