Introduction
Jilva is a light Clean & Modern Responsive HTML template for CRM and ERP Solutions providers website. It is offering 3+ 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 template has RTL feature included so, using for Arabic and Hebrew language based website would be quicker and easier.
Jilva 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
- BoxIcons Free icons
- Powered with Bootstrap (v5.x)
- Powered with jQuery (v3.6.0 )
- Build with Sass
- Smooth Animation
- AJAX Contact Form Submission
- AJAX Subscriptions Form Submission
- Well Documented
Getting Started
The template folder jilva and jilva-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/img — 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:
Default Demos:- Home Page One (index.html)
- Home Page Two (index-2.html)
- Home Page Three (index-3.html)
- About Style One (about.html)
- About Style Two (about-2.html)
- About Style Three (about-3.html)
- Company Page (company.html)
- Company Details Page (company-details.html)
- Features Page (features.html)
- Features Details Page (features-details.html)
- Software Page (software.html)
- Software Details Page (software-details.html)
- Solution Page (solution.html)
- Solution Details Page (solution-details.html)
- Team Page (team.html)
- Pricing Page (pricing.html)
- Faq Page (faq.html)
- Testimonials Page (testimonials.html)
- Sign In Page (sign-in.html)
- Sign Up Page (sign-up.html)
- Error Page (error-404.html)
- Terms Condition Page (terms-condition.html)
- Privacy Policy Page (privacy-policy.html)
- Partner Page (partner.html)
- Coming Soon Page (coming-soon.html)
- Enterprises Page (enterprises.html)
- Blog Page (blog-1.html)
- Blog Right Sidebar Page (blog-2.html)
- Blog Details Page (blog-details.html)
- Contact Page (contact.html)
- Home Page One (index.html)
- Home Page Two (index-2.html)
- Home Page Three (index-3.html)
- About Style One (about.html)
- About Style Two (about-2.html)
- About Style Three (about-3.html)
- Company Page (company.html)
- Company Details Page (company-details.html)
- Features Page (features.html)
- Features Details Page (features-details.html)
- Software Page (software.html)
- Software Details Page (software-details.html)
- Solution Page (solution.html)
- Solution Details Page (solution-details.html)
- Team Page (team.html)
- Pricing Page (pricing.html)
- Faq Page (faq.html)
- Testimonials Page (testimonials.html)
- Sign In Page (sign-in.html)
- Sign Up Page (sign-up.html)
- Error Page (error-404.html)
- Terms Condition Page (terms-condition.html)
- Privacy Policy Page (privacy-policy.html)
- Partner Page (partner.html)
- Coming Soon Page (coming-soon.html)
- Enterprises Page (enterprises.html)
- Blog Page (blog-1.html)
- Blog Right Sidebar Page (blog-2.html)
- Blog Details Page (blog-details.html)
- Contact Page (contact.html)
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">
<!-- Animate CSS -->
<link rel="stylesheet" href="assets/css/animate.css">
<!-- Boxicons CSS -->
<link rel="stylesheet" href="assets/css/boxicons.min.css">
<!-- Owl Carousel CSS -->
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<!-- Owl Default CSS -->
<link rel="stylesheet" href="assets/css/owl.theme.default.min.css">
<!-- Magnific Popup CSS -->
<link rel="stylesheet" href="assets/css/magnific-popup.min.css">
<!-- Odometer CSS -->
<link rel="stylesheet" href="assets/css/odometer.css">
<!-- Nice Select CSS -->
<link rel="stylesheet" href="assets/css/nice-select.css">
<!-- Meanmenu CSS -->
<link rel="stylesheet" href="assets/css/meanmenu.css">
<!-- Style CSS -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- Dark CSS -->
<link rel="stylesheet" href="assets/css/dark.css">
<!-- Responsive CSS -->
<link rel="stylesheet" href="assets/css/responsive.css">
Followings are the rtl files which loaded inside the Head Section:
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.rtl.min.css">
<!-- Animate CSS -->
<link rel="stylesheet" href="assets/css/animate.css">
<!-- Boxicons CSS -->
<link rel="stylesheet" href="assets/css/boxicons.min.css">
<!-- Owl Carousel CSS -->
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<!-- Owl Default CSS -->
<link rel="stylesheet" href="assets/css/owl.theme.default.min.css">
<!-- Magnific Popup CSS -->
<link rel="stylesheet" href="assets/css/magnific-popup.min.css">
<!-- Odometer CSS -->
<link rel="stylesheet" href="assets/css/odometer.css">
<!-- Nice Select CSS -->
<link rel="stylesheet" href="assets/css/nice-select.css">
<!-- Meanmenu CSS -->
<link rel="stylesheet" href="assets/css/meanmenu.css">
<!-- Style CSS -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- Dark CSS -->
<link rel="stylesheet" href="assets/css/dark.css">
<!-- Responsive CSS -->
<link rel="stylesheet" href="assets/css/responsive.css">
<!--RTL-->
<link rel="stylesheet" href="assets/css/rtl.css">
Javascript Structure
Followings are the JS files which loaded before the end of HEAD or BODY Section:.
<!-- Jquery Slim JS -->
<script src="assets/js/jquery.min.js"></script>
<!-- Popper JS -->
<script src="assets/js/popper.min.js"></script>
<!-- Bootstrap JS -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- Meanmenu JS -->
<script src="assets/js/jquery.meanmenu.js"></script>
<!-- Owl Carousel JS -->
<script src="assets/js/owl.carousel.min.js"></script>
<!-- Magnific Popup JS -->
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<!-- Appear JS -->
<script src="assets/js/jquery.appear.js"></script>
<!-- Odometer JS -->
<script src="assets/js/odometer.min.js"></script>
<!-- Form Ajaxchimp JS -->
<script src="assets/js/jquery.ajaxchimp.min.js"></script>
<!-- Form Validator JS -->
<script src="assets/js/form-validator.min.js"></script>
<!-- Contact JS -->
<script src="assets/js/contact-form-script.js"></script>
<!-- Nice Select JS -->
<script src="assets/js/jquery.nice-select.min.js"></script>
<!-- Wow Popup JS -->
<script src="assets/js/wow.min.js"></script>
<!-- Custom JS -->
<script src="assets/js/main.js"></script>
Do You Want Real Demo Images?
Due to the Envato policy, we are unable to include demo images inside download bundle so for demo images. Please submit your ticket by visiting the EnvyTheme Support System
HTML Structure
The Jilva 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 each of the part is under a section with a section id name. Here is the general structure:
<!-- Start Fun Facts Area -->
<section class="fun-facts-area pt-100 pb-70">
<div class="container">
<div class="row">
<div class="col-lg-3 col-sm-6">
<div class="single-fun-fact">
<div class="image">
<img src="assets/img/fun-facts-icon/1.png" alt="image">
</div>
<h3>
<span class="odometer" data-count="3500">00</span>
<span class="sign-icon">+</span>
</h3>
<p>Employee</p>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="single-fun-fact">
<div class="image">
<img src="assets/img/fun-facts-icon/2.png" alt="image">
</div>
<h3>
<span class="odometer" data-count="78700">00</span>
<span class="sign-icon">+</span>
</h3>
<p>Customers</p>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="single-fun-fact">
<div class="image">
<img src="assets/img/fun-facts-icon/3.png" alt="image">
</div>
<h3>
<span class="odometer" data-count="250">00</span>
<span class="sign-icon">+</span>
</h3>
<p>User</p>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="single-fun-fact">
<div class="image">
<img src="assets/img/fun-facts-icon/4.png" alt="image">
</div>
<h3>
<span class="odometer" data-count="28000">00</span>
<span class="sign-icon">+</span>
</h3>
<p>Professionals</p>
</div>
</div>
</div>
</div>
</section>
<!-- End Fun Facts Area -->
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:
<div class="contact-form">
<form id="contactForm">
<div class="row">
<div class="col-lg-6 col-md-6">
<div class="form-group">
<input type="text" name="name" id="name" class="form-control" required data-error="Please enter your name" placeholder="Your Name">
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="form-group">
<input type="email" name="email" id="email" class="form-control" required data-error="Please enter your email" placeholder="Your Email">
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="form-group">
<input type="text" name="phone_number" id="phone_number" required data-error="Please enter your number" class="form-control" placeholder="Your Phone">
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="form-group">
<input type="text" name="msg_subject" id="msg_subject" class="form-control" required data-error="Please enter your subject" placeholder="Your Subject">
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-lg-12 col-md-12">
<div class="form-group">
<textarea name="message" class="form-control" id="message" cols="30" rows="6" required data-error="Write your message" placeholder="Your Message"></textarea>
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-lg-12 col-md-12">
<div class="send-btn">
<button type="submit" class="default-btn">
Send Message
<span></span>
</button>
<div id="msgSubmit" class="h3 text-center hidden"></div>
<div class="clearfix"></div>
</div>
</div>
</div>
</form>
</div>
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 main.js File
Fonts Used
By default, the template loads Poppins font from Google Web Font Services. The font can be changed based on the website needs. Google Fonts
Font code can be found in the "style.scss" file path: assets/css/style.scss
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
$font-family: 'Poppins', sans-serif;
Note: After SCSS file run then it will be work
Main Color Change Option
File path: assets/css/style.scss
$main-color: #0865f8; (All Primary Color)
$paragraph-color: #f12711; (All Paragraph Color)
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
Owl Carousel Edit Option
File path: assets/js/main.js
// Feedback Slider
$('.feedback-slider').owlCarousel({
loop: true,
nav: false,
dots: false,
smartSpeed: 500,
margin: 10,
autoplayHoverPause: true,
autoplay: true,
responsive: {
0: {
items: 1
},
576: {
items: 1
},
768: {
items: 2
},
1024: {
items: 3
},
1200: {
items: 3
}
}
});
More Info please browser the link: Owl Carousel Docs Options
How to Hide Scroll Animation
Please remove or comment the below code file path: assets/js/main.js
// WOW JS
$(window).on ('load', function (){
if ($(".wow").length) {
var wow = new WOW({
boxClass: 'wow', // animated element css class (default is wow)
animateClass: 'animated', // animation css class (default is animated)
offset: 20, // distance to the element when triggering the animation (default is 0)
mobile: true, // trigger animations on mobile devices (default is true)
live: true, // act on asynchronously loaded content (default is true)
});
wow.init();
}
});
How to edit/off Preloader
Please remove or comment the below code file path: assets/js/main.js
// Preloader Area
$(window).on('load', function() {
$('.preloader').addClass('preloader-deactivate');
});
Also, please remove or comment the below code all HTML files
<!-- Start Preloader Area -->
<div class="preloader">
<div class="spinner"></div>
</div>
<!-- End Preloader Area -->
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/img/...' 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. Boxicons.com
How to Add a Google Map to The Website?
1. Please go to maps.google.com. Type the location in the search box and click on Share.
2. In the new window click on Embed a map and copy the HTML code of the map. After that add the HTML file.
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/
IconFont
Boxicons
24-Hour Turnaround Support:
Quick, Dedicated & Professional Support!
We only provide support through our ticketing system. Please submit your ticket by visiting the EnvyTheme 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!