Your Guide to Recreating Elements of the Audacity Demo for Joomla
This area of the front page is a Custom HTML module. You will find the settings used in our demo below.
Any mod_custom (Custom HTML) modules are best handled using either RokPad or no editor as a WYSIWYG editor can cause issues with any code that exists in the Custom Output field.
Option | Setting |
---|---|
Title | Connect |
Show Title | Show |
Position | footer-f |
Status | Published |
Access | Public |
Enter the following in the Custom Output text editor.
<div class="rt-social-buttons">
<a href="#" class="social-button">
<span class="fa fa-twitter"></span>
</a>
<a href="#" class="social-button">
<span class="fa fa-facebook"></span>
</a>
<a href="#" class="social-button">
<span class="fa fa-google-plus"></span>
</a>
<a href="#" class="social-button">
<span class="fa fa-pinterest"></span>
</a>
<a href="#" class="social-button">
<span class="fa fa-linkedin"></span>
</a>
<a href="#" class="social-button">
<span class="fa fa-tumblr"></span>
</a>
<a href="#" class="social-button">
<span class="fa fa-instagram"></span>
</a>
<a href="#" class="social-button">
<span class="fa fa-flickr"></span>
</a>
<div class="clear"></div>
</div>
Option | Setting |
---|---|
Prepare Content | No |
Select a Background Image | Blank |
Option | Setting |
---|---|
Module Class Suffix | fp-footer-f |