• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

install Font Awesome to work in Buddypress installation with Executive theme

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › install Font Awesome to work in Buddypress installation with Executive theme

This topic is: resolved

Tagged: buddypress, font awesome

  • This topic has 4 replies, 2 voices, and was last updated 12 years, 7 months ago by AnitaC.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • June 26, 2013 at 7:22 pm #47924
    Ben Siegfried
    Participant

    I'm trying to install Font Awesome to work with the Executive them that has a Buddypress install. I'm trying to get Font Awesome icons to show on a the "Activity Streams" and "Members" pages that are Buddypress driven. I am not sure if this Buddypress install being under the Executive them is right for this forum with what I am trying to do?

    I've followed Font Awesome's instructions by placing their CSS and Font folders in the root of Executive theme but the fonts are not showing on "Activity Streams" and "Members" pages. To see them you have to be a registered and logged in member. The site is sandbox status, so it's ok if you register, I'll delete you before going live.

    I've also tried placing them in Plugins > buddypress > bp-themes > bp-default and that didn't work. I've tried moving the Font folder and the CSS file for Font Awesome to the Plugins > buddypress > bp-templates > bp-legacy directory and placed the css file for font awesome into the CSS folder in that directory, the same directory where the buddypress.css is (that styles the buddypress pages).

    Is this an issue better taken to the Buddypress forum?

    Ben

    http://bensiegfried.com/gmse/
    June 26, 2013 at 7:57 pm #47932
    AnitaC
    Keymaster

    Try copying the only what you need into the Style.css at the very bottom and see how it reacts. Sometimes you need to place it in there.


    Need help with customization or troubleshooting? Reach out to me.

    June 26, 2013 at 7:59 pm #47933
    AnitaC
    Keymaster

    You can also try out @RealFatMedia's instructions here - http://youneedfat.com/font-awesome-wordpress-cdn/.


    Need help with customization or troubleshooting? Reach out to me.

    June 26, 2013 at 8:32 pm #47941
    Ben Siegfried
    Participant

    Oh my goodness anitac, the CDN method is the one!

    Thank you so much!

    I added this to the Executive Theme function.php's file and it works like a charm ; )

    /**
    * Registers and loads font awesome
    * CSS files using a CDN.
    *
    * @link http://www.bootstrapcdn.com/#tab_fontawesome
    * @author FAT Media
    */
    add_action( 'wp_enqueue_scripts', 'mytheme_add_the_awesome' );
    function mytheme_add_the_awesome() {
    // Register the awesomeness.
    wp_register_style( 'font-awesome', '//netdna.bootstrapcdn.com/font-awesome/3.2.0/css/font-awesome.min.css', null, '3.2.0' );
    do_action( 'mytheme_add_the_awesome' );
    }
     
    // Load the awesomeness
    add_action( 'mytheme_add_the_awesome' , 'mytheme_load_the_awesome' );
    function mytheme_load_the_awesome() {
    wp_enqueue_style( 'font-awesome' );
    }

    Read more at http://youneedfat.com/font-awesome-wordpress-cdn/#sWM2YrXKoey1RL7p.99

    June 27, 2013 at 6:09 am #47998
    AnitaC
    Keymaster

    Glad it worked for you. @RealFatMedia is one of the many great resources of good code I use.


    Need help with customization or troubleshooting? Reach out to me.

  • Author
    Posts
Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble