Thank you for purchasing my Template. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thank you so much.
I am using 26 HTML files in this theme. This Theme is a responsive layout built on Bootstrap grid system. The general template structure is the same throughout the template. Here is the general structure.
/* Topbar */ <div id="topbar"></div> /* Header */ <header id="header"></header> /* Slider */ <div class="tp-banner-container"></div> /* Contents */ <div class="container"></div> <div class="container"></div> <div class="container"></div> <div class="container"></div> <div class="container"></div> /* Footer */ <footer id="footer"></footer> /* Copyright */ <div id="copyright"></div>
I am using 5 CSS files in this theme. The "css/style.css" is the main CSS file. 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.
/* bootstrap */ css/bootstrap.css /* Revolution Slider */ rs-plugin/css/settings.css /* font Icon */ fonts/font-awesome/css/font-awesome.min.css /* plugins */ css/plugins.css yamm.css nivo-lightbox.css owl.carousel.css animate.css YTPlayer.css hover.css /* custom */ css/style.css
This theme imports 8 Javascript files. jQuery is a Javascript library that greatly reduces the amount of code that you must write. The plugin is packed, so you will not need to manually edit anything in the file. If you customize the JavaScript settings, then you will change mainly "js/custom.js".
/* jQuery */ js/jquery-1.11.2.min.js js/jquery-migrate-1.2.1.min.js /* Bootstrap */ js/bootstrap.min.js /* Revolution Slider */ rs-plugin/js/jquery.themepunch.plugins.min.js rs-plugin/js/jquery.themepunch.revolution.min.js /* Plugins */ plugins.js bootstrap-hover-dropdown.min.js jquery.validate.min.js jquery.form.js modernizr.custom.js jquery.hoverdir.js jquery.sticky.js nivo-lightbox.min.js isotope.pkgd.min.js owl.carousel.js jflickrfeed.js jquery.mb.YTPlayer.js jquery.simpleplaceholder.js jquery.hashchange.js jquery.easytabs.js wow.min.js /* Custom */ js/custom.js /* Google Maps (Only contact.html) */ js/jquery.gmap.min.js /* Validation Localization (Only contact.html) */ js/localization/messages_fr.js
I have included 3 PSDs with this theme. You can find them at the PSD folder. If you would like to change the Logo image in the header, open "logo.psd", make the necessary adjustments, and then save the file as "logo.png". Please do the same for the others.
PSD/logo.psd PSD/page-title.psd PSD/background.psd
Add a single line to "all html files" as shown in the screenshot below. (colors1.css--colors14.css)
<link rel="stylesheet" href="css/colors/color1.css" />
If you would like to change to boxed layout, please add a single line to "all html files" as shown in the screenshot below. (box1.css--box10.css)
<link rel="stylesheet" href="css/colors/box1.css" />
If you would like to change to Arch footer background image, please add a single line to "all html files" as shown in the screenshot below. (footer1.css--footer14.css)
<link rel="stylesheet" href="css/colors/footer1.css" />
Example: Phone field and Select field.
$phone = $_POST['phone']; $color = $_POST['color']; $body = " Name: $name\n E-Mail: $email\n Phone: $phone\n Color: $color\n Subject: $subject\n Comment: $comment\n";
<label for="phone"><span><i class="fa fa-asterisk"></i></span>Phone</label> <input id="phone" name="phone" type="number" required> <label for="agree">Favorite Color</label> <select id="color" name="color"> <option></option> <option>Red</option> <option>Blue</option> <option>Yellow</option> </select>
<script src="js/plugins.js"></script> <script src="js/custom.js"></script> <script src="js/localization/messages_fr.js"></script> // This Line
4. Select "Overlay" layout.
5. Copy the following code, and paste it into a HTML file, where you want search box to render.
I have used the following javascript, images, icons or other files as listed.
Once again, thank you so much for purchasing this template. As I said at the beginning, I'd be glad to help you if you have any questions relating to this template. No guarantees, but I'll do my best to assist. If you have a more general question relating to the templates on ThemeForest, you might consider visiting the forums and asking your question in the "Item Discussion" section.
ColorsThemes