0
Welcome Guest! Login
0 items Join Now

Entropy: Recreating the Demo - HomePage Speaker 1

Your Guide to Recreating Elements of the Entropy Template for Joomla


HomePage Speaker 1

This area of the front page is a standard mod_custom module. The settings we used in the demo are listed 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 HomePage Speaker 1
Show Title Hide
Position maintop-a
Status Published
Access Public

Custom Output

Enter the following in the Custom Output text editor.

<div class="rt-demo-speakers">
  <div class="rt-demo-speaker">
    <div class="rt-demo-avatar box2">
      <div class="rt-block">
        <img src="/images/stories/demo/frontpage/frontpage-face1.jpg" class="image-rounded" alt="Speaker 1" />
        <a class="readon" href="#"><span>Full Bio</span></a>
      </div>
    </div>
    <div class="rt-demo-bio">
      <h3><a href="#">Jeremiah Shawcross</a></h3>
      <h4>CEO &amp; Founder<br />SCDesign</h4>
      <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec in imperdiet dui. Cum sociis natoque penatibus et magnis dis parturient montes, <a href="#">nascetur ridiculus</a> mus. Aenean scelerisque justo odio. Cras a lectus in nunc varius aliquet.</p>

    </div>
  </div>

</div>

Basic

Option Setting
Prepare Content Yes
Select a Background Image Blank

Advanced

Option Setting
Module Class Suffix

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