• 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"

Font Awesome Pro - Elementor Integration

Font Awesome Pro - Elementor Integration v5.13.0

No permission to download
In my opinion, I'll just keep use my FAwe Pro svg files and sanitize them instead of this unstable solution, too risky as Idk if the files contain malicious codes and you have to renew the same process for each elementor update .
 
thanks so u still have license ?
 
Elementor working on update font awesome 5 to 6 into their realease 3.9

After that, we could make the magic trick to include pro version.

If someone could have full FA web pro version, please share.
 
  • Like
Reactions: imrangtsdev
Let me know how this goes please!
 

6.3.0​

Released February 1, 2023

Added​

  • Shined the light on a new sparkle icon.
 
Thanks @sharmanhall , I tried it but because there were so many icons, sooner or later the website would crash. I will try it and see how it works.
 
Here is v6.1 I made some time ago. It does work. Working on 6.3.0.
 

Attachments

  • Font-Awesome-Pro-6-Thin-v6.1.zip
    3.6 MB · Views: 10
  • Font-Awesome-Pro-6-Solid-v6.1.zip
    2.4 MB · Views: 6
  • Font-Awesome-Pro-6-Regular-v6.1.zip
    2.9 MB · Views: 5
  • Font-Awesome-Pro-6-Light-v6.1.zip
    3.2 MB · Views: 5
  • Font-Awesome-Pro-6-Duotone-v6.1.zip
    2.9 MB · Views: 6
  • Font-Awesome-Pro-6-Brands-v6.1.zip
    785.6 KB · Views: 7
  • Like
Reactions: PotePipote
1) Create a folder 'fontawesome6' in your current using theme.
2) Place all downloaded files in there
3) Add/Edit this code to your theme functions.php



PHP:
/**
* Add Font Awesome Pro 6.3.0
*/

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() . '/fontawesome6/css/all.css' );
    
    // uncomment these if you want any of them specifically.
    // wp_enqueue_style( 'custom', get_template_directory_uri() . '/fontawesome6/css/brands.css' );
    // wp_enqueue_style( 'custom', get_template_directory_uri() . '/fontawesome6/css/duotone.css' );
    // wp_enqueue_style( 'custom', get_template_directory_uri() . '/fontawesome6/css/fontawesome.css' );
    // wp_enqueue_style( 'custom', get_template_directory_uri() . '/fontawesome6/css/light.css' );
    // wp_enqueue_style( 'custom', get_template_directory_uri() . '/fontawesome6/css/regular.css' );
    // wp_enqueue_style( 'custom', get_template_directory_uri() . '/fontawesome6/css/sharp-regular.css' );
    // wp_enqueue_style( 'custom', get_template_directory_uri() . '/fontawesome6/css/sharp-solid.css' );
    // wp_enqueue_style( 'custom', get_template_directory_uri() . '/fontawesome6/css/solid.css' );
    // wp_enqueue_style( 'custom', get_template_directory_uri() . '/fontawesome6/css/svg-with-js.css' );
    // wp_enqueue_style( 'custom', get_template_directory_uri() . '/fontawesome6/css/thin.css' );
    // wp_enqueue_style( 'custom', get_template_directory_uri() . '/fontawesome6/css/v4-font-face.css' );
    // wp_enqueue_style( 'custom', get_template_directory_uri() . '/fontawesome6/css/v4-shims.css' );
    // wp_enqueue_style( 'custom', get_template_directory_uri() . '/fontawesome6/css/v5-font-face.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 );
 
Font Awesome Pro v6.3.0

Just install into Elementor as Icon Set :)

Note: duotone is the only one with errors. The rest of them are complete.
 

Attachments

  • font-awesome-pro-6-solid-v6.3.zip
    2.1 MB · Views: 54
  • font-awesome-pro-6-regular-v6.3.zip
    2.6 MB · Views: 45
  • font-awesome-pro-6-light-v6.3.zip
    3.2 MB · Views: 59
  • font-awesome-pro-6-duotone-v6.3.zip
    2.8 MB · Views: 28
  • font-awesome-pro-6-brands-v6.3.zip
    785.3 KB · Views: 29
  • font-awesome-pro-6-thin-v6.3.zip
    3.5 MB · Views: 42
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