Alpha1
Customer
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<a href="forums/-/create-thread" data-xf-click="overlay" class="widget-button"><xf:fa icon="fas fa-edit" /></i> Create post</a>
I've used this and seems to work
XF 2.3 - Boosting performance in XenForo 2.3
In today's 'Have you seen...?' entry for XenForo 2.3 we're going to look at how we've zeroed in on enhancing performance, ensuring your community has a swift and seamless experience. We're going to take a deep dive into the advancements we've made and how they stack up against various...xenforo.com
Code:<a href="forums/-/create-thread" data-xf-click="overlay" class="widget-button"><xf:fa icon="fas fa-edit" /></i> Create post</a>
I had Font Awesome icons in the XB footer blocks (Custom HTML) with the following syntax:
<li><a href="/help/privacy-policy"><i class="fa fa-shield fa-fw"></i> Privacy</a></li>
This no longer works. I've tried some things, but none work. What syntax should I use to make it work?
<xf:fa icon="fas fa-edit" />
<h3 class="collapseTrigger collapseTrigger--block" data-xf-click="toggle" data-target="< :next">Sitelinks</h3>
<ul class="footerList">
<li>><xf:fa icon="far fa-comment"/> 1.7 million contributions</li>
<li><a rel="nofollow" href="/help/rules"><xf:fa icon="fa fa-exclamation-circle"/> Site Rules</a></li>
</ul>
Thanks!
This is the setup of my footer code:The first line will start with an '>'. I did not have this in the HTML footer. How do I prevent this sign from showing up?xb_footer_block2:<h3 class="collapseTrigger collapseTrigger--block" data-xf-click="toggle" data-target="< :next">Sitelinks</h3> <ul class="footerList"> <li>><xf:fa icon="far fa-comment"/> 1.7 million contributions</li> <li><a rel="nofollow" href="/help/rules"><xf:fa icon="fa fa-exclamation-circle"/> Site Rules</a></li> </ul>
Thanks!
How can I display FA icons in the Logo Text?
.p-header-logo a:before, .p-nav-smallLogo a:before
{
.m-faContent(@fa-var-rocket)
}