Installation

Follow the steps below to get started with your Site Template:

  1. Unzip the downloaded zip file themeforest-xxxxx.zip folder
  2. Open folder named main-file
  3. Here you will find assets folders of all files
  4. You will need to Upload these files to your Web Server using FTP in order to use it on your Website.
  5. Make sure you upload the required files/folders listed below:
      - Followings are files and sub-folders saved in this folder

    • css - Extra Stylesheets Folder plus Main Stylesheet File
    • images - Images Folder
    • js - Javacripts Folder
    • .html extension files - main page template File
  6. You will need to Upload these files to your Web Server using FTP in order to use it on your Website and give the paths of files in .html extension files.
  7. You're now good to go..! Start adding your Content and show off your Brand New Beautiful Website in style.

HTML Structure

Fitzaro follows a simple coding structure. here is the sample:

<!DOCTYPE html>
<html lang="en" dir="ltr">

  <!-- All your metas will be here -->

  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

  <head>

    <!-- Your Stylesheets, Title -->
    ...

  </head>

  <body>

  <!-- The Preloader Before Site Load -->
  <div class="preloader">
    ....
  </div>

  <!-- Page Wrapper -->
  <div id="wrap">  

    <!-- Header -->
    <header>
      ...
    </header>

    <!-- All Content sections -->
    <section>
      <div class="container">
        ...
      </div>
    </section>

  </div>

  <!-- Footer -->
  <footer>
    <div class="container">
      ...
      <!-- Copyrights -->
    </div>
  </footer>

  <!-- Scroll Bottom to Top Button -->
  <span class="scroll-top">
    ...
  </span>

  <!-- Your All Scripts will be here ->
  ...

  </body>
</html>

Favicons

You can add a Favicon to your Website using the following code just bottom to the Stylesheet files links:

<link href="assets/images/logo/fav-icon.png" rel="icon">

Page Loading Transitions

You can show Interactive loaders to your Visitors while the Pages of your Website loads in the background & then Reveal show Interactive loaders to your Visitors while your Pages with CSS3 Transitions. Page Loading Transitions are enabled by default. To disable the Transition, you can simply remove .preloader Class just after the <body> Tag.

<div class="preloader">
  <div class="loader">
    ...
  </div>
</div>

Changing Fonts

Change your Fonts from Google Fonts Library directly if you plan to use a Google Font. You can find the Linking to the Font Files in the head tag

<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Overpass: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" rel="stylesheet">

In order to change the Fonts, you will need to Edit the Above Links with your Custom Font, if you plan to use a Google Font or Remove it completely if you plan to use a Self Hosted font. Here is an Example for using Self Hosted Fonts.

By default, Fitzaro uses one Font namely: Roboto and Overpass from the Google Fonts Library

Website Optimization Tips

A Fast & Optimized Website has several factors which needs to be implemented in order to achieve the desired results. There are several Optimization Techniques available which will definitely affect your Website's Performance in a Positive Way & we want to share a few of them with you:

  • Image Compression & Optimization

    We tend to use Lots of Images on our Websites but we often do not make efforts to Compress & Optimize them. Remember, the Larger the Image, the more time it takes to download and therefore this slows your website loading times affecting User Experience. Your customer will leave your website if it does not load within 3-5 Seconds which adversely affects your Sales. Therefore, it is important to Resize, Optimize & Compress your Images before using it on your Website. Here are some Tips which might come handy in optimizing images:

    • Resize your Images: Resize your Images before using it on your Website. Do not just Download an Image & place it as it is in your Website's <img> Tag without resizing it. The size/resolution of the Image matters since it is not recommended to use an Image size of 1200px x 800px in a Content Size of 300px x 200px as this is unnecessary. Resize it to 300px x 200px
    • Image Formats: There are three common file types that are used for web images which are JPEG, GIF, & PNG. For images with a Flat Background use JPEG images, for images with a Transparent background use PNG images and for images with Animations use GIF images.
    • Compressing Images: Images Compression is important as it considerably reduces the size without losing the quality. There are several FREE Image Optimization Tools available to Download.
      For MAC use ImageOptim
      For Windows use Riot for compressing JPEG Images & PNG Gauntlet for PNG Images.
  • CSS & jQuery Minifications

    It is also recommended that you Combine & Minify all your CSS Files to a single CSS File & all Javascript Files to a single JS File since Minification reduces the size of the File and Combining the files helps in reducing the number of HTTP requests made to the server. This is also an Important Factor in increasing the speed of your website. There are several tools available online to Minify your CSS & JS Files. Our recommendations are:
    For CSS use CSS Minifier and For Javascript use Javascript Minifier.

  • Fast Web Hosting Servers

    A lot depends on your Web Hosting Servers, so it is recommended that you choose a Hosting Company/Server that provides a Reliable & a Fast Hosting Service. You can check out some recommended Hosting Services here: http://themeforest.net/get_hosting.

Header

You can choose the headers while creating your Pages. Default Header with a Transparent Background while turns Stickey after a little scrolling &,you can make header without stickey effect for this just remove the #header from the header tag. Simply follow the structure below to create the header:


  <!-- Start Header -->
  <header class="header" id="header">
    <div class="navbar-header">
      ...
    </div>
  </header>
  <!-- End Header -->  

Menu Styles

Default Menu Style which aligns to the right, You can use the Menu just as

 <!-- For Main Menu use code below --> 
  <nav class="navbar_expand">
    ...
  </nav>

  <!-- for Mobile Menu Toggle Button use code below -->       
  <button class="navbar-toggle toggle-menu static">
    <span></span> 
  </button>


 <!-- For sidebar Menu use code below --> 
  <div class="sidebar-menu">
    ...
  </div>

  <!-- for Mobile Menu Toggle Button use code below -->       
  <button class="sidebar-toggle fixed-menu active">
    <span></span> 
  </button>

Components

Use Video Modal

use your own videos into the video-section video tag

<!-- Use Video Modal -->
  <div class="video-play d-flex">
    <a href="javascript:void(0);" class="video_button" data-bs-toggle="modal" data-bs-target="#exampleModal">
      ...
    </a>
    ...
  </div>

  <div class="modal fade video_modal" id="exampleModal" tabindex="-1" aria-hidden="true">
    <div class="modal-dialog modal-dialog-centered">
    ...
      <div class="modal-body">
        <video width="727" height="410" controls="" autoplay="">
          <source src="assets/video/gym_video.mp4" type="video/mp4">
        </video> 
      </div>
    </div>
  </div>

Background Shape Structure

Fitzaro follows a simple coding structure for set the Background Image.For set the background shape you need to check the custom.css file where you find background-shape source code.Simply change the path of your shape and you get the shape in your background section.

 
  <div class="background_shape animate-this">
    <img src="assets/images/svg/service-shape.svg" alt="service-shape image">
  </div>

Scroll Bottom to Top

 
  <div class="scroll-top">
    <svg class="border-circle svg-inner" width="100%" height="100%" viewBox="-1 -1 102 102">
      ...
    </svg>
  </div>

Blog Post Structure

Use the HTML code below to display a Blog.

 
<section class="fitzaro_blog p-10" id="news">
  <div class="container">
  ...
    <div class="row">
      <div class="col-12 col-md-4 col-lg-4">
        <div class="blog_post">
          <div class="blog-image">
            ...
          </div>
          <div class="post_data">
            ...
          </div>
        </div>
      </div>
      ...
    </div>
  </div>  
</section>

Columns & Grid

Bootstrap Grid

.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-2
.col-md-2
.col-md-2
.col-md-2
.col-md-2
.col-md-2
.col-md-3
.col-md-3
.col-md-3
.col-md-3
.col-md-4
.col-md-4
.col-md-4
.col-md-5
.col-md-5
.col-md-2
.col-md-6
.col-md-6
.col-md-1
.col-md-11
.col-md-2
.col-md-10
.col-md-3
.col-md-9
.col-md-4
.col-md-8
.col-md-5
.col-md-7

Helper Classes

We have created some really useful helper classes for you. Here are a few of them:

  • .fitzaro_btn - make the buttons designs.
  • .background_shape & .img-shape1 & .img-shape2 & .shape-img-1 & .shape-img-2 & .shape-img-3 - set the background shapes.
  • .sub_heading - make the sub heading designs.
  • .main_heading - make the Main heading designs.
  • .parallax-overlay - Background-overlay helper.
  • .p-10 & .p-8 & .p-30 & .mb-60 - padding, margin helper
  • position-relative & h-100 & w-100 - Width, height, position helper
  • d-none & d-block & d-flex - Display helper
  • text-left & text-center & text-right - Text align helper
  • justify-content-center & justify-content-start & justify-content-end & justify-content-between & align-items-start & align-items-center & align-items-end & flex-column & flex-wrap & flex-1 - Flex helper
  • text-uppercase & text-capitalize & text-normal - Text transform helper

Slider Types & their Options

Fitzaro includes Sliders are mentioned as follows:

Introduction

Fitzaro boasts of a many handy features which are quite powerful, flexible, functional & easy to use. Setting up features is very easy & Self Explanatory. Here is the List of features included :

  • Container
  • Preloader
  • Columns
  • Animations
  • Sections
  • Buttons
  • Scrolling
  • background Shapes
  • Slider-Content
  • Heading Style
  • Hover Effects
  • Media Embeds
  • Responsive
  • form-control
  • Remixicon Icon
  • Testimonial
  • Toggle
  • Responsive
  • Appointment-Form
  • video-popup
  • Services
  • Countdown
  • Schedule Table
  • Blog Section
  • Subscribe Form
  • Scroll Top

Each of the above mentioned features are easily extendable, flexible & easy to use. You can find the sample codes in their respective files. We are explaining a few of them for your Reference.

Animations

Scroll to reveal Animations are latest in the Trends. You can do them too with Bistro. You can use animations on any element you want. Here is the Sample Code:

Arrow Animation

  .arrowSliding{
    animation: slide 4s linear infinite;
  }

  @keyframes slide {
    0% {
        opacity: 1;
        transform: translateX(60px);
    }
    20% {
        opacity: 1;
        transform: translateX(30px);
    }
    80% {
        opacity: 1;
        transform: translateX(-30px);
    }
    100% {
        opacity: 0;
        transform: translateX(-60px);
    }
}

Round-shadow-circel Animation

  .testimonial-section:before{
    animation: top-bottom-animation 4s linear infinite alternate;
  }

  @keyframes top-bottom-animation {
    0% {
        -webkit-transform: translateY(200px);
        -moz-transform: translateY(200px);
        -ms-transform: translateY(200px);
        transform: translateY(200px);
    }
    100% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
  }
<div data-aos="fade-up" data-aos-easing="linear" data-aos-duration="800" ></div>

You can also use delays for your Animations:

For the more use of AOS Animation read documentation AOS - Animate.

Icons

Remixicon

CSS & Fonts