0
Welcome Guest! Login
0 items Join Now

Panacea: Recreating the Demo - FP Sidebar

Your Guide to Recreating Elements of the Panacea Demo for Joomla


FP Sidebar

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 Sidebar
Show Title Hide
Position sidebar-a
Status Published
Access Public

Custom Output

Enter the following in the Custom Output text editor.

<div class="content-block">
<div class="number-image">
<img src="/images/stories/demo/frontpage/number-image1.jpg" alt="image" width="91" height="63" />
<span class="number-image-text">One</span>
</div>
<span class="heading1">Amazingly Adaptable</span>
<p>Featuring the most flexible and configurable layout we've ever created, it has the ability to adapt to scores of layout.</p>
</div>

<div class="content-block">
<div class="number-image">
<img src="/images/stories/demo/frontpage/number-image2.jpg" alt="image" width="91" height="63" />
<span class="number-image-text">Two</span>
</div>
<span class="heading1">Lean and Clean</span>
<p>A clean and professional design coupled with less overhead, as well as optimized code and images.</p>
</div>

<div class="content-block">
<div class="number-image">
<img src="/images/stories/demo/frontpage/number-image3.jpg" alt="image" width="91" height="63" />
<span class="number-image-text">Three</span>
</div>
<span class="heading1">Easier Customization</span>
<p>CSS based colors and organized CSS code blocks, along with less images allowing for quicker color.</p>
</div>

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.