font awesome

  1. ENXF NET

    xF2 Add-on Font Awesome 5 integration 1.2.0

    Description This modification allows you to use FA5. After the installation you can easily choose if it should be activated and wether it should use local files or a CDN. Feature summary use local files or a CDN use all icons from the free style
  2. ENXF NET

    xF2 Add-on [Xenbros] Custom Tool Bar 2.0.5

    [Xenbros] Custom Tool Bar Custom Toolbar is a premium addon extension for xenforo by xenbros, the best vertical xenforo toolbar addon on the market. Advanced toolbar creates closer bonds between your audience and your brand supporting your business goals. Make your forum menu complete! No...
  3. ENXF NET

    xF2 Add-on [AH] Font Awesome 1.0.1

    This only works with XenForo 2.1.x! What does this add-on do? This add-on lets you add Font Awesome 5 icons to various areas. All the icons are added via CSS to ensure it works with third party styles. There is one template modification to insert the css template into the PAGE_CONTAINER...
  4. ENXF NET

    xF2 Add-on [cXF] Advanced Footer 2.1.14

    FEATURES fixed (sticky) footer enable fixed footer so the footer will always stay on top and visible make fixed footer wide to it fits the browser an not only the forum width disable fixed footer on mobile if you wish footer icons add icons to footer links choose any Font Awesome icons for...
  5. ENXF NET

    xF1 Add-on [cXF] Social Icons in Header 1.3.1

    This add-on will add an option for social icons (Facebook, Twitter, Linkedin, Google+), RSS or contact icon to show in header. * if you will use Font Awesome icons, it is recommended to install this add-on: [cXF] Font Awesome Switch, unless you already have them installed by a third party style...
  6. ENXF NET

    xF1 Add-on [cXF] Sidebar Extension 1.5.8

    This add-on will enhance your default XenForo sidebar. * if you will use Font Awesome icons, it is recommended to install this add-on: [cXF] Font Awesome Switch, unless you already have them installed by a third party style or add-on. Features: login form in sidebar remove visitor panel block...
  7. ENXF NET

    xF1 Add-on [cXF] Sidebar Extension for XenForo Resource Manager 1.2.1

    This add-on will enhance your default XenForo Resource Manager sidebar. * if you will use Font Awesome icons, it is recommended to install this add-on: [cXF] Font Awesome Switch, unless you already have them installed by a third party style or add-on. Features: adjustable resources sidebar...
  8. ENXF NET

    xF1 Add-on [cXF] Sidebar Extension for XenForo Media Gallery 1.0.0

    This add-on will enhance your default XenForo Media Gallery sidebar. * if you will use Font Awesome icons, it is recommended to install this add-on: [cXF] Font Awesome Switch, unless you already have them installed by a third party style or add-on. Features: adjustable resources sidebar width...
  9. ENXF NET

    xF1 Add-on [cXF] Font Awesome Switch 4.7.0a

    Run Font Awesome icons on your site locally or via CDN. *note: you can use this add-on for our add-ons that runs Font Awesome icons or for any other third party add-on < options > How to install: If you're going to use Font Awesome locally than upload the content in the Upload folder (use...
  10. ENXF NET

    XF 2 Tip [cXF] Sidebar block title icons

    Would you like to have icons in the sidebar block titles like this? Here's a simple DIY tutorial on how to achieve this. Below you'll find the code for most common sidebar blocks. Open your extra.less template and add this code: [data-widget-section="staffMembers"] h3.block-minorHeader:before {...
  11. ENXF NET

    XF1 Style Rogue 1.5.22.0

    Rogue is a very simplistic XenForo theme that really focuses on icons and flat interface design. We are using FontAwesome by default, but with our organization methods you can easily change that icon set out for another. We find that with this simple elegant approach, you can make a theme that...
  12. ENXF NET

    XF1 Style UI.X 1.5.22.0

    UI.X is a feature-rich XenForo theme that is built around the idea that it can be thrown any scenario and handle it beautifully. If you want your visitors to have a fully responsive beautiful metro/flat user interface with features such as a sticky navigation, side by side nodes, social media...
  13. ENXF NET

    Xenforo 2.0 Add Font Awesome icons to your prefix

    Hi, Today I share a tutorial under xenForo 2.0 : Add Font Awesome icons to your prefix ! To begin add this in your template EXTRA.less : /*adding fa icon to prefix*/ .fa:before{ font-family:FontAwesome; margin-right:3px } Then in the prefix of your choice check other CSS class. Add...
  14. ENXF NET

    xF2 Add-on [SC] Visitor Menu - Font Awesome 1.0.0

    [SC] Visitor Menu - Font Awesome I wanted to do a tutorial but it was very long : that's why I made an extension ! This extension is small because it only applies template modifications : Installation : Download and unzip it. Copy the src/addons/SyTryC/VisitorMenuFA directory to your server...
  15. ENXF NET

    xF2 Add-on [SC] Sidebar Block - Font Awesome 1.0.0

    [SC] Sidebar Block - Font Awesome I wanted to do a tutorial but it was very long : that's why I made an extension ! This extension is small because it only applies template modifications : Installation : Download and unzip it. Copy the src/addons/SyTryC/SidebarBlockFA directory to your...
  16. ENXF NET

    xF2 Add-on [SC] Member View - Font Awesome 1.0.0

    [SC] Member View - Font Awesome I wanted to do a tutorial but it was very long : that's why I made an extension ! This extension is small because it only applies template modifications : nstallation : Download and unzip it. Copy the src/addons/SyTryC/AccountWrapperFA directory to your...
  17. ENXF NET

    xF2 Add-on [SC] Account Wrapper - Font Awesome 1.0.0

    [SC] Account Wrapper - Font Awesome I wanted to do a tutorial but it was very long : that's why I made an extension ! This extension is small because it only applies template modifications : Installation : Download and unzip it. Copy the src/addons/SyTryC/AccountWrapperFA directory to your...
  18. ENXF NET

    Xenforo 2.0 Add Font Awesome icons to the blocks of your sidebar

    Today I will share a tutorial under xenForo 2.0 : Add Font Awesome icons to the blocks of your sidebar ! In your template widget_birthdays find : <h3 class="block-minorHeader">{$title}</h3> Replace by : <h3 class="block-minorHeader"><i class="fa fa-birthday-cake" aria-hidden="true"></i>...
  19. ENXF NET

    Xenforo 2.0 Custom Action Bar

    With the addition of this simple code "Aciton Bar-Taskbar" you can add icons. If you want to customize the font awesome icons by yourself, you can change the icon from the link below. Font Awesome 5 Icons We add the following code to the "extra.less" template of the theme you used...
  20. ENXF NET

    Unmaintained Icons for Login and Register buttons

    For XenForo 2.1 add below code to your extra.less template: /* Icons for Login and Register buttons */ .p-navgroup-link.p-navgroup-link--textual.p-navgroup-link--logIn:before { .m-faBase(); .m-faContent(@fa-var-sign-in, 1em); color: #E6BB5C; }...
Top