0
Welcome Guest! Login
0 items Join Now

Cygnet: Recreating the Demo - FP Feature

Your Guide to Recreating Elements of the Cygnet Demo for Joomla


FP Feature

Custom HTML

This area of the 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

Details

Option Setting
Title FP Feature
Show Title Hide
Position feature-a
Status Published
Access Public

Custom Output

Enter the following in the Custom Output text editor.

<div class="gantry-row">
    <div class="gantry-width-container">
        <div class="gantry-width-50">
            <div class="gantry-width-spacer">
                <div class="rt-block-feature">
                    <div class="rt-feature-icon">
                        <i class="fa fa-fw fa-history"></i>
                    </div>
                    <div class="rt-feature-content">
                        <h3>Feature Focus</h3>  
                        <p><span>The Features layout, offers Slideshow and Showcase options, for easy to configure content presentation</span></p>
                    </div>
                    <div class="clear"></div>
                </div>
                <div class="rt-block-feature">
                    <div class="rt-feature-icon">
                        <i class="fa fa-fw fa-shopping-cart"></i>
                    </div>
                    <div class="rt-feature-content">
                        <h3>Tabbed Content</h3> 
                        <p><span>RokSprocket features the Tabs layout, with configurable tab positions and titles with icons or text</span></p>
                    </div>
                    <div class="clear"></div>
                </div>              
            </div>
        </div>  
        <div class="gantry-width-50">
            <div class="gantry-width-spacer">
                <div class="rt-block-feature">
                    <div class="rt-feature-icon">
                        <i class="fa fa-fw fa-institution"></i>
                    </div>
                    <div class="rt-feature-content">
                        <h3>Data Comparison</h3>    
                        <p><span>Utilize the tables layout to present columns of data, such as price comparisons, for your various products</span></p>
                    </div>
                    <div class="clear"></div>
                </div>
                <div class="rt-block-feature">
                    <div class="rt-feature-icon">
                        <i class="fa fa-fw fa-camera-retro"></i>
                    </div>
                    <div class="rt-feature-content">
                        <h3>Photo Integration</h3>  
                        <p><span>In the administrator, there is support for the Media Manager, RokGallery, and custom URL/Path input</span></p>
                    </div>
                    <div class="clear"></div>
                </div>              
            </div>
        </div>                                      
    </div>
</div>

<div class="rt-center rt-feature-promo">
    <p class="rt-text-medium">RokSprocket's custom administrator benefits from compounding filters, intuitive per item controls, and a rich UI to make configuration as user friendly as possible. <a href="/?amp;view=article&amp;id=1&amp;Itemid=111" class="readon3">Learn More</a></p>
    <a class="readon" href="/?amp;view=article&amp;id=1&amp;Itemid=111">Get Started</a>
</div>

Basic

Basic

Option Setting
Prepare Content No
Select a Background Image Blank

Advanced

Advanced

Option Setting
Module Class Suffix fp-feature wow slideInUp

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