Copyright Bomlayers 2016

Introduction

If you have any questions that are beyond the scope of this documentation, please feel free to us via email. Thanks so much!

Installation

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

  • asset/CSS - Main Stylesheet Folder
  • asset/images - Images Folder
  • asset/js - Javacripts Folder
  • asset/less- Less Folder
  • index.html - Index File/Homepage

Files & Directories

All files are sorted alphabetically

  • 404.html -This page is error page.
  • blog.html -This page includes list of news.
  • cart.html -Show details of cart includes list of products.
  • check-out.html - Where you can checkout the products only one page with some simple steps.
  • contact.html -The information customer need to connect.
  • index.html -This page is Homepage.
  • menu-details.html -This page will show menu details.
  • our-menu.html -This page includes list of menu.
  • reservation.html -Where you can book a table.
  • shop.html - This page will show list of categories for your store.
  • shop-details.html -This page will show product details.
  • single-blog.html -This page will show news details.

HTML Structure

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

CSS Structure

  • 1. Main CSS Style File: assets/css/style.css
  • 2. Bootstrap Framword CSS Style File: vendors/bootstrap/css/bootstrap.min.css
  • 3. Font Awesome CSS Style File: vendors/font-awesome-4.6.3/css/font-awesome.min.cs
  • 4. Themify CSS Style File: vendors/themify/themify-icons.css
  • 5. Flaticon CSS Style File: vendors/flaticon/font/flaticon.css
  • 6. Ow Carousel CSS Style File: vendors/owl.carousel/assets/owl.carousel.css
  • 7. Ow Carousel Theme CSS Style File: vendors/owl.carousel/assets/owl.theme.default.min.css
  • 8. Light Gallery CSS Style File: vendors/light-gallery/css/lightgallery.min.css

Slider

Usage:

Here is the HTML Code for the Specie Slider:

Javascript:

Option:

Parameter Type Default Value Example Description
margin Number 0 15 margin-right(px) on item.
loop boolean false true Inifnity loop. Duplicate last and first items to get loop illusion.
center boolean false true Center item. Works well with even an odd number of items.
freeDrag Boolean false true Mouse drag enabled.
touchDrag Boolean true false Touch drag enabled.
pullDrag Boolean true false Stage pull to edge.
freeDrag Boolean false true Item pull to edge.
stagePadding Number 0 15 Merge items. Looking for data-merge='{number}' inside item..
autoWidth Boolean false true Set non grid content. Try using width style on divs.
startPosition Number/String 0 1 Start position or URL Hash string like '#id'..
nav Boolean false true Show next/prev buttons.
navRewind Boolean true false Go to first/last.
navText Array
<i class="fa fa-angle-left"></i>', 
'<i class="fa fa-angle-right"></i>
[>,<] HTML allowed.
slideBy Number/String 1 2 Navigation slide by x. 'page' string can be set to slide by page.
dots Boolean true false Show dots navigation.
dotsEach Number/Boolean false true Show dots each x item.
autoplay Boolean false true Autoplay.
autoplayTimeout Number 5000 7500 Autoplay interval timeout.(ms)
smartSpeed Number 250 500 Speed Calculate. More info to come.
autoplaySpeed Number/Boolean false true autoplay speed.
responsive Object empty object "items": 4 Object containing responsive options. Can be set to false to remove responsive capabilities.
dragEndSpeed boolean false true Drag end speed.
autoplayHoverPause boolean false true Pause on mouse hover.

Page Elements

Page Titles

Columns & Grid

Bootstrap Grid

col boóttrap

Blog

Widgets Setup

Widgets are simple & easy to setup, completely flexible & can be used anywhere on a page. Here's a sample code:

<div class="widget clearfix">
 <h4>Widget Title</h4>
 ...
</div>

List of Included Widgets:

  • Search
  • Categories
  • Last News
  • Tweets

Javascript

You have a lot of awesome and creative javscript libraries You will find the main.js files after the end of go up it will be like that.

<!-- JQuery -->
<script src="vendors/jquery/jquery.min.js"></script>
</head>
            

<!-- Vendors Scripts -->
<script src="vendors/stickyjs/jquery.sticky.js"></script>
<script src="vendors/owl.carousel/owl.carousel.min.js"></script>
<script src="vendors/light-gallery/js/lightgallery-all.min.js"></script>
<script src="vendors/isotope-docs/isotope-docs.min.js"></script>
<!-- Template Script -->
<script src="assets/js/main.js"></script>
</body>
</html>
            

Credits

  • Bootstrap
  • Flaticon
  • Font-awesome-4.6.3
  • Isotope-docs
  • Jquery
  • Lessjs
  • Light-gallery
  • Matchmedia
  • Owl.carousel
  • Stickyjs
  • Themify