0
Welcome Guest! Login
0 items Join Now

Plethora: Recreating the Demo - FP Feature A

Your Guide to Recreating Elements of the Plethora Demo for Joomla


FP Feature A

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 Feature A
Show Title Hide
Position feature-a
Status Published
Access Public

Custom Output

Enter the following in the Custom Output text editor.

<div class="rt-image-group">
    <div class="rt-image-block">
        <div class="rt-image-item">
            <img src="/images/rocketlauncher/home/fp-feature-a/img-01.jpg" alt="image" />
        </div>
        <div class="rt-image-tag">
            <span>Free Extension</span>
        </div>
        <div class="rt-image-content">
            <div class="rt-image-title">
                <span>RokSprocket<span class="hidden-tablet"> is a powerful, switchblade content extension</span>.</span>
            </div>      
            <div class="rt-image-desc">
                <p>RokSprocket is a multi-purposes content extension, with a custom, advanced and intuitive user interface<span class="hidden-tablet">, as well as several layout modes with numerous themes</span>.</p>
                <a href="#">Read the whole story <i class="fa fa-angle-double-right"></i></a>
            </div>              
        </div>  
    </div>  
</div>

Basic

Option Setting
Prepare Content No
Select a Background Image Blank

Advanced

Option Setting
Module Class Suffix fp-feature-a

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