Thank you for purchasing my theme. Our theme has an extensive documentation with easy to setup. If you still have some questions that you could not find in the scope of this help file, please contact me through email via my user page contact form here. You can also follow me on Themeforest to keep track of all my future themes, that you might be interested in. Thank you very much!
This archive contains five versions of the site. There is a brief description of each of the html page below.
One Page version consists of:
index.html
- Default home pageindex2.html
- Business versionindex3.html
- Slider with the background videoblog.html
- Blog Listblog-masonry.html
- Blog List (Masonry)blog-single.html
- Single Blog Postportfolio-masonry.html
- Portfolio List (Masonry)portfolio-single1.html
- Single Portfolio (Type 1)portfolio-single2.html
- Single Portfolio (Type 2)portfolio3.html
- Portfolio List with 3 columnsportfolio4.html
- Portfolio List with 4 columnsjobs.html
- Example page with a list of vacanciesjobs-single.html
- Detailed job description404.html
- Page 404service.html
- Detail page servicesshortcodes.html
- shortcodes listMultipage version consists of:
index.html
- Default home page404.html
- Page 404about.html
- Exaple page about usblog.html
- Blog listblog-masonry.html
- Blog List (Masonry)blog-single.html
- Single Blog Postjobs.html
- Example page with a list of vacanciesjobs-single.html
- Detailed job descriptionportfolio-masonry.html
- Portfolio List (Masonry)portfolio-single1.html
- Single Portfolio (Type 1)portfolio-single2.html
- Single Portfolio (Type 2)portfolio3.html
- Portfolio List with 3 columnsportfolio4.html
- Portfolio List with 4 columnsservice.html
- Detail page servicesshortcodes.html
- shortcodes listComing soon version consists of:
index.html
- Default home page with countdownTo hange the styles, colors, and other options in the site you can in css/style.css file. Configurations of all plugins are in the file js/myscript.js
Each major section of HTML code is marked with special labels for the convenience of code search and altering them.
Below there are lists of the files, used in template styles.
style.css
- Main stylesheet. This file also contains some general styling, such as anchor tag colors, font-sizes, etc.bootstrap.min.css
- bootstrap stylesflexslider.css
- FlexSlider styles. Here main slider Styles are enclosed, that are used on the main pagefontElegant.css
- Set of styles for fonts of Elegantmagnific-popup.css
- Set of styles for pop-up galleryowl.carousel.css
- Set of styles for Owl carouselanimate.css
- Main animation of blocks appearance, when scrolling the page down.Mind that these values might be overridden somewhere else in the file.
style.css
file contains all of the specific stylings for the page.
Also with marks properties in the main css/style.css file, responsible for the style, are appropriated named. I'm using six CSS files in this theme.
/*-----------------------------------------------------------------------------------*/ /* NAME OF BLOCK /*-----------------------------------------------------------------------------------*/ etc.
If you would like to edit a specific section of the site, simply find the appropriate label in the CSS file, and then scroll down until you find the appropriate style that needs to be edited.
All images are found in the images
. If you want to replace the image, just copy the folder with the same name as the original file with identical proportions.
After selecting one of the 10 colors, shown in the demo version sidebar, you must register it in the myscript.js
. Example:
jQuery('< link href="css/colors/COLOR1" rel="stylesheet" type="text/css" id="colors" / >').appendTo('head');
Eleven Javascript files are used in this site.
myscript.js
- User configuration file scripts. Most of the plugins in this site are run from the customizable file system. There are a few functions that you can look at./*-----------------------------------------------------------------------------------*/ /* NAME OF BLOCK /*-----------------------------------------------------------------------------------*/ etc.
jquery.min.js
- jQuery v1.10.2bootstrap.min.js
- bootstrap.js v3.0.0 by @fat and @mdojquery.flexslider-min.js
- flex slider script used on the front page (with additions)Chart.js
- script responsible for graphics in business version of the sitejquery.BlackAndWhite.js
- function performs the effect of black and white image of client logosjquery.cbpQTRotator.min.js
- function is used in the carousel reviewsjquery.isotope.min.js
- standard isotope scriptjquery.magnific-popup.min.js
- function for pop-up galleryowl.carousel.min.js
- function for Owl carouselanimate.js
- responsible for the animation on the site when you scroll downmyscript.js
- shows the basic configuration of all functions performed by the siteIn this template FlexSlider plugin is used (with additional effects of appearance). FlexSlider is easy to setup and convenient to use. For the emergence of the block with the specific effect, this external block is set data
attribute
This site presents the effects used in this slider. To perform one of the effects used in this FlexSlider you need to write the name of the effect. Example: data-effect="bounceInDown"
The following data
attribute cause slowing down the effect (calculated in ms).
data-delay="delay1"
- 1 milliseconddata-delay="delay2"
- 2 milliseconddata-delay="delay3"
- 3 milliseconddata-delay="delay4"
- 4 milliseconddata-delay="delay5"
- 5 milliseconddata-delay="delay6"
- 6 milliseconddata-delay="delay7"
- 7 milliseconddata-delay="delay8"
- 8 milliseconddata-delay="delay9"
- 9 milliseconddata-delay="delay10"
- 10 milliseconddata-delay="delay11"
- 11 milliseconddata-delay="delay12"
- 12 millisecond