• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Resource icon

Font Awesome 6.3.0 Paid Pro FULL files 6.5

No permission to download
Hello bro, can you help us with a link on how to install this on wordpress?
 
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 );
 
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.
 
  • Like
Reactions: RhettTromp94
I am back and I have gotten FA pro 6 (6.3.0 latest) version uploaded into the download link and have a backup in case Mega isn't working. Hope you guys enjoy it.

6.3.0​

Released February 1, 2023

Added​

  • Shined the light on a new sparkle icon.

Changed​

  • Simplified our chess and chess piece icons for consistency.
  • Brought back the search terms in the YAML and JSON metadata files

Fixed​

  • A number of fixes to Sharp Solid icons.
 
  • Like
Reactions: alguem
@nesym I think this is what you're looking for.
Hey DJJigsaw, first of all, thank you for tagging me in. I'm thankful for this resource, but I was looking for the code that can be used for Elementor. I believe back in the day you shared one, that eventually expired or got banned from font awesome.
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock