0
Welcome Guest! Login
0 items Join Now

Paradigm: Recreating the Demo - Gantry Framework

Your Guide to Recreating Elements of the Paradigm Demo for Joomla


Gantry Framework

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 Gantry Framework
Show Title Hide
Position maintop-a
Status Published
Access Public
Language All
Note Blank

Custom Output

Enter the following in the Custom Output text editor.

<div class="gantry-width-block gantry-width-50">
    <div class="gantry-width-spacer">
        <div class="rt-maintop-desc">
            <div class="module-title">
              <h2 class="title">Gantry <span class="hidden-tablet">Framework</span></h2>
            </div>  
            <p class="rt-large-text">
                A powerful core framework that offers a standard set of<span class="hidden-tablet"> intuitive and expandable</span> features<span class="hidden-tablet">, for easy administration through an advanced user interface</span>.
            </p>            
        </div>
    </div>
</div>

<div class="gantry-width-block gantry-width-50">
    <div class="gantry-width-spacer">
        <img src="/images/rocketlauncher/frontpage/maintop/img1.png" alt="img" />
    </div>
</div>

<div class="clear"></div>

Basic

Option Setting
Prepare Content No
Select a Background Image Blank

Advanced

Option Setting
Module Class Suffix fp-maintop1 rt-big-title

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