Thank you for your purchasing this template. If you have any questions that are beyond the scope of this help file, please feel free to email us via ...
<head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>NEWSWORLD - Responsive Blog Template </title> <!-- Standard --> <link rel="shortcut icon" href="assets/img/ficon.png"> <!-- Latest Bootstrap min CSS --> <link rel="stylesheet" href="assets/css/bootstrap.min.css" type="text/css"> <!-- Dropdownhover CSS --> <link rel="stylesheet" href="assets/css/bootstrap-dropdownhover.min.css" type="text/css"> <!-- latest fonts awesome --> <link rel="stylesheet" href="assets/font/css/font-awesome.min.css" type="text/css"> <!-- Animate CSS --> <link rel="stylesheet" href="assets/css/animate.min.css" type="text/css"> <!-- Style CSS --> <link rel="stylesheet" href="assets/css/style.css" type="text/css"> <!-- baguetteBox --> <link rel="stylesheet" href="assets/css/baguetteBox.css"> <!-- Owl Carousel Assets --> <link href="assets/owl-carousel/owl.carousel.css" rel="stylesheet"> <link href="assets/owl-carousel/owl.theme.css" rel="stylesheet"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"> </script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"> </script> <![endif]--> </head>
<body> <!-- Preloader --> <div id="preloader"> <div id="loading"> </div> </div> <!-- nav --> <nav id="mainNav" class="navbar navbar-inverse navbar-default navbar-fixed-top"> </nav> <!-- START HEARDER SECTION --> <header id="home" class="header"> </header> <!-- START WELCOME SECTION --> <section > <div class="container"> <!-- .left content --> <div class="col-sm-8 col-md-8"> </div> <!-- .right content --> <div class="col-sm-4 col-md-4"> </div> </div> </section> <footer> <div class="container"> <div class="col-md-12"> </div> <div class="col-sm-4 col-md-4"> </div> <div class="col-sm-4 col-md-4"> </div> <div class="col-sm-4 col-md-4 catf"> </div> </div> <!-- copy-right --> <div class="copy-right"> <div class="container"> <div class="col-md-12"> <div class="copy-right-text"> </div> <div class="copy-right-menu"> </div> </div> </div> </div> <!-- copy-right end --> </footer> <!-- jQuery --> <script src="assets/js/jquery.js"> </script> <!-- Bootstrap Core JavaScript --> <script src="assets/js/bootstrap.min.js"> </script> <script src="assets/js/bootstrap-dropdownhover.min.js"> </script> <!-- Plugin JavaScript --> <script src="assets/js/jquery.easing.min.js"> </script> <script src="assets/js/wow.min.js"> </script> <!-- Custom Theme JavaScript --> <script src="assets/js/custom.js"> </script> <!-- owl carousel --> <script src="assets/owl-carousel/owl.carousel.js"> </script> <script type="text/javascript"> function openNav() { document.getElementById("mySidenav").style.height = "100%"; } function closeNav() { document.getElementById("mySidenav").style.height = "0"; } </script> </body>
This template uses CSS for stylesheets.
CSS files are located in the assets/css directory.
This template imports several JS files.
The Javascript files are loaded in the footer to increase the site speed and rendering.
The Javascript files used in this template are the following:
You just need to add attribute data-[plugin Name] to any place where you want to initialize plugin.
We use owl carousel for all sliders and carousels in this template.
We can make responsive image carousel using Owl Carousel. http://owlgraphic.com/owlcarousel
<div id="owl-demo" class="owl-carousel"> <div class="item"> <div class="imghover" data-toggle="modal" data-target="#exampleModal" data-whatever="@mdo"> <img src="assets/img/gallery/gallery1.jpg" alt="Owl Image"/> <a href="#" class="link-img"><i class="fa fa-expand"></i></a> </div> </div> </div>
The filter is driven by the Filterizr script - http://www.jqueryrain.com/2016/02/filterizr-jquery-stunning-filterable-gallery/
Here's an example of usage:
<!-- Grid control--> <ul> <li data-filter="all"> All </li> <li data-filter="1">Travel </li> <li data-filter="2"> Tech </li> <li data-filter="3"> Sports </li> <li data-filter="4"> Food </li> <li data-filter="4"> LifeStyle </li> <li data-filter="4"> Fashion </li> </ul>
<!-- Grid content--> <div class="filtr-container"> <div class="filtr-item" data-category="1" data-sort="value"> <img src="img/sample.jpg" alt="sample"> </div> <div class="filtr-item" data-category="2, 1" data-sort="value"> <img src="img/sample.jpg" alt="sample"> </div> <div class="filtr-item" data-category="1, 3" data-sort="value"> <img src="img/sample.jpg" alt="sample"> </div> </div>
There are 5 types of home pages
Any Images or logos used in previews are not included in this item or final purchase and you need to contact authors to get permission in case you want to use them in your commercial or non-commercial projects.
We used http://placehold.it/ for placeholders.