Template features

This article describes additional features used in this template.

Menu

Menu is available in two variants - classic and aside. The aside menu style is available in the demo. you can change the menu variant using the template settings - tab "Menu" - option "Menu type". The extended possibilites like columns, groups are available only for the classic menu.

Scroll animations

The template contains the animation system based on the scroll event - some page elements can be displayed after scrolling the page to the specific point.

You have to add the data attribute data-anim and set its value to one of two values: left or right - then when during scroll element will receive class active - it will be animated from left or right side.

Big icons and big buttons

You can add class icon-big to any element with the Font Awesome class and then you will get the big icon floated to left with the pulse animation on hover. For every link you can use class big-button - then the link will be changed to a big button where you can use the Font Awesome icons inside (just place the icon element inside the text).

Togglers

Another great interactive typography element available in this template are togglers. It is a definition list with class gkTogglers:

<dl class="gkTogglers">
<dt>Convenient User Interface</dt>
<dd><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla ornare porttitor diam.</p></dd>
<dt>Responsive Design</dt>
<dd><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla ornare porttitor diam.</p></dd>
<dt>Advanced typography</dt>
<dd><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla ornare porttitor diam.</p></dd>
</dl>

Please remember that the paragraphs in the definition description element are necessary!

What to do if you have a very long module title?

Joomla! have a limit of 100 chars for the module titles. Sometimes you can need more chars - especially if you're using the bigtitle module suffix. In this case we recommend to hide the original module title and put at the start of the module content header with class gkHeader and subheading with class gkDesc, but please remember that it will be possible only in the Custom HTML modules.