• Facebook
  • Twitter

1 Step – Responsive HTML5 Template


Support Our Blog

Thank you for purchasing this theme. If you have any questions that are beyond the scope of this help file, please feel free to start new ticket on this page. Thanks so much!

 

Scope of free support

 

We can help you with:

  1. Responding to questions or problems regarding the item and its features
  2. Fixing any discovered item’s bugs
  3. Providing updates to ensure compatibility with new software versions

HTML Structure


This theme is built upon bootstrap framework and is fully responsive. It adapts to window resolution and looks good on all devices including iPad and iPhone.
See for yourself (resize your browser).

If you would like to read more
about bootstrap framework click here :

Bootstrap Documentation

Grid System and Single row structure

The default Bootstrap grid system utilizes 12 columns. It’s responsive grid and adapts to viewport. Below 767px viewports, the columns become fluid and stack vertically. The fluid grid system uses percents instead of pixels for column widths. Each row always include 12 columns (for example col-md-8 + col-md-4 = col-md-12).
Bootstrap documentation: here

Basic grid HTML:

Page structure

Below you will find default page structure :


CSS Files and structure


If you would like to edit the color, font, or style of any elements, you would do the following:

If you find that your new style is not overriding, it is most likely because of a specificity problem. Scroll down in your CSS file and make sure that there isn’t a similar style that has more weight.

I.E.

So, to ensure that your new styles are applied, make sure that they carry enough “weight” and that there isn’t a style lower in the CSS file that is being applied after yours.

Colors

The theme includes a css file wich you can use to edit the colors.
You just need to add the corresponding CSS file to the head of the page like this:

Icons

We’ve included 360+ font icons.

Awesome Icons – http://fontawesome.io/icons/

HTML markup:

CSS Files & Structure

We’ve included 2 files.
bootstrap.css contains Bootstrap 3 Library.
style.css file contains general styles.

style.less
1. Font Awesome
2. Owl Slider
3. Animate.css
4. Typography
5. Paginations
6. Menu
7. Forms
8. Tables
9. Utilities
10. Divided Buttons
11. Courses Box
12. Google map
13. Photo Gallery
14. Blog list
15. Testimonials
16. Gallery isotope
17. Image box
18. Person box
19. Counters
20. Progress bars
21. icon box
22. Pricing box
23. Shop
24. Modal popup
25. Dividers
26. Social bar
27. Section title
28. Video
29. Leadership box
30. Artistic box
31. Typing animation
32. Date picker
33. Accordions/Tabs

For more advanced user – we included also folder with less files  – under assets/less you will find the following files:

plugins.less – file for plugins styling
motive.less – file for motive styling
buttons.less – file for buttons styling (colors, sizes etc.)
pageheader.less – file for page header styling


Javascript scripts and structure


JavaScript files:

  • /plugins/ct-charts/ – Files needed for initialising the charts animation on pages
  • /plugins/ct-counters/ – Files needed for initialising the animation number after pages loaded.
  • /plugins/ct-datepicker/ – The script allows you to generate your calendar. In addition, the event can be created.
  • /plugins/ct-mainMenu/ – Animated/fixed navbars. Plugin needed for detecting scrollbar and attaching animations for menu.
  • /plugins/ct-mediaSection/ – Media sections where we can add parralax, kenburns or video to the section. Dynamical content of medias.
  • /plugins/ct-onepager/ – Plugin for onepager only. It helps with navigation. Manages sections.
  • /plugins/ct-portfolio/ – Plugin which manages the isotope-based gallery.
  • /plugins/ct-progressbars/ – It’s file which helps us for setting elements on progressbars (times, speed, delay, text)
  • /plugins/ct-progressicons/ – It’s file which helps us for setting elements on progressicons
  • /plugins/ct-select2/ – Plugin which creates select box for select tag in the page. It generates html code via javascript so that each browser can have the same select box.
  • /plugins/gmaps/ – Plugin needed for displaying google map on the page.
  • /plugins/grayScale-jQuery/ – This plugin allows you to obtain color “black & white” on any elements even under internet explorer. IE8 Support.
  • /plugins/magnificPopup/ – Needed for galleries and their popups images where we can review them with slides via arrows.
  • /plugins/owl/ – Files which initialize sliders in the page.
  • /main.js/ – The main javascript initializaions and other major snippets.
  • /externals.js/ – One big file where are minifixed javascript files: 1.jquery 2.boostrap 3.placeholder 4. easing 5. device.min.js 6. jquery browser 7.Snap min JS 8. jquery appear

ScreenShots

 

Google Map (GMAP3 Plugin)

This is google map with custom marker, you can define couple parameters:

  • data-location – address to show
  • data-height – map height (if undefined height will be 220px)
  • data-offset – by how many map should be repositioned from marker center point (default -30)

It uses gmap3 plugin.
Documentation: here
HTML Markup:

All javascript code can be found in js/main.js file.

jquery.appear

This plugin call function when element appear in viewport. This is used in custom animation, progress bars, counter timer.
Documentation: https://github.com/bas2k/jquery.appear/

Charts.js

This plugin is used to make graphics.
Documentation: http://www.chartjs.org/


Header


The header can be:

  • static,
  • parallax,
  • kenburns
  • video

 

The header title can be placed:

  • – ct-pageHeader–bottomRight
  • – ct-pageHeader–bottomLeft
  • – ct-pageHeader–topRight
  • – ct-pageHeader–topLeft

 

HTML MARKUP

4s8Q57K.png (1898×276)
You can use also extra header title animation “like typing”. You just need to adjust HTML markup for this  – please see the example below. You can set also data-animation-speed. It’s usefull with short or long header’s title.

 


Media Sections


You can arrange your content with the following Media sections types:

HTML MARKUP for parallax

HTML MARKUP for kenburns

HTML MARKUP for video

JavaScript


Google Maps


HTML MARKUP

JavaScript

Screenshot’s

Common question: How to define my location on the map?

To display your location on the Google map just edit data-attribute data-location in HTML markup with your address.


Blockquote


HTML MARKUP

Screenshot’s


Testimonials


HTML MARKUP
There are two available variations of testimonial box. With picture on the left or right side, each type has a corresponding CSS class, which needs to be added in compoenent markup:
— ct-testimonials–left
— ct-testimonials–right

Screenshot’s

 


Slider


HTML MARKUP

JavaScript

Main carousel slider


There are several available options for the slider navigation placement. Each variation can be enabled with one of the following CSS classes added to HTML markup of the slider:

— ct-mainCarousel.ct-mainCarousel–arrowsMiddle,
— ct-mainCarousel.ct-mainCarousel–arrowsTop,
— ct-mainCarousel.ct-mainCarousel–arrowsTopRight,
— ct-mainCarousel.ct-mainCarousel–arrowsTopLeft,
— ct-mainCarousel.ct-mainCarousel–arrowsBottom,
— ct-mainCarousel.ct-mainCarousel–arrowsBottomLeft,
— ct-mainCarousel.ct-mainCarousel–arrowsBottomRight,
— ct-mainCarousel.ct-mainCarousel–arrowsCenterTop,
— ct-mainCarousel.ct-mainCarousel–arrowsCenterBottom

HTML MARKUP

JavaScript

Screenshot’s


Schedule


HTML MARKUP


Counters


There are two types of counters:
HTML MARKUP

JavaScript

Screenshot’s

 


Progress bars


HTML MARKUP

JavaScript

Screenshot’s

 


Social Bar


HTML MARKUP

Screenshot:


Tooltips


You can add tooltips only to social icons. Define tooltip placement with one of the following CSS classes added in HTML markup:
top – data-placement=”top”
bottom – data-placement=”bottom”
left – data-placement=”left”
right – data-placement=”right”

HTML MARKUP

Screenshot


Photo Gallery


There are three variation of the gallery:
ct-photoGallery–alignLeft – this is the standard one
ct-photoGallery–alignRight
ct-photoGallery–alignCenter

HTML MARKUP for 2 elements (markup it’s repeatable, if you need more item just duplicate the code below)

Screenshot:


Rounded Gallery


Rounded Gallery with magnific-popup

HTML markup:

JavaScript files:

Screenshot

 


Decoration Carousel


HTML MARKUP

Screenshot

 


Isotope gallery with popup


HTML MARKUP

JavaScript

Screenshot’s


Icon Boxes


Option 1
HTML MARKUP

Option 2
HTML MARKUP

Option 3
HTML MARKUP

Option 4
HTML MARKUP

Screenshot:

 


Courses box


HTML MARKUP

How it looks?


Person Box


HTML MARKUP


Leadership box


There are two available variation of the box:
ct-leadershipBox–left
ct-leadershipBox–right

JavaScript:
Screenshot’s:

 


Image Box


HTML MARKUP
There are two types of image boxes. Define which one you would like to use with the proper CSS class added to HTML markup:
-ct-imageBox–type1
-ct-imageBox–type2

Screenshot’s

 


Video Box


HTML MARKUP

JavaScript

 


Shadow box


HTML MARKUP

Screenshot:

 


Artistic Boxes


HTML MARKUP

Screenshot’s


Product single


JavaScript


Products list


HTML MARKUP

 


Pricing Tables


There are two types of Pricing Tables:
HTML MARKUP

 

Screenshot’s:

 


Tickets & Showtimes


HTML MARKUP

JavaScript


Single blog post


HTML MARKUP

Screenshot

 


Blog list


1) Widget – search
Screenshot:

2) Widget – topPosts
Screenshot:

3) Widget – recent Posts
Screenshot:

4) Widget – tag list
Screenshot:

 

5) Widget – latestComments
Screenshot:

 

6) Blog item
Screenshot:

 


Pagination


There are four available variations of pagination:
ct-pagination–separatelyCorners
ct-pagination–middle
ct-pagination–right
ct-pagination–left

HTML MARKUP

 

Screenshot:

 


Sources & Credits


The following sources and files have been used to build up this theme


Elite Author
We are elite
CreateIT
Who we are

Hi, we are createIT. We create IT. Web applications and websites to be precise.

And we are REALLY good at it.

Get to know us at www.createIT.pl
Thanks for buying!