General

In this section we will review general/basic theme option. General options will allow you change layout type, analytics, bread crumb delimiter and more.

Responsive layout

Users are visiting your sites from an increasing array of devices and browsers – from desktop browsers to tablets and smartphones.

This option making theme "responsive" or adaptive to be compatible with mobile devices such as iPhone, iPad, Android, Blackberry and respond to your users needs.

  • By default this option enabled
  • Retina

    This option making sites compatible with retina-technology screens (high quality and high resolution screens) with one click. Users of latest Apple devices will appreciate the picture quality..

  • For better ferformance you may disable Retina technology support.
  • Layout type

    You can choose between flexible (website grid will be wider that usually) and boxed (not flexible) layout type.

  • By default this option flexible
  • Disable breadcrumbs

    Breadcrumbs allows users to keep track of their locations within pages or posts. Here you can disable breadcrumbs globally.

  • Here you can disable site breadcrumbs globaly.
  • Breadcrumb delimiter

    Define breadcrumbs delimiter to separate each location.
    Example:

    On image you can see two delimiters "»"

  • Default delimiter is "/" and anytime you can change it by editing this option.
  • Disable Search Button

    By default primary navigation contain search button. But you can disable it any time.

    Enable Preloader

    Preloader will be displayed first before all content will be loaded successfuly. Check this option to enable page preloader script.

    Google Analytics

    The Google Analytics tracking code collects visitor data for your web property, and returns that data to Analytics where you can see it in reports. When you add a new web property to your Analytics account, Analytics generates the tracking code snippet that you need to add to the pages whose data you want to collect.

    Get your tracking code here

  • Paste Analytics code here.
  • <script type="text/javascript">
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-37289964-1']);
      _gaq.push(['_trackPageview']);
    
      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
      })();
    </script>

    Custom CSS

    Place for custom stylesheet code. This option may customise any style of the website.

    .body {
      font-style: italic;
      color: #dddddd;
      font-size: 11px;
    }
    a:hover {
      color: red !important;
    }

    Custom JavaScript

    Place for custom javascript. Required some skills.

    alert("Hello World!");