Resource icon

Font Awesome 6 Paid Pro - Official Release v6.7

No permission to download

mike1100

New member
Dec 11, 2019
23
13
3
Hello bro, can you help us with a link on how to install this on wordpress?
 

launesatans

Member
Trusted Uploader
May 2, 2022
41
24
18
localhost
Hello bro, can you help us with a link on how to install this on wordpress?
Thats actually fairly easy, the way i do it is like so:

1. Create a folder for example "iconfonts" in your current using theme.
2. Place all downloaded files in there
3. Edit and add this at the very end of your functions php like the following:
/** * Add Iconfont */ function fa_import(){ // point the wp enqueue script to your wanted CSS files, for example the all.min.css wp_enqueue_style( 'custom', get_template_directory_uri() . '/iconfonts/css/all.min.css' ); } add_action('wp_enqueue_scripts', 'fa_import'); // Remove Old Font Awesome CSS, optional if you don't want to load unnecessary font awesome files from elementor add_action( 'elementor/frontend/after_register_styles',function() { foreach( [ 'solid', 'regular', 'brands' ] as $style ) { wp_deregister_style( 'elementor-icons-fa-' . $style ); } }, 20 );
 
  • Like
Reactions: mike1100

mike1100

New member
Dec 11, 2019
23
13
3
Thats actually fairly easy, the way i do it is like so:

1. Create a folder for example "iconfonts" in your current using theme.
2. Place all downloaded files in there
3. Edit and add this at the very end of your functions php like the following:
/** * Add Iconfont */ function fa_import(){ // point the wp enqueue script to your wanted CSS files, for example the all.min.css wp_enqueue_style( 'custom', get_template_directory_uri() . '/iconfonts/css/all.min.css' ); } add_action('wp_enqueue_scripts', 'fa_import'); // Remove Old Font Awesome CSS, optional if you don't want to load unnecessary font awesome files from elementor add_action( 'elementor/frontend/after_register_styles',function() { foreach( [ 'solid', 'regular', 'brands' ] as $style ) { wp_deregister_style( 'elementor-icons-fa-' . $style ); } }, 20 );
Thanks, it worked great.
 

DJJigsaw

Active member
Nov 10, 2020
255
137
43
MrSam_1 updated Font Awesome 6 Paid Pro - Official Release with a new update entry:

Font Awesome 6+ Paid Pro - Official Release

Decryption key:


These are in the same folder as the other 6.7 zips

Released December 16, 2024

Fixed​



  • Fixed minification bug that caused problems with libraries like jQuery and older Safari versions


  • Updated the Library.add() TypeScript definition to be more typey and scrippy


  • Missed a hard-coded "fa" in the SCSS assets which caused...

Read the rest of this update entry...
 

Forum statistics

Threads
69,219
Messages
908,388
Members
236,954
Latest member
phetzzz

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu