Introduction
Abaz is a responsive modern HTML template purposely built for Blog and Magazine Portal. The template is coming with 4+ homepage variations design with lots of other inner pages. It looks beautifully stunning on all types of screens and devices, including Windows, Mac, iOS, Android, etc. This has been built with HTML5, Sass & Bootstrap 5.x.
The Abaz is developer-friendly, fast, lightweight, clean, and contain W3 valid source code. The template is easily customizable and expandable with detailed documentation. Our fast and friendly support team will glad to assist with any needs with the template.
Template Features:
- Multipage Demos
- Easy to customize
- HTML5 & CSS3
- Clean & Simple Design
- Fully Responsive Layout
- Crossbrowser Compatible with Edge, IE11+, Firefox, Opera, Chrome
- W3 Valid
- Retina ready
- Revolution Slider
- BoxIcons and FlatIcons Free icons
- Powered with Bootstrap (v5.x)
- Powered with jQuery (v3.6.0)
- Build with Sass
- AJAX contact form Submission
- AJAX subscriptions form Submission
- Well documented
Getting Started
The template folder abaz ans abaz-rtl is available inside the downloaded zip file. Need to unzip the zip file to find the template also the documentation folder.
The files and folders structure is similar to the following:
- assets/css — folder with CSS files.
- assets/fonts — folder with fonts files.
- assets/images — folder with image files.
- assets/js — folder with Javascript files.
- assets/php — folder with form-process.php files.
Upload the template files to the server with the help of one of the FTP-clients like FileZilla.
HTML Files:
- Homepage Demo One
- Homepage Demo Two
- Homepage Demo Three
- Homepage Demo Four
- Single Post 1 Page
- Single Post 2 Page
- Travel Page
- Fashion Page
- About Page
- Products Page
- Product Details Page
- Cart Page
- Wishlist Page
- Checkout Page
- Gallery Page
- Typography Page
- Promo Page
- Review Page
- Inline Posts Page
- Meet The Team Page
- Paginated Posts Page
- Log In Page
- Sign Up Page
- Forget Password Page
- My Account Page
- My Orders Page
- My Addresses Page
- Terms Of Service Page
- Privacy Policy Page
- Search Page
- 404 Error Page
- Coming Soon Page
- Contact Page
Files Edit & Upload:
Individual pages can be customized by opening in a code editor such as VS Code. Once all the customization completed then to make the website live you need to upload the updated project files to the hosting server for your own domain. The files can be uploaded using FTP client such as FileZilla.
HEAD CSS Structure
Followings are the css files which loaded inside the Head Section:
<!-- bootstrap css -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css" type="text/css" media="all" />
<link rel="stylesheet" href="assets/css/bootstrap-reboot.min.css" type="text/css" media="all" />
<!-- animate css -->
<link rel="stylesheet" href="assets/css/animate.min.css" type="text/css" media="all" />
<!-- swiper css -->
<link rel="stylesheet" href="assets/css/slick.css" type="text/css" media="all" />
<!-- meanmenu css -->
<link rel="stylesheet" href="assets/css/meanmenu.min.css" type="text/css" media="all" />
<!-- magnific popup css -->
<link rel="stylesheet" href="assets/css/magnific-popup.min.css" type="text/css" media="all" />
<!-- boxicons css -->
<link rel='stylesheet' href='assets/css/boxicons.min.css' type="text/css" media="all" />
<!-- flaticon css -->
<link rel='stylesheet' href='assets/css/flaticon.css' type="text/css" media="all" />
<!-- flaticon css -->
<link rel='stylesheet' href='assets/css/bookblock.css' type="text/css" media="all" />
<!-- revolution slider css -->
<link rel='stylesheet' href='assets/css/settings.css' type="text/css" media="all" />
<link rel='stylesheet' href='assets/css/layers.css' type="text/css" media="all" />
<link rel='stylesheet' href='assets/css/navigation.css' type="text/css" media="all" />
<!-- nice select css -->
<link rel="stylesheet" href="assets/css/nice-select.css" type="text/css" media="all" />
<!-- style css -->
<link rel="stylesheet" href="assets/css/style.css" type="text/css" media="all" />
<!-- responsive css -->
<link rel="stylesheet" href="assets/css/responsive.css" type="text/css" media="all" />
<!-- theme dark css -->
<link rel="stylesheet" href="assets/css/theme-dark.css" type="text/css" media="all" />
Followings are the rtl files which loaded inside the Head Section:
<!-- bootstrap css -->
<link rel="stylesheet" href="assets/css/bootstrap-reboot.min.css" type="text/css" media="all" />
<link rel="stylesheet" href="assets/css/bootstrap.rtl.min.css" type="text/css" media="all" />
<!-- animate css -->
<link rel="stylesheet" href="assets/css/animate.min.css" type="text/css" media="all" />
<!-- swiper css -->
<link rel="stylesheet" href="assets/css/slick.css" type="text/css" media="all" />
<!-- meanmenu css -->
<link rel="stylesheet" href="assets/css/meanmenu.min.css" type="text/css" media="all" />
<!-- magnific popup css -->
<link rel="stylesheet" href="assets/css/magnific-popup.min.css" type="text/css" media="all" />
<!-- boxicons css -->
<link rel='stylesheet' href='assets/css/boxicons.min.css' type="text/css" media="all" />
<!-- flaticon css -->
<link rel='stylesheet' href='assets/css/flaticon.css' type="text/css" media="all" />
<!-- flaticon css -->
<link rel='stylesheet' href='assets/css/bookblock.css' type="text/css" media="all" />
<!-- revolution slider css -->
<link rel='stylesheet' href='assets/css/settings.css' type="text/css" media="all" />
<link rel='stylesheet' href='assets/css/layers.css' type="text/css" media="all" />
<link rel='stylesheet' href='assets/css/navigation.css' type="text/css" media="all" />
<!-- nice select css -->
<link rel="stylesheet" href="assets/css/nice-select.css" type="text/css" media="all" />
<!-- style css -->
<link rel="stylesheet" href="assets/css/style.css" type="text/css" media="all" />
<!-- responsive css -->
<link rel="stylesheet" href="assets/css/responsive.css" type="text/css" media="all" />
<!-- theme dark css -->
<link rel="stylesheet" href="assets/css/theme-dark.css" type="text/css" media="all" />
<!-- rtl css -->
<link rel="stylesheet" href="assets/css/rtl.css" type="text/css" media="all" />
Javascript Structure
Followings are the JS files which loaded before the end of HEAD or BODY Section:.
<!-- essential js -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<!-- magnific popup js -->
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<!-- counter js -->
<script src="assets/js/jquery.waypoints.min.js"></script>
<script src="assets/js/jquery.counterup.min.js"></script>
<!-- slick js -->
<script src="assets/js/slick.min.js"></script>
<!-- nice select js -->
<script src="assets/js/jquery.nice-select.min.js"></script>
<!-- bookblock js -->
<script src="assets/js/modernizr.custom.js"></script>
<script src="assets/js/jquerypp.custom.js"></script>
<script src="assets/js/jquery.bookblock.js"></script>
<!-- revolution slider js -->
<script src="assets/js/jquery.themepunch.revolution.min.js"></script>
<script src="assets/js/jquery.themepunch.tools.min.js"></script>
<script src="assets/js/revolution.addon.slicey.min.js"></script>
<!-- slider revolution extension scripts. only needed for local testing -->
<script src="assets/js/extensions/revolution.extension.actions.min.js"></script>
<script src="assets/js/extensions/revolution.extension.carousel.min.js"></script>
<script src="assets/js/extensions/revolution.extension.kenburn.min.js"></script>
<script src="assets/js/extensions/revolution.extension.layeranimation.min.js"></script>
<script src="assets/js/extensions/revolution.extension.migration.min.js"></script>
<script src="assets/js/extensions/revolution.extension.navigation.min.js"></script>
<script src="assets/js/extensions/revolution.extension.parallax.min.js"></script>
<script src="assets/js/extensions/revolution.extension.slideanims.min.js"></script>
<script src="assets/js/extensions/revolution.extension.video.min.js"></script>
<!-- form ajazchimp js -->
<script src="assets/js/jquery.ajaxchimp.min.js"></script>
<!-- form validator js -->
<script src="assets/js/form-validator.min.js"></script>
<!-- contact form js -->
<script src="assets/js/contact-form-script.js"></script>
<!-- meanmenu js -->
<script src="assets/js/jquery.meanmenu.min.js"></script>
<!-- main js -->
<script src="assets/js/script.js"></script>
Do You Want Real Demo Images?
Due to the Envato policy, we are unable to include demo images inside the download bundle so for demo images please submit a ticket in https://support.hibootstrap.com/.
HTML Structure
The Abaz is a responsive template and is based on the Bootstrap Framework. For more information you can check the Bootstrap CSS.
The general template structure is the same throughout the template and almost each of the part is under a section with a section class name. Here is the general structure:
<!-- news-section -->
<div class="news-category">
<div class="news-title news-title-dark">
<h2>Lifestyle</h2>
</div>
<div class="row">
<div class="col-12 col-lg-6">
<div class="news-card news-card-dark">
<div class="news-card-thumb">
<img src="assets/images/lifestyle/lifestyle-lg-1.jpg" alt="lifestyle">
</div>
<div class="news-card-content">
<h3>How yoga helps to keep mental health healthy even after 25 years</h3>
<p>Lorem ipsum dolor sit am et, con setetur sadipscing elit, sed diamn onumy ei rmod tem por inviduntutli bore et dolore. Mag na aliy quya me rat.</p>
<div class="news-card-action">
<ul class="news-card-entry">
<li><i class="flaticon-calendar"></i> 16 Dec, 2020</li>
</ul>
<p class="news-card-link">
<a href="single-post-1.html">Read The Article</a>
</p>
</div>
</div>
</div>
</div>
<div class="col-12 col-lg-6">
<div class="news-flat news-flat-dark">
<a href="single-post-1.html">
<div class="news-flat-thumb">
<img src="assets/images/lifestyle/lifestyle-sm-1.jpg" alt="lifestyle">
</div>
<div class="news-flat-content">
<h3>A smile helps you heal from the inside out and forget the past</h3>
<ul class="news-card-entry">
<li><i class="flaticon-calendar"></i> 16 Dec, 2020</li>
</ul>
</div>
</a>
</div>
<div class="news-flat news-flat-dark">
<a href="single-post-1.html">
<div class="news-flat-thumb">
<img src="assets/images/lifestyle/lifestyle-sm-2.jpg" alt="lifestyle">
</div>
<div class="news-flat-content">
<h3>A strong relationship can be built by faith</h3>
<ul class="news-card-entry">
<li><i class="flaticon-calendar"></i> 15 Dec, 2020</li>
</ul>
</div>
</a>
</div>
<div class="news-flat news-flat-dark">
<a href="single-post-1.html">
<div class="news-flat-thumb">
<img src="assets/images/lifestyle/lifestyle-sm-3.jpg" alt="lifestyle">
</div>
<div class="news-flat-content">
<h3>Weekly traveling with family can increase your stamina and health</h3>
<ul class="news-card-entry">
<li><i class="flaticon-calendar"></i> 14 Dec, 2020</li>
</ul>
</div>
</a>
</div>
<div class="news-follow news-follow-mainbg">
<h4>Follow us on:</h4>
<ul class="social-list">
<li><a href="#"><i class="flaticon-facebook-logo"></i></a></li>
<li><a href="#"><i class="flaticon-twitter"></i></a></li>
<li><a href="#"><i class="flaticon-youtube"></i></a></li>
<li><a href="#"><i class="flaticon-vimeo"></i></a></li>
<li><a href="#"><i class="flaticon-instagram"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- .end news-section -->
Contact Form Strong
The Contact form html code coming with jQuery form validation. Also, it's included a .php file(form-process.php) for AJAX based email sending! HTML code example is similar to followings:
<form class="contact-form" id="contactForm">
<div class="row">
<div class="col-12 col-md-6 col-lg-6">
<div class="form-group mb-20">
<input type="text" name="name" id="name" class="form-control" placeholder="Your name*" required data-error="Please enter your name" />
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-6">
<div class="form-group mb-20">
<input type="text" name="email" id="email" class="form-control" placeholder="Email*" required data-error="Please enter your email" />
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-6">
<div class="form-group mb-20">
<input type="text" name="subject" id="subject" class="form-control" placeholder="Subject*" required data-error="Please enter your subject" />
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-6">
<div class="form-group mb-20">
<input type="text" name="phone" id="phone" class="form-control" placeholder="Phone*" required data-error="Please enter your phone number" />
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-12 col-md-12 col-lg-12">
<div class="form-group mb-20">
<textarea name="message" class="form-control" id="message" rows="6" placeholder="Your Comment*"></textarea>
</div>
</div>
<div class="col-12">
<div class="input-checkbox mb-20">
<input type="checkbox" id="contact1">
<label for="contact1">Accept <strong><a href="terms-service.html">Terms of Service</a></strong> and <strong><a href="privacy-policy">Privacy Policy</a></strong></label>
</div>
</div>
<div class="col-12 col-md-12 col-lg-12 mb-30">
<button class="btn main-btn" type="submit">Send A Message</button>
<div id="msgSubmit"></div>
<div class="clearfix"></div>
</div>
</div>
</form>
AJAX Contact Form
File location: assets/php/form-process.php file
AJAX Subscriptions Form
https://mailchimp.com/help/add-a-signup-form-to-your-website/
Paste URL on script.js File
Fonts Used
By default, the template loads Oswald font, Montserrat font font from Google Web Font Services. This template using roboto font as a primary font. The font can be changed based on the website needs. For the better use of fonts, go this link Google Fonts
Font code can be found in the "style.scss" file path: assets/css/style.scss
$font-title: 'Oswald', sans-serif;
$font-main: 'Montserrat', sans-serif;
Note: After SCSS file run then it will be work
Color Change Option
File path: assets/css/style.scss
$main-color: #FFC837;
$main-color-dark: #e8aa0e;
$title-main: #272727;
$paragraph: #515151;
Note: After SCSS file run then it will be work
How to Run SCSS File
Please open the file Visual Studio Code Editor.
And following the video tutorial.
Here the Link: https://www.youtube.com/watch?v=0MWmv1Gvv5w
Swiper Slider Edit Option
File path: assets/js/script.js
// About-blockquote-carousel
$(".about-blockquote-carousel").slick({
infinite: true,
slidesToShow: 1,
slidesToScroll: 1,
prevArrow: $('.blockquote-prev'),
nextArrow: $('.blockquote-next'),
speed: 500,
fade: true,
cssEase: 'linear'
});
More Info please browser the link: Swiper Slider Docs Options
How to edit/off Preloader
Please remove or comment the below code file path: assets/js/script.js
// Preloader
$('body').addClass('pre-loaded');
Also, please remove or comment the below code all HTML files
<!-- preloader -->
<div class="preloader bg-dark">
<div class="preloader-wrapper">
<div class="preloader-content">
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</div>
<!-- .end preloader -->
Speed Optimization
Please optimize all images KB, MB also, use the image size following by placeholder file path: assets/img/..
- Tinypng
Please minify all CSS file path: assets/css/..
Please minify all JS file path: assets/js/..
How to Change Image?
Please go to the image file 'path: assets/images/...' replace the image which one you want following placeholder image size & name
How to Edit Especially For Flaticon
You won't able to add new flaticon except existing but you can if you want to add from scratch but existing will not work and it's the feature of flaticon. Flaticon.com
How to Add New Updates of Existing Template
After a certain time, we will update our project based on the latest technology but in your template, you need to update on your own if you want.
Credits
Note: All images are used for preview purpose only and not included in the final purchase files.
Images from:
https://www.freepik.com/
https://pixabay.com/
https://unsplash.com/
Google Fonts:
Oswald
Montserrat
24-Hour Turnaround Support:
Quick, Dedicated & Professional Support!
We only provide support through our ticketing system. Please submit your ticket by visiting the HiBootstrap Support System.
For any pre-purchase query, please use live chat on the item demo site also, email, and the item’s comment section on ThemeForest. Thanks!