Your Guide to Recreating Elements of the Praxis Template for Joomla
We used a mod_custom module to make up the content in the footer-a position of the front page. You will find the settings used in our demo below.
Any mod_custom (Custom HTML) 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 | Footer Social Buttons |
Show Title | Hide |
Position | copyright-a |
Status | Published |
Access | Public |
Language | All |
Note | Blank |
Enter the following in the Custom Output text editor.
<div class="rt-social-buttons fp-sidenav-spacing">
<a href="http://www.facebook.com/RocketTheme" class="social-button rt-social-button-1"><span class="icon-facebook"></span></a>
<a href="https://twitter.com/rockettheme" class="social-button rt-social-button-2"><span class="icon-twitter"></span></a>
<a href="https://plus.google.com/114430407008695950828/posts" class="social-button rt-social-button-4"><span class="icon-google-plus"></span></a>
<div class="clear"></div>
</div>
Option | Setting |
---|---|
Prepare Content | No |
Select a Background Image | Blank |
Option | Setting |
---|---|
Module Class Suffix | fp-sidenav-spacing nomarginall nopaddingall |