iDea - 1.4

Clean & Powerful Bootstrap HTML5 template


Thank you for purchasing the iDea template. If you have any questions that are beyond the scope of this help file, please feel free to contact me http://htmlcoder.me/support I will glad to help you :-)

The version 1.4.0 includes:

Important Notice: Before the update, please backup all your files and your website.

Affected Files/Folders:
  1. bootstrap folder
  2. css/skins folder
  3. css/style.css file
  4. fonts/font-awesome folder
  5. js/template.js file
  6. php/email-sender.php file
  7. plugins folder:
    • Updated Slider Revolution to version 5
    • Updated jQuery to v1.12.3
    • Updated Charts.js to v2.0.2
    • Updated Isotope to v2.2.2
    • Updated Magnific popup to v1.1.0
    • Updated Morphext to v2.4.4
    • Updated Vide to v0.5.0
    • Updated Waypoints to 4.0.0
    • Updated Sharrre to 2.0.1
    • Updated animate.css to 3.5.1
New HTML files:
  1. features-sliders-fullwidth.html Slider revolution 5 version
  2. features-sliders-fullscreen-light.html Slider revolution 5 version
  3. features-sliders-fullscreen-dark.html Slider revolution 5 version
  4. features-sliders-video-background.html Slider revolution 5 version
  5. features-sliders-boxedwidth.html Slider revolution 5 version

- bootstrap  (All Bootstrap files. We keep all of them in this folder to make updates easily)
- css  (CSS files of the template)
- - skins  (css skin files)
- fonts (external font libraries)
- - font-awesome
- - fontello
- videos  (all the videos of the template)
- images  (all the images of the template)
- js  (Javascript files of the template)
- php  (PHP files of the template)
- plugins  (All external libs. We keep all of them in this folder to make updates easily.)

The template is based on Bootstrap 3 Framework - http://getbootstrap.com

Bootstrap includes a responsive, mobile first fluid grid system that appropriately scales up to 12 columns as the device or viewport size increases.

If you need more information, please visit this site: http://getbootstrap.com/css/#grid

Folder bootstrap

This folder contains all the Bootstrap 3 stylesheets

  •  bootstrap/css/bootstrap.css (Generic styles, responsive grid styles, resets & normalization)
 

Folder css

This folder contains the stylesheets of the template
 
  • css/style.css (This stylesheet contains all the style rules of the template)
  • css/animations.css (This stylesheet contains all the css rules for the animations of the template)
  • css/animate.css (This stylesheet contains css rules for the animations of the template) it is imported into the animations.css
  • css/print-invoice.css (This stylesheet contains all the print css rules for invoice)
  • css/custom.css (In this stylesheet you should put your own custom css rules)
 

Folder css/skins

This folder contains all the color schemes of the template

  • css/skins/blue.css (blue skin)
  • css/skins/brown.css (brown skin)
  • css/skins/dark_cyan.css (dark cyan skin)
  • css/skins/dark_gray.css (dark gray skin)
  • css/skins/dark_red.css (dark red skin)
  • css/skins/green.css (green skin)
  • css/skins/light_blue.css (light blue skin)
  • css/skins/light_green.css (light green skin)
  • css/skins/orange.css (orange skin)
  • css/skins/pink.css (pink skin)
  • css/skins/purple.css (purple skin)
  • css/skins/red.css (red skin)
  • css/skins/yellow.css (yellow skin)

Folder js

Folder plugins

All external js libraries are in the plugins folder. We keep all of them in this folder to make updates easily.

Skins

To change the default color scheme, please replace the red.css to the following tag in your head:

<link href="css/skins/red.css" rel="stylesheet">

Layout Style

The template has two different layout modes, Wide and Boxed. The wide one is the default option, if you want to use the Boxed version, add the boxed class to <body> tag as below:

<body class="boxed">

Background Patterns

There are 9 background patterns. Background patterns are available only in boxed layout mode. In order to apply a background pattern all you have to do is to add one of classes pattern-1 ... pattern-9 to body tag.

<body class="pattern-1 boxed">

Fonts

To change the embedded fonts, please take a look in the head part of the website and you will find these tags:

<link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700,300&amp;subset=latin,latin-ext" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=PT+Serif" rel="stylesheet" type="text/css">

To change the fonts, visit the http://www.google.com/webfonts choose a font and use the generated code.

Fixed navigation positioning

By default the positioning of main navigation is set to fixed. To change this behavior delete the fixed class from the header.

<header class="header fixed clearfix">

Dark/Light footer

By default the footer is dark add the light class to #footer in order to change it from dark to light version.

<footer id="footer" class="light">

Dark/Light header

By default the header is light add the dark class to .header and .header-top divs in order to change them from light to dark versions.

<div class="header-top dark">
<header class="header fixed dark clearfix">

Transparent header

By default the header is not transparent add the transparent class to .header div in order to make the header transparent.

<header class="header transparent fixed clearfix">

We are using three iconic font libraries in iDea Template checkout all available icons:

1. Home Page Slider

Home page slider is implemented with Slider Revolution. Slider Revolution is an all-purpose slide displaying solution that allows for showing almost any kind of content with highly customizable, transitions, effects and custom animations. Due to its visual oriented interface and countless options, Slider Revolution is suited for beginners and pro’s alike!

More info here http://themes.themepunch.com/?theme=revolution_jq. See the detailed documentation of Slider Revolution plugin here.



Basic HTML markup of full width Slideshow:

<div class="slider-banner-container">
  <div class="slider-banner">
    <ul>
      <!-- slide 1 -->
      <li> ... </li>
      <!-- slide 2 -->
      <li> ... </li>
      <!-- slide 3 -->
      <li> ... </li>
    </ul>
  </div>
</div>
There are 4 four prebuild variations of full width Slideshow in iDea template. Examples of variations:

Basic HTML markup of boxed width Slideshow:
<div class="slideshow-boxed">
  <div class="container">
    <div class="slider-banner-container">
      <div class="slider-banner">
        <ul>
          <!-- slide 1 -->
          <li> ... </li>
          <!-- slide 2 -->
          <li> ... </li>
          <!-- slide 3 -->
          <li> ... </li>
        </ul>
      </div>
    </div>
  </div>
</div>
Example of Boxed Slideshow (index-boxed-slideshow.html).


2. Content Sliders

OWL Carousel is used to create simple content sliders or carousels see components-content-sliders.html

OWL Carousel is touch enabled jQuery plugin that lets you create beautiful responsive carousel sliders. Please check the website of the plugin for more info http://owlgraphic.com/owlcarousel/


Variations of content slider:

1. Content Slider without controls (Autoplay on)

<div class="owl-carousel content-slider">
  <!-- first slide start -->
  <div> 
  ... 
  </div>
  .....
</div>

2. Content Slider with Controls (Autoplay on)

<div class="owl-carousel content-slider-with-controls-autoplay">
  <!-- first slide start -->
  <div> 
  ... 
  </div>
  .....
</div>

3. Content Slider with Controls (Autoplay off)

<div class="owl-carousel content-slider-with-controls">
  <!-- first slide start -->
  <div> 
  ... 
  </div>
  .....
</div>

4. Content Slider with Controls to bottom (Autoplay off)

<div class="owl-carousel content-slider-with-controls-bottom">
  <!-- first slide start -->
  <div> 
  ... 
  </div>
  .....
</div>

Variations of carousels:

1. Carousel (Autoplay off)

<div class="owl-carousel carousel">
  <!-- first slide start -->
  <div> 
  ... 
  </div>
  .....
</div>

2. Carousel (Autoplay on)

<div class="owl-carousel carousel-autoplay">
  <!-- first slide start -->
  <div> 
  ... 
  </div>
  .....
</div>

For the Filtering, iDea is using the Isotope plugin  http://isotope.metafizzy.co/

Here is an example:

Filters Options HTML markup:

<div class="filters">
  <ul class="nav nav-pills">
    <li class="active"><a href="#" data-filter="*">All</a></li>
    <li><a href="#" data-filter=".web-design">Web design</a></li>
    <li><a href="#" data-filter=".app-development">App development</a></li>
    <li><a href="#" data-filter=".site-building">Site building</a></li>
  </ul>
</div>

 

Filters Data HTML markup:

<div class="isotope-container row">
<div class="col-md-4 col-sm-6 isotope-item web-design">
  <div class="image-box">
    <div class="overlay-container">
      <img src="images/portfolio-1.jpg" alt="">
      <div class="overlay">
        <div class="overlay-links">
          <a href="portfolio-item.html"><i class="fa fa-link"></i></a>
          <a href="images/portfolio-1.jpg" class="popup-img"><i class="fa fa-search-plus"></i></a>
        </div>
        <span>Web Design</span>
      </div>
    </div>
    <div class="image-box-body">
      <h3 class="title"><a href="portfolio-item.html">Project Title</a></h3>
      <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Adipisci accusamus accusantium.</p>
      <a href="portfolio-item.html" class="link">Read more</a>
    </div>
  </div>
</div>
...
</div>

 

See more examples of isotope filtering into following files:

 

To setup the contact forms of the template, open the "php/email-sender.php" file and change this line:

$Recipient = '[email protected]';

One notice: The contact forms are working only on a server with php support not on your local system.

Regarding coming soon page only thing you need to do is to set the time at which the countdown expires.
To do this, please open "js/coming.soon.config.js" file and change this line:

		// var untilDate new Date(Year, Month - 1, Day)
		//-----------------------------------------------
		var untilDate = new Date(2016, 2 - 1, 1);

Social Media HTML Markup

<ul class="social-links">
  <li><a target="_blank" href="http://www.facebook.com"><i class="fa fa-facebook"></i></a></li>
  <li><a target="_blank" href="http://www.twitter.com"><i class="fa fa-twitter"></i></a></li>
  <li><a target="_blank" href="http://plus.google.com"><i class="fa fa-google-plus"></i></a></li>
  <li><a target="_blank" href="http://www.skype.com"><i class="fa fa-skype"></i></a></li>
  <li><a target="_blank" href="http://www.instagram.com"><i class="fa fa-instagram"></i></a></li>
  <li><a target="_blank" href="http://www.linkedin.com"><i class="fa fa-linkedin"></i></a></li>
  <li><a target="_blank" href="http://www.pinterest.com"><i class="fa fa-pinterest"></i></a></li>
  <li><a target="_blank" href="http://www.flickr.com"><i class="fa fa-flickr"></i></a></li>
  <li><a target="_blank" href="https://foursquare.com"><i class="fa fa-foursquare"></i></a></li>
  <li><a target="_blank" href="https://soundcloud.com"><i class="fa fa-soundcloud"></i></a></li>
  <li><a target="_blank" href="https://www.tumblr.com"><i class="fa fa-tumblr"></i></a></li>
  <li><a target="_blank" href="https://www.vimeo.com"><i class="fa fa-vimeo-square"></i></a></li>
  <li><a target="_blank" href="https://www.behance.net"><i class="fa fa-behance"></i></a></li>
  <li><a target="_blank" href="http://www.reddit.com"><i class="fa fa-reddit"></i></a></li>
  <li><a target="_blank" href="http://www.drupal.org"><i class="fa fa-drupal"></i></a></li>
  <li><a target="_blank" href="#"><i class="fa fa-share-alt"></i></a></li>
  <li><a target="_blank" href="https://vine.co"><i class="fa fa-vine"></i></a></li>
</ul>

Colored social icons

<ul class="social-links colored">
	<li class="facebook"><a target="_blank" href="http://www.facebook.com"><i class="fa fa-facebook"></i></a></li>
	<li class="twitter"><a target="_blank" href="http://www.twitter.com"><i class="fa fa-twitter"></i></a></li>
	<li class="googleplus"><a target="_blank" href="http://plus.google.com"><i class="fa fa-google-plus"></i></a></li>
	<li class="skype"><a target="_blank" href="http://www.skype.com"><i class="fa fa-skype"></i></a></li>
	<li class="instagram"><a target="_blank" href="http://www.instagram.com"><i class="fa fa-instagram"></i></a></li>
	<li class="linkedin"><a target="_blank" href="http://www.linkedin.com"><i class="fa fa-linkedin"></i></a></li>
	<li class="pinterest"><a target="_blank" href="http://www.pinterest.com"><i class="fa fa-pinterest"></i></a></li>
	<li class="flickr"><a target="_blank" href="http://www.flickr.com"><i class="fa fa-flickr"></i></a></li>
	<li class="youtube"><a target="_blank" href="https://www.youtube.com"><i class="fa fa-youtube"></i></a></li>
	<li class="foursquare"><a target="_blank" href="https://foursquare.com"><i class="fa fa-foursquare"></i></a></li>
	<li class="soundcloud"><a target="_blank" href="https://soundcloud.com"><i class="fa fa-soundcloud"></i></a></li>
	<li class="tumblr"><a target="_blank" href="https://www.tumblr.com"><i class="fa fa-tumblr"></i></a></li>
	<li class="vimeo"><a target="_blank" href="https://www.vimeo.com"><i class="fa fa-vimeo-square"></i></a></li>
	<li class="dribbble"><a target="_blank" href="https://dribbble.com/"><i class="fa fa-dribbble"></i></a></li>
	<li class="behance"><a target="_blank" href="https://www.behance.net/"><i class="fa fa-behance"></i></a></li>
	<li class="vine"><a target="_blank" href="https://vine.co"><i class="fa fa-vine"></i></a></li>
	<li class="stumbleupon"><a target="_blank" href="https://www.stumbleupon.com/"><i class="fa fa-stumbleupon"></i></a></li>
</ul>
 

Large icons

Add the class large to <ul> tag as below:

<ul class="social-links large">
...
</ul>

Icons with rounded corners

Add the class radius-5px to <ul> tag as below:

<ul class="social-links radius-5px">
...
</ul>

Circural icons

Add the class circle to <ul> tag as below:

<ul class="social-links circle">
...
</ul>

Light icons

Add the class light to <ul> tag as below:

<ul class="social-links light">
...
</ul>

Dark icons

Add the class light to <ul> tag as below:

<ul class="social-links dark">
...
</ul>

See more examples of social icons into components-social-icons.html page.

iDea comes with a great Google maps integration. Making it easy for your visitor to locate your business on the map plays an ever-growing role nowadays.

To change the default Latitude, Longitude and Zoom of the Google map, please replace the following values to your js/google.map.config.js file:

// Set the coordinates of your location
myLatlng = new google.maps.LatLng(41.38791700, 2.16991870);
myZoom = 12;

animate.css http://daneden.github.io/animate.css/

You can add some Animations / Transitions to the elements which fires when an element scrolls into view. Great for emphasis, home pages, sliders, and general just-add-water-awesomeness.

Usage:

<div class="object-non-visible" data-animation-effect="fadeInRight" data-effect-delay="200">
...
</div>

The Attribute data-effect-delay is Optional and is set in Miliseconds.

The animation can be set to:

Custom iDea animations

Demo images

The images used on the live demo website are for demonstration purposes only and are not included in the file for download.

Videos

Patterns

Fonts

Resources of Third Party Code

License of iDea (HTML files, css folder (except animate.css file), css/skins folder, js folder, php folder etc)

Third party code, that contained into plugins folder or into other folders, is licensed under its own license.

Thank you very much for purchasing the iDea template and for reading this documentation :-)