Gameforest HTML Theme Documentation

Thank you for purchasing my theme. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thanks so much!

A) HTML Structure

This theme is built on latest bootstrap which is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web. Learn more about bootstrap at here

If you would like to load new plugin files then add your new plugins css or any css file after <!-- PLUGINS --> tag or before </head>

<!-- META -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">

<title>Gameforest - Responsive Gaming HTML Theme</title>
	
<!-- FAVICON -->
<link rel="shortcut icon" href="img/favicon.ico">
	
<!-- CORE CSS -->
<link href="plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/helpers.css" rel="stylesheet">
	
<!-- PLUGINS -->
<link href="plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="plugins/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="plugins/animate/animate.min.css" rel="stylesheet">
<link href="plugins/animate/animate.delay.css" rel="stylesheet">
<link href="plugins/owl-carousel/owl.carousel.css" rel="stylesheet">

All of the information within the main content area is nested within a div with an id of "wrapper". The footer's content is within a html5 tag "footer". Here is the structure.

<header>
....
</header>

<div id="wrapper">
....
</div>

<footer>
....
</footer>

B) CSS Files

I used several CSS files in this theme (all css files are imported in html files - like index.html). If you would like to use plugins css then you need to call before </head>.

Main css files like style.css are located in css folder.

html/
├── css
   ├── style.css
   ├── helpers.css
├── img
├── plugins

If you would like to edit a specific section of the site, simply find the appropriate label in the CSS file, and then scroll down until you find the appropriate style that needs to be edited.

C) javaScript

This theme imports several Javascript files from plugins folder.

Main js files like core.js are located in plugins folder. Minified and not compressed versions of js files are included too in this theme.

html/
├── img
├── plugins
   ├── boostrap/
   ├── easypiechart/
   ├── ekko-lightbox/
   ├── gmaps/
   ├── isotope/
   ├── jquery/
   ├── masonry/
   ├── twitter/
   ├── core.js

Most of the animation in theme is carried out from the customs scripts. There are a few functions worth looking over.

<script>
(function($) {
"use strict";
	var owl = $(".owl-carousel");
			 
	owl.owlCarousel({
		items : 4, //4 items above 1000px browser width
		itemsDesktop : [1000,3], //3 items between 1000px and 0
		itemsTablet: [600,1], //1 items between 600 and 0
		itemsMobile : false // itemsMobile disabled - inherit from itemsTablet option
	});
			 
	$(".next").click(function(){
		owl.trigger('owl.next');
		return false;
	})
	$(".prev").click(function(){
		owl.trigger('owl.prev');
		return false;
	})
})(jQuery);
</script>

D) Credits

I used several plugins and these files are located in plugins folder.

Available theme plugins. Each plugins can be find in plugins folder.

Plugin Name Version Documentation
jQuery 1.11.1 jQuery
Bootstrap 3.3.5 Bootstrap
Easypiechart 2.1.7 Easypiechart
Ekko Lightbox 3.3.3 Ekko Lightbox
FontAwesome 4.4.0 FontAwesome
Ionicons 2.0.1 Ionicons
Gmaps 0.4.21 Gmaps
Isotope 1.5.25 Isotope
Masonry 3.3.2 Masonry
Owl Carousel 1.3.3 Owl Carousel
Twitter Post Fetcher 5.0 Twitter

Fonts Used

Font Name Font Url
Open Sans Link
Roboto Roboto

Demo images are not included in this theme and belongs to Patrick Brown

E) Support

Once again, thank you so much for purchasing this theme. As I said at the beginning, I'd be glad to help you if you have any questions relating to this theme. I'll do my best to assist. If you have a more general question relating to the themes on ThemeForest, you might consider visiting the forums and asking your question in the "Item Discussion" section.

If you would like to help my work then don't forget to rate this item :)

Rate now