You will need the following sofwares to customize this template.
If you are able to read this documentation locally, which means you have successfully downloaded the package and extracted the zip. The file structure as follows :
Transport/
├── documentation/
├── template/
│ ├── components/
│ ├── css/
│ ├── images/
│ ├── js/
The folder you have to customize is the HTML folder. Copy Template folder from the package and paste it in your Project Folder. (This helps you to prevent overwriting in original files. so if you messed up something, you will get the original here.)
The next step is to choose your prefereed layout. We have created many versions of Homepages and subpages. You don't need these 100+ HTML for production. You can only use the pages you really need for your website. Once you finalized the homepage, don't forget to rename it as index.html. Same way you can rename other subpages like services, about etc.. But make sure its also changed inside the Menu in the HTML file.
Transport uses a Bootstrap 3 Grid System with 12 columns. Here's an example of how to use columns to easity create & edit sections. A section will contain a container, row and multiple col-* classes. Please see official Bootstrap Docs to learn more.
<!-- Full Width Bootstrap Columns -->
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
YOUR CONTENT GOES HERE
</div>
</div>
</div>
or, you can use the grid system with 2 columns.
<!-- Half Width Bootstrap Columns -->
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">
YOUR CONTENT GOES HERE
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">
YOUR CONTENT GOES HERE
</div>
</div>
</div>
or, you can use the grid system with 3 columns.
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-6 col-xs-12">
YOUR CONTENT GOES HERE
</div>
<div class="col-lg-4 col-md-6 col-sm-6 col-xs-12">
YOUR CONTENT GOES HERE
</div>
<div class="col-lg-4 col-md-6 col-sm-6 col-xs-12">
YOUR CONTENT GOES HERE
</div>
</div>
</div>
Lets start customizing the template. Open HTML files and follow the steps to customize the template. make sure you have enough HTML and CSS Knowledge (basic knowledge is fine). Otherwise please go to the first section where I have given links to learn the HTML & CSS
To change the logo, The easy way is to open the template/images folder and replace with your new logo*.png and then you will be able to see the new logo everywhere.
Alternatively, you may also change the name of the image logo.png to any other name as you like. eg: mybrand-logo.png In that case, you should also change the Image reference in all HTML files. The code will look like this.
<img src="images/logo-2.png" alt="Transport">
In the above code, you should replace the scr="" part with your new name. eg: src="images/mybrand-logo.png"
This is the structure of Navigation Menu. Follow the steps below to edit this section.
<nav id="primary-menu-mobile">
<ul>
<li>
<a href="index.html">MENU NAME</a>
<ul>
<li><a href="home-01.html">SUB MENU</a></li>
<li><a href="home-02.html">SUB MENU 2</a></li>
</ul>
</li>
<li><a href="projects-fullwidth.html">MENU NAME</a></li>
</ul>
</nav>
Revolution slider is a jquery plugin used for Sliders. Its a 3rd party plugin. You can read the Documentation separately by clicking the link below.
Click to read Rev Slider Documentation
Note: No support is provided for 3rd party Plugins, If you want support, you should buy this plugin separately on CodeCanyon and then you can seek support from that plugin author. However using this plugin in your site does not need any separate license because I've bought license for you to use it on one website.
Please remember you have purchased a very affordable template and you have not paid for a full-time web design agency. Occasionally we will help with small tweaks, but these requests will be put on a lower priority due to their nature. Please be patient, polite and respectful. We will try to answer your questions as soon as possible
Please send support question to our email themesundotcom@gmail.com