Font Awesome

Custom Menu Toggle Hamburger

Hello, great theme. Thank you! How i can change default menu toggle icon with my custom. I found a good one hamburgers list, how i can replace default hamburger with this one https://jonsuh.com/hamburgers js, css already include in child theme. Best regards, Thank you

Icons/symbols missing on live site after upgrades

After upgrading Generate Press and GP Premium, some icons/symbols are missing from my live site. e.g. The ‘file’ symbol to the left of categories lists, the left/right chevrons indicating ‘Next article/Previous article’, and the up arrow for fast scrolling to the top of the page. I believe these are Font-Awesome symbols. While in Appearance > … Read more

optimization & font-awesome

Hi guys, I found the https://generatepress.com/fastest-wordpress-theme/ article really helpful for my site. Curious about a couple things: Do you still recommend having both Remove Query Strings and Autoptomize? Or if I have Autoptomize, does that make Remove Query Strings superfluous? I was looking at my 404s today and found these listed: /fonts/fontawesome-webfont.ttf /fonts/fontawesome-webfont.woff /fonts/fontawesome-webfont.woff2 /fonts/fontawesome-webfont.ttf?v=4.7.0 … Read more

Mobile friendly font awesome snippet

Just thought I’d share this nifty font-awesome snippet that tells the visitor your website is mobile-friendly… Use this css to align the desktop icon and colour the checks: .times-desktop.fa-2x.fa-stack-1x {margin-left:13px;} .fa-times {color:#1ca827;} .fa-check {color:#1ca827;} <span class="fa-stack fa-lg"> <i class="fa fa-mobile fa-3x fa-stack-1x"></i> <i class="fa fa-check fa-2x fa-stack-1x"></i> </span> <span class="fa-stack fa-lg"> <i class="fa fa-tablet fa-3x … Read more

Font Awesome icons not loading

Hello, i am having some problems with displaying font awesome icons on my website. I am running wp nginx with Autoptimize and WP Fastest Cache. First i thought that css minifying was the problem, so i have disabled anything css related on Autoptimize and Autoptimize. I also tried to disable gzip in nginx without any … Read more

how to delete font awesome icons unused?

Hello. I’ve seen your post about how to optimize load time on my web site. I use just 5 icons of font awesome, and I’d like delete icons that I don’t use with exception of these 5 icons. How can I do it? Thanks for your help!! 🙂 Edit: I put the code font awesome … Read more

Font Awesome before and/or after button text

Hi Tom, I’d like to have the ability to choose a Font Awsome icon to add to a button. I’ve gone through the forum and added the CSS for different colours and the buttons work great using the below code <a href="#">Green button</a> I have add the FA call before the text and this works … Read more

Fontawesome webfont redirect error

Hello Tom, I recently moved my https site to a new host. On the previous host I did not receive any webfont errors on pingdom on any pages even if queried with http, www. or just my domain name. After the move, if i query with http on my homepage I am ok. If i … Read more

Font Awesome not loading – 404 error

Just upgraded to premium and am very happy with this theme. I had been using genericons, and I just realized they no longer show up. Not sure what happened, but they reappeared after I added a new genericon plugin. I’d like to ditch the plugin and switch to FontAwesome icons, since they are already included … Read more

How to load font awesome from CDN

Hi How can I load font awesome from a CDN? I have tried a solution from Tom in another thread, but it is not working. It still loads the font-awesome from my own site. This is the code that does not work: add_action( 'wp_enqueue_scripts', 'generate_custom_scripts', 10 ); function generate_custom_scripts() { wp_dequeue_style( 'fontawesome' ); wp_enqueue_style( 'fontawesome-cdn', … Read more