Contents

AIT has created for you an universal Wordpress template, which is accommodated for use in a wide variety of commercial websites and personal pages. The main feature of this template is the versatility, color variability and the ability to adapt it to their own needs without any major problems and less skilled programmer.

The template was designed by standard conception of classic websites. The template includes one homepage and one standardised sub page that can be configured by your web conception.

Theme Options

General Options

  • Custom Logo
  • Main Content Color Variant
  • Sidebar Color Variant
  • Slider Box Theme
  • Slider Description Theme
  • Footer theme
  • Footer text
  • Google Analytics Code
  • Show Themebox

Homepage Options

  • Shortcodes Area for better homepage custom boxes coding
  • Shows footer with widget areas on homepage

Contact Page Options

  • Customize 2 specific custom boxes for contact page
  • Add custom HTML or Google Map
  • Set your office photo

Page & Post Options

Subtitle

Small subtitle near Page & Post title. The color of this title is lighter than the color of main title.

Sidebar Options

  • Search
  • Calendar
  • Submenu
  • Categories
  • Archives
  • Recent Posts
  • Recent Posts Short Version
  • 3 custom text

Page Header Boxes

  • Page Box Header Variant(e.g. 1-1-1-1, 1-2-1, 1-2)
  • Body
  • Style(white or black)
  • Background(none or default)

Page Slider Type

  • None
  • Custom Image
  • Nivo Slider
  • Kwicks

Subtitle

  • Image URL
  • Image Link
  • Image Title
  • Image Description

Page Kwicks Slider Options

  • Long Description
  • Image URL
  • Image Link
  • Image Title
  • Image Description

Page Nivo Slider Options

  • Image URL
  • Image Link
  • Image Title
  • Image Description
  • Image Description Short

Page Attributes

  • Parent
  • Template (Default, Contact Page, One Column Page)
  • Order

Featured Image

Sets image of the posts but not the Main Image or Slider in the Post detail. It needs to set manually.

Page Templates


Defaut Page
One Column Page
Page Contact

Contact Form

If you want to use same or similiar contact form just copy and paste this bunch of code. It is important to install Wordpress Contact Form 7.

<div class="rule"></div>
<div class="clear field-text">
  <label class="required" for="name">Your Name</label>
  [text* your-name id:name]
</div>

<div class="clear field-text">
  <label class="required" for="mail">Your Email</label>
  [email* your-email id:mail]
</div>

<div class="clear field-text">
  <label class="required" for="subject">Subject</label>
  [text your-subject id:subject]
</div>

<div class="clear">
  <label class="required" for="msg">Your Message</label>
  [textarea your-message id:msg]
</div>

<div class="clear">
  <label for="categ">Category</label>
  [select combo-box id:categ "Webdesign" "HTML/CSS coding" "Drupal" "WordPress"]
</div>

<div class="clear">
  <label class="empty required">Agreement</label>
  [checkbox agreement id:agree use_label_element "I agree with the terms of use of this Contact Form"]
</div>

<div class="clear">
  <label class="required" for="captcha">CAPTCHA</label>
  [captchac captcha size:s]
  [captchar captcha id:captcha]
</div>

<div class="rule"></div>
<div class="clear confirm">
[submit "Send"]
</div>
<div class="rule"></div>

Custom Shortcodes

This theme has implemented shortcodes which makes creation of custom boxes a lot of easier. It is important to be in HTML mode when you are using shortcodes.

Simple boxes – White & Black

[boxes lines="lines_x0x0x"]
  [box style="3-1" bg="white"]
    <h2>1. Box Title</h2>
    Box Content Here
  [/box]

  [box style="3-1" bg="black"]
    <h2>2. Box Title</h2>
    Box Content Here
  [/box]
[/boxes]

Boxes with icon and title

[boxes lines="lines_x0x0x"]
  [box style="3-1" 
       icon="/wp-content/uploads/icon1_64.png" 
       title='<a href="#">Website Conception<span>discover simple design</span></a>' 
       bg="white"]
    <p>Lorem ipsum dolor sit amet, consectetur elit.</p>
  [/box]

  [box style="3-1"
       icon="/wp-content/uploads/icon2_64.png" 
       title='<a href="#">Template Preferences<span>site unlimited variations</span></a>' 
       bg="white"]
    <p>Lorem ipsum dolor sit amet, consectetur elit.</p>
  [/box]
[/boxes]

Getting latest post

[get_post]

Getting post by ID

[get_post id="85"]

Sliders

In administration on each page or post you have options to set your favourite slider.


Kwicks
Nivo
Custom