Make Clean

Responsive Magazine/News HTML5 Bootstrap Template



Welcome To Make Clean Template Documentation.

Firstly, a huge thanks for purchasing this theme, your support is truly appreciated!

This document covers the installation and use of this theme and often reveals answers to common problems and issues - read this document thoroughly if you are experiencing any difficulties. If you have any questions that are beyond the scope of this document, feel free to pose them in the dedicated support section.

Template Features

Go ahead to know more.

After unzip the download pack, you'll found a Template Folder with all the files.

You can view this Template in any browser, you can display or edit the Template without an internet connection.

The two sections that will not work is the Google map Section which contains external link to get the map source.

and Contact form which uses PHP, so will work only online.

Now open your FTP Client (like Filezilla) or directly through cpanel, upload the content of the Template on your server root.

Once the files are done uploading go to www.yourdomainname.com/index.html





HTML Structure

This Template has a Responsive layout and is based on the Bootstrap Framework. For more information about this visit Bootstrap.

The default Bootstrap grid system utilizes 12 columns, making for a 1170px wide container without responsive features enabled. With the responsive CSS file added, the grid adapts to be 724px and 1170px wide depending on your viewport. Below 767px viewports, the columns become fluid and stack vertically.

Basic Grid HTML

For a simple two column layout, create a .container and add the appropriate number of .col-md* columns.

Given this example, we have .col-md-4 and .col-md-8, making for 12 total columns and a complete row.

...
...

Nesting Columns

To nest your content with the default grid, add a new .container and set of .col-md* columns within an existing .col-md* column. Nested rows should include a set of columns that add up to the number of columns of its parent.

Level 1 column
Level 2
Level 2
Level 2 column

These are the css files that are loaded into templates in Head Section.




 
 


 




Dont change anything in bootstrap.css file. It may affect the whole theme.


Google Web Fonts

By default, the template loads this font from Google Web Font Services, you can change the font with the one that suits you best.




These are the JS files that are loaded into templates in end of the Body Section.


	

 

 
 
 
 
 
 
 
 
 
 
 
 
 



Lets start updating the template. Open index.html file and follow the steps.

Most of the updates are same for all versions. So will explain once here.

Header - Logo

logo
  1. Replace "images/logo.png" with the your logo url or source.


Top Slider.


  1. Replace "images/slider/slide-1.jpg" with yor first slider image.
  2. replace the other text between as per your requirement.
  3. Same for all slides
  4. Unlimited Slides can be added


Navmenu

This is the basic structure.

  1. Replace "Home1" with the menu name.
  2. Replace "MENU_LINK" with the menu link.
  3. Same for all. You can add unmited menus.


Service We Offer

This is the basic structure

sep-icon service we offer

  1. replace "TITLE" in h4 with your Service title
  2. replace "image source" with your images
  3. Same for all Services


Testimonials


  1. Replace "images/testimonial/testi-1.png" with the quote author image source.
  2. replace the text between "<p">" "</p>" with the quote text.
  3. replace the text between "<h4">" "</h4>" with the quote author name and profession.
  4. same for all.


Statistics Content


satisfied-customer

brush

satisfied customers

building

brush

building cleaned

clever-employee

brush

CLEVER EMPLOYEES

office

brush

OFFICE S WORLD WIDE

  1. find "data-statistics_percent" and next to it you can see "3540".
  2. replace it with your data-statistics_percent.
  3. same for all.


Contact Form

Open "contact.php" from the folder "PHP" in theme file.

  1. Find "YOUR EMAIL ID HERE" and replace it with the email id, where you want to receive the mail.


Google Map

Open "js/function.js" file and find this
/* gMAP */
$("#gmap").gMap({
	controls: false,
	scrollwheel: true,
	
	markers: [
		{
			latitude: 47.670553,
			longitude: 9.588479,
			icon: {
				image: "images/map-marker.png",
				iconsize: [26, 46],
				iconanchor: [12,46]
			}
		},
		{
			latitude: 47.65197522925437,
			longitude: 9.47845458984375
		},
		{
			latitude: 47.594996,
			longitude: 9.600708,
			icon: {
				image: "images/map-marker.png",
				iconsize: [26, 46],
				iconanchor: [12,46]
			}
		}
	],
	icon: {
		image: "images/map-marker.png", 
		iconsize: [26, 46],
		iconanchor: [12, 46]
	},
	latitude: 47.58969,
	longitude: 9.473413,
	zoom: 10
});
  1. Replace "latitude" & "longitude" values with your location.


Footer Copyright

		

Copyright © 2015 Make Clean. All Rights Reserved.

  1. replace "© 2015 Make Clean All Rights Reserved" with the copyright info.
  2. replace the social links as per the name.



Thats it. You are done. Now your website is ready to launch.


We have used the following plugins, fonts & images. All fonts, images, icons used in this template are free for commercial use.

Fonts
jQuery Plugins
Images Images in live preview are not included to the template.





Once again, thank you so much for purchasing this theme.
As I said at the beginning, We'd be glad to help you if you have any questions relating to this theme. We I'll do our best to assist.

Thanks

WPmines