This is a sample module published to the sidebar_top position, using the -sidebar module class suffix. There is also a sidebar_bottom position below the menu.
This is a sample module published to the sidebar_bottom position, using the -sidebar module class suffix. There is also a sidebar_top position below the search.
Occasionally we need to use custom html to obtain the layouts shown on our demos in specific modules. The code below is what was used on this template:
Date:
This code is just placed above the Image and Content Fader title text in the title text inputbox. Notice there are no quotes. This is necessary when placing in the title area of the IACF. If placing the map area "custom_5" position or footer "custom_4" position:
This text is placed in the description area for each Image and Content Fader slide:
<span class="center">
<span class="center_text slide_text whiteline">
Eventfull is the perfect theme if you are looking to organize and event, conference or <br/>just bring people together.
</span>>
<span class="s5_agenda_title">Introduction</span><br/>
<span class="s5_agenda_speaker">Speaker: Jeff Wright</span><br/>
<span class="s5_agenda_desc">Eventfull is the perfect theme if you are looking to organize and event, conference </span>
<div style="clear:both;"></div>
</div></div>
<div class="text"><div class="dot"></div><div class="textinner">8 am - 10 am</div></div>
</li>
<span class="s5_agenda_title">Joomla and WordPress Coding</span><br/>
<span class="s5_agenda_speaker">Speaker: Mark Wahtsfield</span><br/>
<span class="s5_agenda_desc">Eventfull is the perfect theme if you are looking to organize and event, conference </span>
<div style="clear:both;"></div>
</div></div>
<div class="text"><div class="dot"></div><div class="textinner">10 am - 12 pm</div></div>
</li>
<span class="s5_agenda_title">HTML5 and CSS</span><br/>
<span class="s5_agenda_speaker">Speaker: Len Cho</span><br/>
<span class="s5_agenda_desc">Eventfull is the perfect theme if you are looking to organize and event, conference </span>
The Mail Chimp Signup module is demo'd on this page. The module is AJAX powered and allows your users to instantly signup and get added to your MailChimp list that you specify in the module admin. All you need to do is enter your MailChimp API Key and Unique List ID. The styling of the module shown here is customized specifically for this template with css overrides, and cannot be used with any other template. The same module can be used on any template, but with default or other styling in its place.
The S5 Quick Contact module is a free module, and is demo'd on this page. This module is a simple way for your visitors to get in contact with you. Sometimes full contact pages are just too much. If you're looking for an easy way to stay in contact with your visitors this module is for you. This module has fully configurable language settings, sends emails to a specified admin account, captcha spam protection and much more! And of course it's free!
The styling of the module shown here is customized specifically for this template with css overrides, and cannot be used with any other template. The same module can be used on any template, but with default or other styling in its place.
Menu Features:
Mail is sent directly through the Joomla mail function, defined under the Joomla globlal configurations. This means the mail can send through direct php mail functions or through SMTP authenticaion.
In addition to the Name and Email fields, you can set up to ten customized fields (all completely optional). These fields can be a regular text input, a full textarea, or a date selection field.
Set any custom field to either required and not required.
The styling of each input, textarea, and button is controlled by common Joomla classes, so it will match your template out of the box. The styling shown on this demo is specific to this template using the mentioned classes.
In addition to the default class names you can also set widths, paddings, and margins.
Predefine a subject or let the user enter their own.
You can customize all error messages to any text or language that you would like directly from the module's backend.
Set the wording for all fields to any words or language that you would like, eg: Name, Email, Phone, etc.
There are multiple layers of spam protections. The first is done by the built in captcha methods, that you can enable or disable. The second is automatic, the script will automatically detect mail headers to prevent spammers. Third, you can enter up to 30 word exclusions that you do not wants your users submitting.
Ion Icons is an iconic font that gives you scalable vector icons that can be customized by any font css command, such as size, color, backgrounds, hover effects and more. Below you will see several examples of this feature in action, but please visit http://ionicons.com/ for a full list of all icons available.
Our Scroll Reveal feature is powered by the script found here: https://github.com/julianlloyd/scrollReveal.js. The script allows you to add "data-scroll-reveal" to HTML elements for on page scroll animations. We recommend adding to DIVs over SPAN etc as DIVs can move vs SPAN tags just fading in. Once you add the code to a DIV refresh a page or scroll down and it will animate in. It will only do this once until you refresh the page again. The great feature about the script is you can use plain English to describe how you'd like to animate your HTML element.
Example of this in action (refresh this page if you didn't see it already):
Enter from the left and move up 50px in 1.33 seconds.
Enter from the bottom after 1 second.
Wait 2.5 seconds and then ease-in-out 100px.
Code used for the above:
<div data-scroll-reveal="enter left and move 50px over 1.33s"> Enter from the left and move up 50px in 1.33 seconds. </div>
<div data-scroll-reveal="enter from the bottom after 1s"> Enter from the bottom after 1 second. </div>
<div data-scroll-reveal="wait 2.5s and then ease-in-out 100px"> Wait 2.5 seconds and then ease-in-out 100px. </div>