info@mediacentar.net | +387 33 491 000

Frontpage elements

Frontpage can contain big header image if you add in the theme settings (on the “Appearance” tab) and the imageBg style to header widget. Additionally if you need to achieve the grey background under the mainbody, please enable grey-content option from Template Options -> Basic.

Header price table

pricetable_homepage

Header on the demo content contains the color price table, which uses the following HTML code:

<h1 class="gk-big-title">Cloud managed hosting</h1>
<p>With over 50 operating system installations available, design, develop and deploy your custom, scalable, secure cloud environment in under a minute! To get started select the amount of resources you will need from the slider below…</p>
<div class="gk-color-price-table col3">
<dl>
<dt>Basic</dt>
<dd class="gk-price"><span>Starting from:</span>$ 19.99<small> /month</small></dd>
<dd>30 GB Space</dd>
<dd>100 GB Traffic</dd>
<dd>100 Mailboxes</dd>
<dd>PHP, Perl/CGI, MySQL</dd>
<dd class="gk-link"><a href="#">More</a></dd>
</dl>
<dl class="gk-premium">
<dt>Dedicated</dt>
<dd class="gk-price"><span>Starting from:</span>$ 499.99<small> /month</small></dd>
<dd>5000 GB Space</dd>
<dd>5 TB Traffic</dd>
<dd>200 Mailboxes</dd>
<dd>PHP, Perl/CGI, MySQL</dd>
<dd class="gk-link"><a href="#">More</a></dd>
</dl>
<dl class="gk-color">
<dt>Cloud VPS</dt>
<dd class="gk-price"><span>Starting from:</span>$ 39.99<small> /month</small></dd>
<dd>200 GB Space</dd>
<dd>500 GB Traffic</dd>
<dd>200 Mailboxes</dd>
<dd>PHP, Perl/CGI, MySQL</dd>
<dd class="gk-link"><a href="#">More</a></dd>
</dl>
</div>

Similary to the normal price table, you have to use at least two CSS classes: gk-color-price-table and colX class (it defines how many columns your price table will contain – you can use classes col1 – col4).

If you want to highlight some column, please use in the dl element the gk-premium class. You can apply the second color to the price table columns using in the dl elements the gk-color CSS class.

Domain search

domain_search_screen

Domain search form uses the following structure:

<form class="gk-domain-search" action="#">
<label>Search Domains</label>
<input type="text" placeholder="Start your domain search">
<select class="gk-big-select">
<option value=".com" selected="selected">.com</option>
<option value=".net">.net</option>
<option value=".info">.info</option>
<option value=".org">.org</option>
<option value=".biz">.biz</option>
<option value=".me">.me</option>
<option value=".tv">.tv</option>
</select>
<input type="button" value="Search">
</form>

All elements with the gk-big-select class are replaced with the CSS-styled UI control.

Columns in the content

We have used in a few places a simple mechanism of the columns in the content. You can create 2,3 or even 4-column layout in the single module using the following structure:

<div class="gk-columns" data-column-count="X">
<div>
// … column content
</div>
...
</div>

Amout of columns is specified in the data-columns-count attribute and should be in range 1-4.

Big Icons

bigicons_screen

You can create a lot of big icons with links using the Font Awesome set.

The icons should be placed in group in the .gk-icons container.

Every icon can be defined as:

<div class="gk-icon animated"> 
  <a href="#"> 
      <iclass="icon-laptop"></i> 
      <span>Easy to use panel</span>
   </a> 
</div>

The main element contains two classes – gk-icons (necessary) and animated (optional). The second class should be used if you want to animate the icons during the scrolling.

The span element creates the optional title of the icon.

Points

points_screen

 

Another animated structure – points. It is a great typography element for the process description. It uses the following structure:

<ul class="gk-points">
<li><span>1</span> Login to SiteBuilder</li>
<li><span>2</span> Select a website template & add content</li>
<li><span>3</span> Publish to your web hosting account</li>
</ul>

The structure needs just two things: gk-points class and span elements inside every list element.

Details

details_screen

 

if you want to put small text, you can use the small element with the gk-details class:

<small class="gk-details" >Lorem ipsum dolor</small>

 

Frames

frames_screen

Another useful element on the hosting/service pages: block with title, description and button:

<div class="gk-frame"> 
    <a href="#" class="btn invert">Live Chat</a>
    <h4>Need more power? Talk to our Live Sales Team! </h4>
    <p>Get the Flexibility,Performance and Power your business needs now.</p>
</div>

Please remember that the button should be placed as the first element (important for the responsive behaviour of the block).

Testimonials

testimonials_screen

The last and the most complex structure. Testimonials are based on two possible layouts – with and without additional links – you can enable optional links at the end of the each row using the data-extralinks attribute:

<div class="gk-testimonials" data-extralinks="on">
<div>
<div><img src="[pageurl]/wp-content/themes/CloudHost/images/demo/testimonial1.jpg" alt="Testimonial I"><blockquote><p>I really enjoyed CloudHost very much, I’m looking forward to using it on larger projects.</p><strong>Company, ltd.</strong></blockquote></div>
<div><img src="[pageurl]/wp-content/themes/CloudHost/images/demo/testimonial2.jpg" alt="Testimonial II"><blockquote><p>I really enjoyed CloudHost very much, I’m looking forward to using it on larger projects.</p><strong>Company, ltd.</strong></blockquote></div>
<div class="gk-text"><div><p>Our customers love us.<br>We are rated 4.99 / 5.00</p></div></div>
</div>
<div>
<div><blockquote><p>I really enjoyed CloudHost very much, I’m looking forward to using it on larger projects.</p><strong>Company, ltd.</strong></blockquote><img src="[pageurl]/wp-content/themes/CloudHost/images/demo/testimonial3.jpg" alt="Testimonial III"></div>
<div><blockquote><p>I really enjoyed CloudHost very much, I’m looking forward to using it on larger projects.</p><strong>Company, ltd.</strong></blockquote><img src="[pageurl]/wp-content/themes/CloudHost/images/demo/testimonial4.jpg" alt="Testimonial IV"></div>
<div class="gk-link"><div><a href="#">More testimonials</a></div></div>
</div>
</div>

Every testimonial is based on the image and the blockquote element. Image can be placed before or after the blockquote element.

The additional blocks can contain two CSS classes: gk-text or gk-link. The first class is prepared for the static text – you have to put an paragraph inside a helper div container. In the second case insted of paragraph you have to use a link.

Animations

If you want to avoid the animation effect of the specific elements, the easiest way to disable the animation will be adding the loaded class to these elements. Then the elements will achieve the final state added during the animation.

Log in