Awilo | Creative Portfolio Template


The template includes 1 html file. This theme is a flexible layout with max 4 column. All of the information within the main content area is nested within a div with a class of "awilo_fn_wrapper". You have to open index page in order to change it.

If you would like to edit the color, font, or style of any elements in this template, you could do by using "Inspect Element" on Chrome, Safari, Mozilla and Opera(press right click on browser ).  It is really powerful tool to work with html and css codes

 

I'm using 5 CSS files in this theme. The first file (style.css) contains all of the specific stylings for the page. The file is separated into sections.

 

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.

Other CSS files:

  • fontello.css - includes ICONS styles
  • base.css - includes common styles
  • magnific-popup.css - for popup video
  • swiper - for review and partners slider

 

All call actions are run in init.js

Attention : If you romove any of javascripts, please don't forget to remove js code call action that belongs to removed js from init.js . Otherwise your site works inproperly

Other JavaScript files:

  • init.js - includes call actions
  • modernizr.custom.js - used for IE in order to support HTML5 elements
  • jquery.js - javascript library
  • countto.js - used for Countto animation (Skills)
  • isotope.js - used for Masonry (Portfolio)
  • jarallax.js - used for Parallax Effect (Watch Video Background Parallax)
  • magnific-popup.js - used for Popup Video (Watch Video Popup).
  • nicescroll.js - used for Sidebar Menu Scrolling.
  • parallax.js - used for Image animation (Home Image Animation).
  • swiper.js - used for Swiper Slider (Review and Partners Sections).
  • waypoints.js - used for Countto animation (Skills).
  • ie8.js - used for Disable Webpage content for ie browser's old versions.

 

I've used the following images, icons or other files as listed.

  • Icons - These Icons by fontello.com. Free for Commercial Use.
  • Images - pexels.com images.
  • Font - Free Google Font "Rubik"

 

  • Unzip purchased files via winrar
  • Copy and paste Awilo all files into your folder
  • To edit content of template open and edit index.html via Adobe Dreamweaver (or notepad++, notepad and etc.)
  • To customize CSS just edit style.css in css folder
  • To customize JavaScript just edit init.js in js folder
  • To change images replace all images inside img folder with yours

 

index.html contains header,8 sections and footer:

  • Header
  • About
  • Services (Information)
  • Portfolio
  • Video
  • Blog
  • Contact
  • Big Text
  • Footer


How can you change header logo?.
	<img class="desktop_logo" src="img/logo-header.png" alt="" />
	
How can you change sidebar mlogo?
	<a href="index.html"><img class="desktop_logo" src="img/logo-sidebar.png" alt="" /></a>
	
How can you change sidebar menu links?
	<ul class="vert_nav">
		<li><a href="#about">Home</a></li>
		<li><a href="#information">Services</a></li>
		<li><a href="#portfolio">Portfolio</a></li>
		<li><a href="#blog">Blog</a></li>
		<li><a href="#contact">Contact</a></li>
		<li><a href="#partners">Partners</a></li>
	</ul>
	
How can you change sidebar icons?
	<div class="social_list">
		<ul>
			<li><a href="#"><i class="xcon-facebook"></i></a></li>
			<li><a href="#"><i class="xcon-twitter"></i></a></li>
			<li><a href="#"><i class="xcon-linkedin"></i></a></li>
			<li><a href="#"><i class="xcon-behance"></i></a></li>
		</ul>
	</div>
	

 

Contact form works only in hosting environment. If you want to use them, please contact with us via our profile page contact form: http://themeforest.net/user/frenify/#contact . We will send you a .php file (contact.php) and you have to put it in "photobuddy/modal" folder.

 

Important: In order to get messages from your website contact form, you should open contact.html file and change receiver email inside hidden input