0
Welcome Guest! Login
0 items Join Now

Panacea: Recreating the Demo - Template Optimization

Your Guide to Recreating Elements of the Panacea Demo for Joomla


Template Optimization

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 Template Optimization
Show Title Show
Position mainbottom-b
Status Published
Access Public

Custom Output

Enter the following in the Custom Output text editor.

<p>Template <strong>performance</strong> is a key part of the development process, to ensure that the theme is as <strong>optimized</strong> as possible.</p>

<div class="rt-grid-2">
    <ul class="bullet-check">
        <li>Valid XHTML</li>
        <li>Valid CSS 3</li>
        <li>Low Image Count</li>
    </ul>
</div>
<div class="rt-grid-2">
    <ul class="bullet-check">
        <li>Compressed CSS</li>
        <li>Optimized Images</li>
        <li>Inbuilt Caching</li>
    </ul>
</div>
<div class="clear"></div>

[readon2 url="index.php?option=com_content&amp;view=article&amp;id=1&amp;Itemid=107"]Learn More[/readon2]

Basic

Option Setting
Prepare Content Yes
Select a Background Image Blank

Advanced

Option Setting
Module Class Suffix box1

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