Home › Forums › Business Epic › Latest version of font awesome
Tagged: font awesome
- This topic has 13 replies, 2 voices, and was last updated 6 years, 7 months ago by
arjun.
-
AuthorPosts
-
-
August 1, 2018 at 7:01 am #793
Mamarelis
ParticipantI don’t know how to install latest version of font awesome. Any help appreciated.
-
August 4, 2018 at 6:19 pm #799
-
August 6, 2018 at 6:56 am #804
Mamarelis
ParticipantThe problem is that I don’t know exactly which files must be replaced…
-
August 9, 2018 at 11:22 am #808
arjun
Keymastergo to font awesome site click on icon you found https://prnt.sc/kgl6rz , check URL and copy shortcode and paste it where you want, I understand these way, still, you have a problem please ask again
-
August 30, 2018 at 6:38 am #855
Mamarelis
ParticipantFirst of all I don’t know why you sent this URL (https://prnt.sc/kgl6rz). When I posted my comment, I was expecting to tell me what I had to replace into my child theme ( in which files/ folders).
-
September 14, 2018 at 1:54 am #924
arjun
Keymasterjust make child themes and take on themes as the folder name, in your WordPress installation directory
-
September 14, 2018 at 7:26 am #925
Mamarelis
ParticipantI have created child theme. It’s 99% ready! I wish I could understand exactly what changes I have to do (which files/folders must be replaced) in order to load latest version of font awesome icons…(?)
-
September 16, 2018 at 3:36 pm #928
arjun
Keymasteryou need to add the latest version of font awesome icon folder structure same as our parent themes in a child theme and do wp_equeue in function.php and if you are still confused please mail us at amplethemes@gmail.com, and provide your child theme, we will add the latest version of font awesome icon for you
-
This reply was modified 6 years, 8 months ago by
arjun.
-
This reply was modified 6 years, 8 months ago by
-
September 20, 2018 at 12:38 pm #931
Mamarelis
ParticipantI sent my child theme 3 days before. Have you received it? (I used WeTransfer)
-
September 23, 2018 at 12:27 pm #960
arjun
KeymasterI got your child theme, I saw it but your child theme has so many errors found so it needs so much time to fix, so again you need to fix your code .here are some tips for you, include the latest version of fontawesome.css > asserts > css> font-awesome.css(same structure as parent themes) and on function.php wp_enquque font awesome css like :
add_action(‘wp_enqueue_scripts’, ‘business_mission_script_fix’, 100);
function business_mission_script_fix()
{wp_enqueue_style( ‘font-awesome’,get_template_directory_uri().’/assets/css/fontawesome.css’ );
}
and you need to search all font awesome prefix ‘fa’ in theme and replace it by ‘fas’.
-
This reply was modified 6 years, 7 months ago by
arjun.
-
This reply was modified 6 years, 7 months ago by
-
September 24, 2018 at 8:04 am #964
Mamarelis
ParticipantThank you for your help. This action works for me and loads icons faster. It’s true that I had some errors in my child theme but it has to do with your theme (I thought that were overcomed). I have created many child themes before this one and I used the same tactic in all themes. I don’t know what went wrong with your theme. Any help with your theme appreciated!
-
September 25, 2018 at 6:00 am #971
arjun
Keymasterover i see in your code, I find that you copy all code from parent themes but child theme had not needed to copy all code from parent themes, only you need to copy which code you want to replace, in WordPress directory business epic child theme is already live, you can see here https://wordpress.org/themes/business-mission/
-
-
AuthorPosts
- You must be logged in to reply to this topic.