0
Welcome Guest! Login
0 items Join Now

Corvus: Recreating the Demo - Popular Templates

Your Guide to Recreating Elements of the Corvus Template for Joomla


Popular Templates

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 Popular [span class="hidden-tablet"]Templates[/span]
Show Title Show
Position extension-a
Status Published
Language All
Note Blank

The title of this module requires RokCandy in order to appear properly on the screen due to the [span] tags present. See the main RokCandy guide for additional instructions.

Custom Output

Enter the following in the Custom Output text editor.

<div class="hidden-phone">
    <div class="gantry-width-25 gantry-width-block"><div class="largemarginright">
        <img class="rt-extension-img" alt="image" src="/images/rocketlauncher/frontpage/extension/img1.png" />
    </div></div>

    <div class="gantry-width-25 gantry-width-block"><div class="largemarginright">
        <img class="rt-extension-img" alt="image" src="/images/rocketlauncher/frontpage/extension/img2.png" />
    </div></div>

    <div class="gantry-width-25 gantry-width-block"><div class="largemarginright">
        <img class="rt-extension-img" alt="image" src="/images/rocketlauncher/frontpage/extension/img3.png" />
    </div></div>

    <div class="gantry-width-25 gantry-width-block"><div class="largemarginleft">
        <img class="rt-extension-img" alt="image" src="/images/rocketlauncher/frontpage/extension/img4.png" />
    </div></div>
    <div class="clear"></div>
</div>

<div class="visible-phone">
    <div class="largemargintop largemarginbottom largemarginright largepaddingtop">
        <img class="rt-extension-img" alt="image" src="/images/rocketlauncher/frontpage/extension/img1.png" /><br />
        <img class="rt-extension-img" alt="image" src="/images/rocketlauncher/frontpage/extension/img2.png" /><br />
        <img class="rt-extension-img" alt="image" src="/images/rocketlauncher/frontpage/extension/img3.png" /><br />
        <img class="rt-extension-img" alt="image" src="/images/rocketlauncher/frontpage/extension/img4.png" />
    </div>  
</div>

Basic

Option Setting
Prepare Content No
Select a Background Image Blank

Advanced

Option Setting
Module Class Suffix fp-extension horiztitle box6

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