0
Welcome Guest! Login
0 items Join Now

Cygnet: Recreating the Demo - FP MainTop

Your Guide to Recreating Elements of the Cygnet Demo for Joomla


FP MainTop

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.

Details

Option Setting
Title FP MainTop
Show Title Hide
Position maintop-a
Status Published
Access Public

Custom Output

<div class="gantry-row rt-center">
    <div class="gantry-width-container">
        <div class="gantry-width-33">
            <div class="gantry-width-spacer">
                <div class="rt-block-maintop">
                    <h3>Templates</h3>
                    <hr />
                    <div class="rt-super-large-text rt-odometer-1 odometer" data-odometer-value="88">1</div>
                    <p>An extensive collection of premium Joomla templates available to you.</p>
                </div>
            </div>
        </div>
        <div class="gantry-width-33">
            <div class="gantry-width-spacer">
                <div class="rt-block-maintop">
                    <h3>RocketTheme</h3>
                    <hr />
                    <div class="rt-super-large-text wow tada" data-wow-duration="2s"><i class="fa fa-rocket"></i></div>
                    <p>The longest running Joomla template provider, producing templates for over 8 years.</p>
                </div>
            </div>
        </div>
        <div class="gantry-width-33">
            <div class="gantry-width-spacer">
                <div class="rt-block-maintop">
                    <h3>Extensions</h3>
                    <hr />
                    <div class="rt-super-large-text rt-odometer-2 odometer" data-odometer-value="15">1</div>                
                    <p>Extend the functionality of your Joomla website with a variety of extensions.</p>
                </div>
            </div>
        </div>
    </div>
</div>

Basic

Option Setting
Prepare Content No
Select a Background Image Blank

Advanced

Option Setting
Module Class Suffix fp-maintop

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