Created: 19.06.2020
By: MWTemplates
Email: support@modernwebtemplates.com
This template is a set of regular static HTML files. It has no any backend dashboard. To edit it you can use any HTML editor that you prefer. For example it could be Visual Studio Code, Sublime Text, Notepad++, Adobe Dreamweaver or any other
After modifying template HTML files you should upload your files and folders by using FTP or any other file manager on your hosting server.
If you have any questions that are beyond the scope of this help file, please feel free to email us via my user page contact form.
Thank you for purchasing our Template. If you have any questions that are beyond the scope of this help file, please feel free to email us via my user page contact form. Thanks so much!
You can find the following folders in the download package
This HTML Template is based on Twitter Bootstrap v4. It is compatible with a IE11 browser and all other modern browsers.
It has several main section classes that may or may not be present on the page (depending on certain page). You can use it depending on your needs. They are:
Also there are some of predefined unique sections (class and id attributes) that you can use with classes above:
There are several main CSS files in this HTML Template. They are located in "css" subfolder
CSS Libraries:
Template CSS files:
The "main.css" file is separated into the following sections:
1. Common tags styles
2. Styled lists
3. Overrides for default Bootstrap components
4. jQuery plugins styles
- owl
- flexslider
- photoswipe
- piechart
- timetable
- totop
- countdown
5. Bootstrap Addons helpers styles for sections and elements
- horizontal
- vertical
- sections
- media_items
- buttons
6. Light background sections (.ls) styles
7. Dark background sections (.ds) styles
8. Color background sections (.cs) styles
9. Bootstrap Addons utility styles
- layout
- colors
- spacing
10. Shortcodes styles
- icon-box
- special-heading
- number-card
- price_table
- quote-item
- items-masonry
11. Widgets styles
- search_mailchimp
- nav_cat_arch_meta_pages
- calendar
- rss
- tag_cloud
- flickr
- instagram
- access_press
- twitter
- post_slider
- post_tabs
- post_2cols
12. Social icons styles
13. WordPress styles
14. Menu styles
15. Header styles
16. Side header styles
17. Intro section styles
18. Common sub-pages styles
19. Template specific sections styles
Template CSS files (main.css, shop.css - also has versions with number at the end of the name (ex. main2.css). This files contains same styles as original ones but with different predefined accent color (aka
To change template layout from wide to boxed you need to do two things:
Example:
<div id="canvas" class="boxed"> <div id="box_wrapper" class="container"> ... </div> </div>
To add pattern in boxed layout just add one of the following predefined CSS classes to div with ID "canvas" HTML element:
Example:
<div id="canvas" class="boxed pattern2"> ... </div>
To add top and bottom margins for boxed version just add class "top-bottom-margins" for div with id "box_wrapper"
Example:
<div id="canvas" class="boxed"> <div id="box_wrapper" class="container top-bottom-margins"> ... </div> </div>
If you want to change the main color for this template, just replace all instances of main color hex code with hex color value that you want inside the "main.css" file.
Also you can change "main.css" to "main2.css" or "main3.css" (also "shop2.css" ) in your HTML code inside "head" tag which are the same with the exception of predefined colors within it.
Example:
<link rel="stylesheet" href="css/main2.css"> <link rel="stylesheet" href="css/shop2.css"> <link rel="stylesheet" href="css/dashboard2.css">
You can change a class for any section inside "#box_wraper" div to change your template version from light to light grey or dark.
Available section classes are:
Examples:
<section class="ls" id="content"> ... </section>
You can change to:
<section class="ds ms" id="content"> ... </section>
To change page preloader just replace preloader.gif file which is in img directory to any other GIF file.
Following files are located in "js" subfolder
Vendor Plugins: ("js/vendor" subfolder)
Template Scripts:
All of JS files (except "main.js" and "switcher.js" ) are compressed in a single "compressed.js" file for best perfomance.
If you do not want to use "compressed.js" file, you can replace following code at the bottom of your page:
<script src="js/compressed.js"></script>
<script src="js/main.js"></script>
with this one:
<script src="js/vendor/jquery-3.3.1.min.js"></script>
<script src="js/vendor/bootstrap.bundle.min.js"></script>
<script src="js/vendor/affix.js"></script>
<script src="js/vendor/jquery.appear.js"></script>
<script src="js/vendor/jquery.cookie.js"></script>
<script src="js/vendor/jquery.easing.1.3.js"></script>
<script src="js/vendor/jquery.hoverIntent.js"></script>
<script src="js/vendor/superfish.js"></script>
<script src="js/vendor/bootstrap-progressbar.min.js"></script>
<script src="js/vendor/jquery.countdown.min.js"></script>
<script src="js/vendor/jquery.countTo.js"></script>
<script src="js/vendor/jquery.easypiechart.min.js"></script>
<script src="js/vendor/jquery.scrollbar.min.js"></script>
<script src="js/vendor/jquery.localScroll.min.js"></script>
<script src="js/vendor/jquery.scrollTo.min.js"></script>
<script src="js/vendor/jquery.ui.totop.js"></script>
<script src="js/vendor/jquery.parallax-1.1.3.js"></script>
<script src="js/vendor/isotope.pkgd.min.js"></script>
<script src="js/vendor/jquery.flexslider-min.js"></script>
<script src="js/vendor/owl.carousel.min.js"></script>
<script src="js/vendor/photoswipe.js"></script>
<script src="js/vendor/photoswipe-ui-default.min.js"></script>
<script src="js/vendor/jflickrfeed.min.js"></script>
<script src="js/vendor/spectragram.min.js"></script>
<script src="twitter/jquery.tweet.js"></script>
NOTE: You need PHP support on your hosting for use search, contact form, Twitter and MailChimp widgets.
First of all, you need to get a Google map API key by following this link:
Go to https://developers.google.com/maps/documentation/javascript/get-api-key#key,click button "GET A KEY" and follow instructions from Google.
Then scroll to the bottom of your contact page and find this code:
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=XXXXXXXXXXXXXXXXX"></script>
and replace existing key with your API key.
To provide a Google map address, title, description and marker image do the following:
<section class="page_map"> <!-- marker description and marker icon goes here --> <div class="marker"> <!-- address --> <div class="marker-address">sydney, australia, Liverpool street, 66</div> <!-- marker title --> <div class="marker-title">First Marker</div> <!-- marker description --> <div class="marker-description"> <h3>Marker title</h3> <p>Marker description</p> </div> <!-- marker icon (optional) --> <img class="marker-icon" src="images/map_marker_icon.png" alt=""> </div> <!-- .marker --> </section>
You can use "getUserFeed" or "getRecentTagged" methods to show your photos:
// Instagram widget var Spectra = { instaToken: 'YOUR_TOKEN', instaID: 'YOUR_ID', init: function () { jQuery.fn.spectragram.accessData = { accessToken: this.instaToken, clientID: this.instaID }; //available methods: getUserFeed, getRecentTagged jQuery('.instafeed').spectragram('getRecentTagged',{ max: 8, //pass username if you are using getUserFeed method query: 'grey', wrapEachWith: '' }); } } Spectra.init();
Edit the "mailchimp/store-address.php" file:
Line 19: replace "your_apikey" with an API Key retrieved from here:
http://admin.mailchimp.com/account/api/
Line 23: replace "my_list_unique_id" with the List Unique Id obtained by going to: http://admin.mailchimp.com/lists/.
Click the "settings" link for the list - the Unique Id is at the bottom of that page.
jQuery('#comingsoon-countdown').countdown({until: demoDate});
jQuery('#comingsoon-countdown').countdown({until: new Date(VALUE)});
To set up animation for the single element, just add class "animate", attributes "data-animation" with this class, and "data-delay" with number in milliseconds to any HTML element and you're done.
You can find source SCSS files in your scss folder. It contains source files for your CSS styles, that located in your css folder.
Also you can find Bootstrap source SCSS files in your scss_bootstrap folder. It contains source files for css/bootstrap.min.css file.
Also there are gulpfile.js and package.json files that you can use for customization of your template.
To compile SCSS files first of all you need to install NodeJS if you has not install it before.
Than you need to install gulp by typing following code in your console:
npm install --global gulp-cli
After that navigate to your project folder and install all developer dependensies with following command:
npm i
Finally run your project by typing:
gulp
As we mentioned earlier, we used Twitter Bootstrap v4 as CSS framework and HTML5 Boilerplate for this template.
NOTE: The images used in the template are not included in the main download file, they are only for the preview purpose.
NOTE: The images used in the template are not included in the main download file, they are only for the preview purpose.
© 2020 Pawex Inc.s