Theme features

This article describes additional features used in this theme.

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 theme settings – tab „Navigation” – option „Menu type”. The extended possibilites like animation type/duration are available only for the classic menu.

Scroll animations

This theme 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 theme are togglers. It is a definition list with class gk-togglers:

<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 widget title?

Sometimes you can need more chars – especially if you’re using the bigtitle widget style. In this case we recommend to hide the original widget title (leave it blank) and put at the start of the widget content header with class gk-header and subheading with class gk-desc, but please remember that it will be possible only in the Text widgets.