Introduction

Get started with Booking by following this guide, It will help you to get the most out of our Bootstrap Theme quickly with easy understanding.


Thank you for purchasing Booking theme! Before proceeding with the theme installation, It is recommended that you follow the steps listed in this guide. We have covered all kinds of necessary information, and provide you with all the guidelines and details that you will need to use Booking theme. If you can't find the answer you're looking for, We encourage you to reach to us through our support portal. We'll be glad to help you out with your queries. Please generate ticket through our Support portal and you shall hear back very soon.

Directory structure

Once you have downloaded the package after theme extracting, you will see the following files & folder structure:

  • template
    All assets and template files, used in the theme
      docs
      Theme's documentation files (on theme editing and setup).
        index.html
        Main documentation file. You are reading it at the moment.
      assets
      All assets files, like CSS, Images, JS, SCSS, and plugins used in the theme
        css
        .css files, used in theme
      • images
        All images are used in .html files.
      • js
        Plugin's initialization file
      • scss
        All of raw source files that are used to create the final CSS that is included in theme
      • vendor
        All plugin files.
    • index.html
      You will find here all .html files used in theme
  • gulpfile.js
    All the build commands
    package.json
    List of dependencies and npm information
    package-lock.json
    Lock dependencies to a specific version number to avoid possible version mismatch.
    README.MD

What to do after purchase?

1. Check theme inside out

After extracting .zip file, check every file and folder to know more about theme inside out. Confused with any file/folder usage? Check above directory structure to clear your doubts. We recommended reading the whole documentation for better understanding of theme. Yes, it will take up to 30 mins but it will be worth reading.

2. Install local environment for customization (Optional but highly recommended)

Go to Gulp section and follow the steps. You can skip this step if you prefer to work with Booking as a static source without Gulp and Sass.

3. Branding

After installation and running gulp, change your brand colors buy following Color scheme section instructions. Change your brand logo by following Logo settings section

4. Customization

Now you can start customizing your website as per your need.

5. Delete unnecessary files and folders to upload on the live server

After completing your website, you must need to delete unnecessary file and folder to reduce website size. Please check below folders/files usage to run your website:

  • assets/css: You must need style.css (or style-rtl.css for RTL version). If you have not used color.css file then you can remove it.
  • assets/images: You can remove all unnecessary files from this folder.
  • assets/js: Don't delete this folder/file.
  • assets/scss: If you don't want sourcemap you can remove SCSS folder. You must remove source map comment from the end of the style.css (or style-rtl.css for RTL version) file to avoid warning on console log.
  • assets/vendor: Keep only those vendor folders that you have used in your website.
  • node_modules: You only need this folder for local server. Don't upload it to live server.
  • docs: You don't need docs folder for your live website.