0
Welcome Guest! Login
0 items Join Now

Praxis: Recreating the Demo - Footer Social Buttons

Your Guide to Recreating Elements of the Praxis Template for Joomla


Footer Social Buttons

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.

Details

Option Setting
Title Footer Social Buttons
Show Title Hide
Position copyright-a
Status Published
Access Public
Language All
Note Blank

Custom Output

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>

Basic

Option Setting
Prepare Content No
Select a Background Image Blank

Advanced

Option Setting
Module Class Suffix fp-sidenav-spacing nomarginall nopaddingall

Found errors? Think you can improve this documentation? Please edit this page. You can also view the history of this page.